aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/netfilter/nf_tables_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-23netfilter: nf_tables: Add notifications for hook changesPhil Sutter1-0/+59
2025-05-23netfilter: nf_tables: Support wildcard netdev hook specsPhil Sutter1-15/+14
2025-05-23netfilter: nf_tables: Sort labels in nft_netdev_hook_alloc()Phil Sutter1-9/+7
2025-05-23netfilter: nf_tables: Handle NETDEV_CHANGENAME eventsPhil Sutter1-9/+24
2025-05-23netfilter: nf_tables: Wrap netdev notifiersPhil Sutter1-12/+22
2025-05-23netfilter: nf_tables: Respect NETDEV_REGISTER eventsPhil Sutter1-5/+32
2025-05-23netfilter: nf_tables: Prepare for handling NETDEV_REGISTER eventsPhil Sutter1-7/+12
2025-05-23netfilter: nf_tables: Have a list of nf_hook_ops in nft_hookPhil Sutter1-39/+103
2025-05-23netfilter: nf_tables: Pass nf_hook_ops to nft_unregister_flowtable_hook()Phil Sutter1-11/+9
2025-05-23netfilter: nf_tables: Introduce nft_register_flowtable_ops()Phil Sutter1-11/+21
2025-05-23netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}()Phil Sutter1-1/+20
2025-05-23netfilter: nf_tables: Introduce functions freeing nft_hook objectsPhil Sutter1-14/+24
2025-04-29netfilter: nf_tables: export set count and backend name to userspaceFlorian Westphal1-0/+26
2025-04-02netfilter: nf_tables: don't unregister hook when table is dormantFlorian Westphal1-2/+2
2025-03-06netfilter: nf_tables: make destruction work queue pernetFlorian Westphal1-10/+14
2025-01-30Merge tag 'nf-25-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-4/+4
2025-01-30netfilter: nf_tables: reject mismatching sum of field_len with set key lengthPablo Neira Ayuso1-4/+4
2025-01-19netfilter: nf_tables: Tolerate chains with no remaining hooksPhil Sutter1-41/+0
2025-01-19netfilter: nf_tables: Compare netdev hooks based on stored namePhil Sutter1-1/+1
2025-01-19netfilter: nf_tables: Use stored ifname in netdev hook dumpsPhil Sutter1-4/+6
2025-01-19netfilter: nf_tables: Store user-defined hook ifnamePhil Sutter1-3/+7
2025-01-19netfilter: nf_tables: Flowtable hook's pf value never variesPhil Sutter1-7/+4
2025-01-19netfilter: nf_tables: fix set size with rbtree backendPablo Neira Ayuso1-2/+47
2025-01-14Merge tag 'nf-next-25-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextPaolo Abeni1-4/+3
2025-01-09netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso1-4/+11
2025-01-05netfilter: nf_tables: remove the genmask parametertuqiang1-4/+3
2024-12-11netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal1-17/+15
2024-11-14netfilter: nf_tables: allocate element update information dynamicallyFlorian Westphal1-21/+36
2024-11-14netfilter: nf_tables: switch trans_elem to real flex arrayFlorian Westphal1-0/+90
2024-11-14netfilter: nf_tables: prepare nft audit for set element compactionFlorian Westphal1-3/+18
2024-11-14netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structureFlorian Westphal1-64/+164
2024-11-14netfilter: nf_tables: add nft_trans_commit_list_add_elem helperFlorian Westphal1-5/+16
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+34
2024-11-07netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso1-7/+34
2024-11-05netfilter: nf_tables: must hold rcu read lock while iterating object type listFlorian Westphal1-7/+6
2024-11-05netfilter: nf_tables: must hold rcu read lock while iterating expression type listFlorian Westphal1-6/+18
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with basechain hookFlorian Westphal1-3/+5
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with flowtablesFlorian Westphal1-6/+9
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with setsFlorian Westphal1-11/+16
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splat on rule deletionFlorian Westphal1-10/+13
2024-10-15netfilter: nf_tables: prefer nft_trans_elem_alloc helperFlorian Westphal1-4/+2
2024-10-15netfilter: nf_tables: Fix percpu address space issues in nf_tables_api.cUros Bizjak1-8/+8
2024-09-26netfilter: nf_tables: missing objects with no memcg accountingPablo Neira Ayuso1-1/+1
2024-09-26netfilter: nf_tables: use rcu chain hook list iterator from netlink dump pathPablo Neira Ayuso1-1/+1
2024-09-26netfilter: nf_tables: Keep deleted flowtable hooks until after RCUPhil Sutter1-1/+1
2024-09-03netfilter: nf_tables: set element timeout update supportPablo Neira Ayuso1-4/+43
2024-09-03netfilter: nf_tables: zero timeout means element never times outPablo Neira Ayuso1-16/+23
2024-09-03netfilter: nf_tables: consolidate timeout extension for elementsPablo Neira Ayuso1-26/+17
2024-09-03netfilter: nf_tables: annotate data-races around element expirationPablo Neira Ayuso1-1/+1
2024-09-03netfilter: nf_tables: remove annotation to access set timeout while holding lockPablo Neira Ayuso1-2/+2