summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
AgeCommit message (Expand)AuthorLines
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-0/+21
2025-03-21netfilter: fib: avoid lookup if socket is availableFlorian Westphal-0/+21
2025-03-06netfilter: nf_tables: make destruction work queue pernetFlorian Westphal-1/+3
2025-01-19netfilter: flowtable: add CLOSING statePablo Neira Ayuso-0/+1
2025-01-19netfilter: conntrack: rework offload nf_conn timeout extension logicFlorian Westphal-10/+0
2025-01-19netfilter: conntrack: remove skb argument from nf_ct_refreshFlorian Westphal-5/+3
2025-01-19netfilter: nf_tables: Tolerate chains with no remaining hooksPhil Sutter-2/+0
2025-01-19netfilter: nf_tables: Store user-defined hook ifnamePhil Sutter-0/+2
2025-01-19netfilter: nf_tables: fix set size with rbtree backendPablo Neira Ayuso-0/+6
2025-01-09netfilter: conntrack: add conntrack event timestampFlorian Westphal-0/+12
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2024-12-25netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso-2/+5
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+0
2024-12-11netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal-4/+0
2024-12-09net: reformat kdoc return statementsJakub Kicinski-2/+2
2024-12-03netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso-0/+1
2024-11-14netfilter: nf_tables: allocate element update information dynamicallyFlorian Westphal-3/+7
2024-11-14netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structureFlorian Westphal-12/+9
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2024-11-07netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso-0/+4
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with flowtablesFlorian Westphal-1/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-03netfilter: nf_tables: set element timeout update supportPablo Neira Ayuso-1/+15
2024-09-03netfilter: nf_tables: zero timeout means element never times outPablo Neira Ayuso-2/+5
2024-09-03netfilter: nf_tables: consolidate timeout extension for elementsPablo Neira Ayuso-10/+8
2024-09-03netfilter: nf_tables: annotate data-races around element expirationPablo Neira Ayuso-1/+1
2024-09-03netfilter: nf_tables: Add missing Kernel docSimon Horman-0/+3
2024-09-03netfilter: nf_tables: Correct spelling in nf_tables.hSimon Horman-1/+1
2024-09-03netfilter: nf_tables: drop unused 3rd argument from validate callback opsFlorian Westphal-9/+4
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+9
2024-08-27netfilter: nf_tables_ipv6: consider network offset in netdev/egress validationPablo Neira Ayuso-2/+3
2024-08-26netfilter: nf_tables: restore IP sanity checks for netdev/egressPablo Neira Ayuso-4/+6
2024-08-20netfilter: nf_tables: allow loads only when register is initializedFlorian Westphal-0/+1
2024-08-20netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal-1/+2
2024-08-19netfilter: move nf_ct_netns_get out of nf_conncount_initXin Long-4/+2
2024-08-19netfilter: nf_tables: store new sets in dedicated listFlorian Westphal-0/+2
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-1/+1
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-0/+15
2024-07-01netfilter: Add bpf_xdp_flow_lookup kfuncLorenzo Bianconi-0/+10
2024-07-01netfilter: nf_tables: Add flowtable map for xdp offloadFlorian Westphal-0/+5
2024-07-01Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller-76/+146
2024-06-27netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso-0/+5
2024-06-25netfilter: nf_tables: do not store nft_ctx in transaction objectsFlorian Westphal-4/+39
2024-06-25netfilter: nf_tables: store chain pointer in rule transactionFlorian Westphal-0/+3
2024-06-25netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal-1/+1
2024-06-25netfilter: nf_tables: compact chain+ft transaction objectsFlorian Westphal-2/+2
2024-06-25netfilter: nf_tables: move bind list_head into relevant subtypesFlorian Westphal-8/+18
2024-06-25netfilter: nf_tables: make struct nft_trans first member of derived subtypesFlorian Westphal-70/+92
2024-05-10netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal-2/+2
2024-04-11netfilter: flowtable: validate pppoe headerPablo Neira Ayuso-1/+11