summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
8 daysnetfilter: nfnetlink_hook: Dump flowtable infoPhil Sutter
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-14Revert "netfilter: nf_tables: Add notifications for hook changes"Phil Sutter
2025-07-10netfilter: nf_tables: adjust lockdep assertions handlingFedor Pchelkin
2025-07-10netfilter: nf_tables: Reintroduce shortened deletion notificationsPhil Sutter
2025-07-10netfilter: nf_tables: Drop dead code from fill_*_info routinesPhil Sutter
2025-05-23netfilter: nf_tables: Add notifications for hook changesPhil Sutter
2025-05-23netfilter: nf_tables: Support wildcard netdev hook specsPhil Sutter
2025-05-23netfilter: nf_tables: Sort labels in nft_netdev_hook_alloc()Phil Sutter
2025-05-23netfilter: nf_tables: Handle NETDEV_CHANGENAME eventsPhil Sutter
2025-05-23netfilter: nf_tables: Wrap netdev notifiersPhil Sutter
2025-05-23netfilter: nf_tables: Respect NETDEV_REGISTER eventsPhil Sutter
2025-05-23netfilter: nf_tables: Prepare for handling NETDEV_REGISTER eventsPhil Sutter
2025-05-23netfilter: nf_tables: Have a list of nf_hook_ops in nft_hookPhil Sutter
2025-05-23netfilter: nf_tables: Pass nf_hook_ops to nft_unregister_flowtable_hook()Phil Sutter
2025-05-23netfilter: nf_tables: Introduce nft_register_flowtable_ops()Phil Sutter
2025-05-23netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}()Phil Sutter
2025-05-23netfilter: nf_tables: Introduce functions freeing nft_hook objectsPhil Sutter
2025-04-29netfilter: nf_tables: export set count and backend name to userspaceFlorian Westphal
2025-04-02netfilter: nf_tables: don't unregister hook when table is dormantFlorian Westphal
2025-03-06netfilter: nf_tables: make destruction work queue pernetFlorian Westphal
2025-01-30Merge tag 'nf-25-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-01-30netfilter: nf_tables: reject mismatching sum of field_len with set key lengthPablo Neira Ayuso
2025-01-19netfilter: nf_tables: Tolerate chains with no remaining hooksPhil Sutter
2025-01-19netfilter: nf_tables: Compare netdev hooks based on stored namePhil Sutter
2025-01-19netfilter: nf_tables: Use stored ifname in netdev hook dumpsPhil Sutter
2025-01-19netfilter: nf_tables: Store user-defined hook ifnamePhil Sutter
2025-01-19netfilter: nf_tables: Flowtable hook's pf value never variesPhil Sutter
2025-01-19netfilter: nf_tables: fix set size with rbtree backendPablo Neira Ayuso
2025-01-14Merge tag 'nf-next-25-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-01-09netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso
2025-01-05netfilter: nf_tables: remove the genmask parametertuqiang
2024-12-11netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2024-11-14netfilter: nf_tables: allocate element update information dynamicallyFlorian Westphal
2024-11-14netfilter: nf_tables: switch trans_elem to real flex arrayFlorian Westphal
2024-11-14netfilter: nf_tables: prepare nft audit for set element compactionFlorian Westphal
2024-11-14netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structureFlorian Westphal
2024-11-14netfilter: nf_tables: add nft_trans_commit_list_add_elem helperFlorian Westphal
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-07netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2024-11-05netfilter: nf_tables: must hold rcu read lock while iterating object type listFlorian Westphal
2024-11-05netfilter: nf_tables: must hold rcu read lock while iterating expression type...Florian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with basechain hookFlorian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with flowtablesFlorian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with setsFlorian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splat on rule deletionFlorian Westphal
2024-10-15netfilter: nf_tables: prefer nft_trans_elem_alloc helperFlorian Westphal
2024-10-15netfilter: nf_tables: Fix percpu address space issues in nf_tables_api.cUros Bizjak
2024-09-26netfilter: nf_tables: missing objects with no memcg accountingPablo Neira Ayuso
2024-09-26netfilter: nf_tables: use rcu chain hook list iterator from netlink dump pathPablo Neira Ayuso