summaryrefslogtreecommitdiff
path: root/net/netfilter/nft_chain_filter.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-14Revert "netfilter: nf_tables: Add notifications for hook changes"Phil Sutter1-2/+0
2025-05-23netfilter: nf_tables: Add notifications for hook changesPhil Sutter1-0/+2
2025-05-23netfilter: nf_tables: Support wildcard netdev hook specsPhil Sutter1-1/+1
2025-05-23netfilter: nf_tables: Handle NETDEV_CHANGENAME eventsPhil Sutter1-9/+24
2025-05-23netfilter: nf_tables: Wrap netdev notifiersPhil Sutter1-14/+24
2025-05-23netfilter: nf_tables: Respect NETDEV_REGISTER eventsPhil Sutter1-4/+28
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-2/+2
2025-05-23netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}()Phil Sutter1-2/+4
2025-01-19netfilter: nf_tables: Simplify chain netdev notifierPhil Sutter1-14/+7
2025-01-19netfilter: nf_tables: Tolerate chains with no remaining hooksPhil Sutter1-22/+7
2024-05-06netfilter: nf_tables: remove NETDEV_CHANGENAME from netdev chain event handlerPablo Neira Ayuso1-5/+1
2024-04-25netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso1-1/+3
2024-01-24netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso1-2/+9
2023-05-10netfilter: nf_tables: always release netdev hooks from notifierFlorian Westphal1-3/+6
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+3
2021-10-15netfilter: Introduce egress hookLukas Wunner1-1/+3
2021-10-07netfilter: nf_tables: skip netdev events generated on netns removalFlorian Westphal1-6/+3
2021-05-29netfilter: nf_tables: remove unused arg in nft_set_pktinfo_unspec()Florian Westphal1-13/+13
2021-04-26netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso1-4/+1
2021-04-06netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal1-3/+8
2020-10-12netfilter: nf_tables: add inet ingress supportPablo Neira Ayuso1-1/+34
2019-10-23netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso1-19/+26
2019-07-19netfilter: bridge: make NF_TABLES_BRIDGE tristateArnd Bergmann1-1/+1
2018-08-16netfilter: nf_tables: don't prevent event handler from device cleanup on netn...Florian Westphal1-5/+7
2018-08-16netfilter: nf_tables: fix register orderingFlorian Westphal1-1/+1
2018-07-18netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal1-2/+2
2018-06-12netfilter: nf_tables: close race between netns exit and rmmodFlorian Westphal1-0/+5
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso1-0/+398