index
:
nftables
1.0.6.y
master
nft command line tool
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
netlink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
monitor: too large shift exponent displaying payload expression
Pablo Neira Ayuso
2024-06-11
1
-0
/
+1
*
netlink: allow typeof keywords with objref maps during listing
Florian Westphal
2024-03-01
1
-1
/
+7
*
netlink: fix stack overflow due to erroneous rounding
Florian Westphal
2023-12-20
1
-3
/
+8
*
netlink: fix stack buffer overflow with sub-reg sized prefixes
Florian Westphal
2023-12-15
1
-2
/
+5
*
netlink: add and use nft_data_memcpy helper
Florian Westphal
2023-12-12
1
-10
/
+15
*
netlink: fix buffer size for user data in netlink_delinearize_chain()
Thomas Haller
2023-11-09
1
-1
/
+1
*
include: include <string.h> in <nft.h>
Thomas Haller
2023-09-28
1
-1
/
+0
*
expression: cleanup expr_ops_by_type() and handle u32 input
Thomas Haller
2023-09-25
1
-2
/
+2
*
netlink: handle invalid etype in set_make_key()
Thomas Haller
2023-09-20
1
-0
/
+2
*
netlink: fix leaking typeof_expr_data/typeof_expr_key in netlink_delinearize_...
Thomas Haller
2023-09-19
1
-6
/
+6
*
datatype: fix leak and cleanup reference counting for struct datatype
Thomas Haller
2023-09-14
1
-14
/
+17
*
include: include <stdlib.h> in <nft.h>
Thomas Haller
2023-09-11
1
-1
/
+0
*
src: simplify chain_alloc()
Pablo Neira Ayuso
2023-08-31
1
-1
/
+3
*
netlink: avoid "-Wenum-conversion" warning in dtype_map_from_kernel()
Thomas Haller
2023-08-29
1
-1
/
+1
*
src: add <nft.h> header and include it as first
Thomas Haller
2023-08-25
1
-0
/
+2
*
Implement 'reset {set,map,element}' commands
Phil Sutter
2023-07-13
1
-4
/
+4
*
netlink: restore typeof interval map data type
Florian Westphal
2023-05-02
1
-1
/
+6
*
Implement 'reset rule' and 'reset rules' commands
Phil Sutter
2023-01-18
1
-0
/
+49
*
netlink: Fix for potential NULL-pointer deref
Phil Sutter
2023-01-13
1
-1
/
+2
*
src: display (inner) tag in --debug=proto-ctx
Pablo Neira Ayuso
2023-01-02
1
-1
/
+1
*
netlink: unfold function to generate concatenations for keys and data
Pablo Neira Ayuso
2022-12-10
1
-10
/
+53
*
netlink: add function to generate set element key data
Pablo Neira Ayuso
2022-12-10
1
-4
/
+22
*
netlink: statify __netlink_gen_data()
Pablo Neira Ayuso
2022-12-10
1
-4
/
+4
*
netlink: swap byteorder of value component in concatenation of intervals
Pablo Neira Ayuso
2022-12-08
1
-9
/
+25
*
src: support for selectors with different byteorder with interval concatenations
Pablo Neira Ayuso
2022-11-30
1
-6
/
+19
*
src: allow anon set concatenation with ether and vlan
Florian Westphal
2022-08-05
1
-3
/
+7
*
netlink: swap byteorder for host-endian concat data
Florian Westphal
2022-05-09
1
-0
/
+4
*
netlink: remove unused argument from helper function
Florian Westphal
2022-04-18
1
-3
/
+3
*
src: add EXPR_F_KERNEL to identify expression in the kernel
Pablo Neira Ayuso
2022-04-13
1
-0
/
+1
*
src: allow to use typeof of raw expressions in set declaration
Pablo Neira Ayuso
2022-03-29
1
-10
/
+23
*
netlink: check key is EXPR_CONCAT before accessing field
Pablo Neira Ayuso
2022-02-17
1
-1
/
+2
*
netlink: Use abort() in case of netlink_abi_error
Eugene Crosser
2022-01-26
1
-1
/
+1
*
src: simplify logic governing storing payload dependencies
Jeremy Sowden
2022-01-15
1
-9
/
+4
*
src: remove arithmetic on booleans
Jeremy Sowden
2022-01-15
1
-4
/
+6
*
cache: Support filtering for a specific flowtable
Phil Sutter
2021-12-03
1
-1
/
+2
*
cache: Filter tables on kernel side
Phil Sutter
2021-12-03
1
-2
/
+10
*
cache: filter out rules by chain
Pablo Neira Ayuso
2021-11-11
1
-42
/
+0
*
mnl: do not build nftnl_set element list
Pablo Neira Ayuso
2021-11-08
1
-2
/
+2
*
netlink: reset temporary set element stmt list after list splice
Pablo Neira Ayuso
2021-09-16
1
-1
/
+1
*
netlink: rework range_expr_to_prefix()
Pablo Neira Ayuso
2021-09-09
1
-30
/
+36
*
src: Check range bounds before converting to prefix
Xiao Liang
2021-09-06
1
-6
/
+9
*
src: support for nat with interval concatenation
Pablo Neira Ayuso
2021-07-13
1
-26
/
+135
*
rule: memleak of list of timeout policies
Pablo Neira Ayuso
2021-06-18
1
-0
/
+1
*
netlink: Avoid memleak in error path of netlink_delinearize_obj()
Phil Sutter
2021-06-14
1
-0
/
+1
*
netlink: Avoid memleak in error path of netlink_delinearize_table()
Phil Sutter
2021-06-14
1
-0
/
+1
*
netlink: Avoid memleak in error path of netlink_delinearize_chain()
Phil Sutter
2021-06-14
1
-0
/
+1
*
netlink: Avoid memleak in error path of netlink_delinearize_set()
Phil Sutter
2021-06-14
1
-2
/
+2
*
netlink: quick sort array of devices
Pablo Neira Ayuso
2021-06-08
1
-0
/
+18
*
libnftables: location-based error reporting for chain type
Pablo Neira Ayuso
2021-05-20
1
-1
/
+1
*
src: add set element catch-all support
Pablo Neira Ayuso
2021-05-11
1
-26
/
+45
[next]