index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nf_tables_api.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-23
netfilter: nf_tables: Add notifications for hook changes
Phil Sutter
1
-0
/
+59
2025-05-23
netfilter: nf_tables: Support wildcard netdev hook specs
Phil Sutter
1
-15
/
+14
2025-05-23
netfilter: nf_tables: Sort labels in nft_netdev_hook_alloc()
Phil Sutter
1
-9
/
+7
2025-05-23
netfilter: nf_tables: Handle NETDEV_CHANGENAME events
Phil Sutter
1
-9
/
+24
2025-05-23
netfilter: nf_tables: Wrap netdev notifiers
Phil Sutter
1
-12
/
+22
2025-05-23
netfilter: nf_tables: Respect NETDEV_REGISTER events
Phil Sutter
1
-5
/
+32
2025-05-23
netfilter: nf_tables: Prepare for handling NETDEV_REGISTER events
Phil Sutter
1
-7
/
+12
2025-05-23
netfilter: nf_tables: Have a list of nf_hook_ops in nft_hook
Phil Sutter
1
-39
/
+103
2025-05-23
netfilter: nf_tables: Pass nf_hook_ops to nft_unregister_flowtable_hook()
Phil Sutter
1
-11
/
+9
2025-05-23
netfilter: nf_tables: Introduce nft_register_flowtable_ops()
Phil Sutter
1
-11
/
+21
2025-05-23
netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}()
Phil Sutter
1
-1
/
+20
2025-05-23
netfilter: nf_tables: Introduce functions freeing nft_hook objects
Phil Sutter
1
-14
/
+24
2025-04-29
netfilter: nf_tables: export set count and backend name to userspace
Florian Westphal
1
-0
/
+26
2025-04-02
netfilter: nf_tables: don't unregister hook when table is dormant
Florian Westphal
1
-2
/
+2
2025-03-06
netfilter: nf_tables: make destruction work queue pernet
Florian Westphal
1
-10
/
+14
2025-01-30
Merge tag 'nf-25-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
1
-4
/
+4
2025-01-30
netfilter: nf_tables: reject mismatching sum of field_len with set key length
Pablo Neira Ayuso
1
-4
/
+4
2025-01-19
netfilter: nf_tables: Tolerate chains with no remaining hooks
Phil Sutter
1
-41
/
+0
2025-01-19
netfilter: nf_tables: Compare netdev hooks based on stored name
Phil Sutter
1
-1
/
+1
2025-01-19
netfilter: nf_tables: Use stored ifname in netdev hook dumps
Phil Sutter
1
-4
/
+6
2025-01-19
netfilter: nf_tables: Store user-defined hook ifname
Phil Sutter
1
-3
/
+7
2025-01-19
netfilter: nf_tables: Flowtable hook's pf value never varies
Phil Sutter
1
-7
/
+4
2025-01-19
netfilter: nf_tables: fix set size with rbtree backend
Pablo Neira Ayuso
1
-2
/
+47
2025-01-14
Merge tag 'nf-next-25-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Paolo Abeni
1
-4
/
+3
2025-01-09
netfilter: nf_tables: imbalance in flowtable binding
Pablo Neira Ayuso
1
-4
/
+11
2025-01-05
netfilter: nf_tables: remove the genmask parameter
tuqiang
1
-4
/
+3
2024-12-11
netfilter: nf_tables: do not defer rule destruction via call_rcu
Florian Westphal
1
-17
/
+15
2024-11-14
netfilter: nf_tables: allocate element update information dynamically
Florian Westphal
1
-21
/
+36
2024-11-14
netfilter: nf_tables: switch trans_elem to real flex array
Florian Westphal
1
-0
/
+90
2024-11-14
netfilter: nf_tables: prepare nft audit for set element compaction
Florian Westphal
1
-3
/
+18
2024-11-14
netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structure
Florian Westphal
1
-64
/
+164
2024-11-14
netfilter: nf_tables: add nft_trans_commit_list_add_elem helper
Florian Westphal
1
-5
/
+16
2024-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+34
2024-11-07
netfilter: nf_tables: wait for rcu grace period on net_device removal
Pablo Neira Ayuso
1
-7
/
+34
2024-11-05
netfilter: nf_tables: must hold rcu read lock while iterating object type list
Florian Westphal
1
-7
/
+6
2024-11-05
netfilter: nf_tables: must hold rcu read lock while iterating expression type list
Florian Westphal
1
-6
/
+18
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splats with basechain hook
Florian Westphal
1
-3
/
+5
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splats with flowtables
Florian Westphal
1
-6
/
+9
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splats with sets
Florian Westphal
1
-11
/
+16
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splat on rule deletion
Florian Westphal
1
-10
/
+13
2024-10-15
netfilter: nf_tables: prefer nft_trans_elem_alloc helper
Florian Westphal
1
-4
/
+2
2024-10-15
netfilter: nf_tables: Fix percpu address space issues in nf_tables_api.c
Uros Bizjak
1
-8
/
+8
2024-09-26
netfilter: nf_tables: missing objects with no memcg accounting
Pablo Neira Ayuso
1
-1
/
+1
2024-09-26
netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path
Pablo Neira Ayuso
1
-1
/
+1
2024-09-26
netfilter: nf_tables: Keep deleted flowtable hooks until after RCU
Phil Sutter
1
-1
/
+1
2024-09-03
netfilter: nf_tables: set element timeout update support
Pablo Neira Ayuso
1
-4
/
+43
2024-09-03
netfilter: nf_tables: zero timeout means element never times out
Pablo Neira Ayuso
1
-16
/
+23
2024-09-03
netfilter: nf_tables: consolidate timeout extension for elements
Pablo Neira Ayuso
1
-26
/
+17
2024-09-03
netfilter: nf_tables: annotate data-races around element expiration
Pablo Neira Ayuso
1
-1
/
+1
2024-09-03
netfilter: nf_tables: remove annotation to access set timeout while holding lock
Pablo Neira Ayuso
1
-2
/
+2
[next]