index
:
nftables
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
*
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
*
cache: add hashtable cache for table
Pablo Neira Ayuso
2021-05-02
1
-1
/
+1
*
cache: add hashtable cache for flowtable
Pablo Neira Ayuso
2021-05-02
1
-1
/
+1
*
cache: add hashtable cache for object
Pablo Neira Ayuso
2021-05-02
1
-19
/
+0
*
src: pass chain name to chain_cache_find()
Pablo Neira Ayuso
2021-05-02
1
-1
/
+1
*
cache: add hashtable cache for sets
Pablo Neira Ayuso
2021-04-03
1
-31
/
+0
*
evaluate: use chain hashtable for lookups
Pablo Neira Ayuso
2021-04-03
1
-1
/
+1
*
netlink: don't crash when set elements are not evaluated as expected
Florian Westphal
2021-04-01
1
-0
/
+3
*
nftables: add flags offload to flowtable
Frank Wunderlich
2021-03-25
1
-0
/
+2
*
table: support for the table owner flag
Pablo Neira Ayuso
2021-03-02
1
-0
/
+1
*
trace: do not remove icmp type from packet dump
Florian Westphal
2021-02-08
1
-1
/
+3
*
src: add set element multi-statement support
Pablo Neira Ayuso
2020-12-18
1
-5
/
+61
*
src: add support for multi-statement in dynamic sets and maps
Pablo Neira Ayuso
2020-12-17
1
-0
/
+1
*
nft: trace: print packet unconditionally
Florian Westphal
2020-12-12
1
-4
/
+4
*
src: report EPERM for non-root users
Pablo Neira Ayuso
2020-12-04
1
-1
/
+1
*
src: add comment support for chains
Jose M. Guisado Gomez
2020-09-30
1
-0
/
+32
*
src: add comment support for objects
Jose M. Guisado Gomez
2020-09-08
1
-0
/
+31
*
src: add comment support when adding tables
Jose M. Guisado Gomez
2020-08-28
1
-0
/
+32
[next]