summaryrefslogtreecommitdiff
path: root/include/net/netfilter
AgeCommit message (Expand)Author
11 daysnetfilter: nfnetlink_queue: make hash table per queueFlorian Westphal
2026-04-18netfilter: nft_ct: fix use-after-free in timeout object destroyTuan Do
2026-04-11netfilter: nf_conntrack_expect: store netns and zone in expectationPablo Neira Ayuso
2026-04-11netfilter: nf_conntrack_expect: honor expectation helper fieldPablo Neira Ayuso
2026-03-25nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso
2026-03-13netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal
2026-03-04netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal
2026-03-04netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell
2026-03-04netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera
2026-01-17netfilter: nf_tables: avoid chain re-validation if possibleFlorian Westphal
2025-12-18netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera
2025-09-19netfilter: nf_tables: make nft_set_do_lookup available unconditionallyFlorian Westphal
2025-09-19netfilter: nf_tables: place base_seq in struct netFlorian Westphal
2025-09-19netfilter: nft_set: remove one argument from lookup and update functionsFlorian Westphal
2025-07-24netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal
2025-07-17netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet
2025-06-19netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal
2025-05-02netfilter: fib: avoid lookup if socket is availableFlorian Westphal
2025-03-22netfilter: nf_tables: make destruction work queue pernetFlorian Westphal
2025-02-08netfilter: nf_tables: fix set size with rbtree backendPablo Neira Ayuso
2025-01-09netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso
2024-12-19netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2024-12-14netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso
2024-11-07netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-03netfilter: nf_tables: set element timeout update supportPablo Neira Ayuso
2024-09-03netfilter: nf_tables: zero timeout means element never times outPablo Neira Ayuso
2024-09-03netfilter: nf_tables: consolidate timeout extension for elementsPablo Neira Ayuso
2024-09-03netfilter: nf_tables: annotate data-races around element expirationPablo Neira Ayuso
2024-09-03netfilter: nf_tables: Add missing Kernel docSimon Horman
2024-09-03netfilter: nf_tables: Correct spelling in nf_tables.hSimon Horman
2024-09-03netfilter: nf_tables: drop unused 3rd argument from validate callback opsFlorian Westphal
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-27netfilter: nf_tables_ipv6: consider network offset in netdev/egress validationPablo Neira Ayuso
2024-08-26netfilter: nf_tables: restore IP sanity checks for netdev/egressPablo Neira Ayuso
2024-08-20netfilter: nf_tables: allow loads only when register is initializedFlorian Westphal
2024-08-20netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal
2024-08-19netfilter: move nf_ct_netns_get out of nf_conncount_initXin Long
2024-08-19netfilter: nf_tables: store new sets in dedicated listFlorian Westphal
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-07-01netfilter: Add bpf_xdp_flow_lookup kfuncLorenzo Bianconi
2024-07-01netfilter: nf_tables: Add flowtable map for xdp offloadFlorian Westphal
2024-07-01Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2024-06-27netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso
2024-06-25netfilter: nf_tables: do not store nft_ctx in transaction objectsFlorian Westphal
2024-06-25netfilter: nf_tables: store chain pointer in rule transactionFlorian Westphal
2024-06-25netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal
2024-06-25netfilter: nf_tables: compact chain+ft transaction objectsFlorian Westphal
2024-06-25netfilter: nf_tables: move bind list_head into relevant subtypesFlorian Westphal