summaryrefslogtreecommitdiff
path: root/include/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
7 daysnetfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera1-9/+8
2025-09-19netfilter: nf_tables: make nft_set_do_lookup available unconditionallyFlorian Westphal1-8/+2
2025-09-19netfilter: nf_tables: place base_seq in struct netFlorian Westphal1-1/+0
2025-09-19netfilter: nft_set: remove one argument from lookup and update functionsFlorian Westphal2-26/+31
2025-07-24netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal1-2/+13
2025-07-17netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet1-1/+1
2025-06-19netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal1-0/+9
2025-05-02netfilter: fib: avoid lookup if socket is availableFlorian Westphal1-0/+21
2025-03-22netfilter: nf_tables: make destruction work queue pernetFlorian Westphal1-1/+3
2025-02-08netfilter: nf_tables: fix set size with rbtree backendPablo Neira Ayuso1-0/+6
2025-01-09netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso1-2/+5
2024-12-19netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal1-4/+0
2024-12-14netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso1-0/+1
2024-11-07netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso1-0/+4
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-03netfilter: nf_tables: set element timeout update supportPablo Neira Ayuso1-1/+15
2024-09-03netfilter: nf_tables: zero timeout means element never times outPablo Neira Ayuso1-2/+5
2024-09-03netfilter: nf_tables: consolidate timeout extension for elementsPablo Neira Ayuso1-10/+8
2024-09-03netfilter: nf_tables: annotate data-races around element expirationPablo Neira Ayuso1-1/+1
2024-09-03netfilter: nf_tables: Add missing Kernel docSimon Horman2-0/+3
2024-09-03netfilter: nf_tables: Correct spelling in nf_tables.hSimon Horman1-1/+1
2024-09-03netfilter: nf_tables: drop unused 3rd argument from validate callback opsFlorian Westphal4-9/+4
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+9
2024-08-27netfilter: nf_tables_ipv6: consider network offset in netdev/egress validationPablo Neira Ayuso1-2/+3
2024-08-26netfilter: nf_tables: restore IP sanity checks for netdev/egressPablo Neira Ayuso1-4/+6
2024-08-20netfilter: nf_tables: allow loads only when register is initializedFlorian Westphal1-0/+1
2024-08-20netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal1-1/+2
2024-08-19netfilter: move nf_ct_netns_get out of nf_conncount_initXin Long1-4/+2
2024-08-19netfilter: nf_tables: store new sets in dedicated listFlorian Westphal1-0/+2
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+15
2024-07-01netfilter: Add bpf_xdp_flow_lookup kfuncLorenzo Bianconi1-0/+10
2024-07-01netfilter: nf_tables: Add flowtable map for xdp offloadFlorian Westphal1-0/+5
2024-07-01Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-76/+146
2024-06-27netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso1-0/+5
2024-06-25netfilter: nf_tables: do not store nft_ctx in transaction objectsFlorian Westphal1-4/+39
2024-06-25netfilter: nf_tables: store chain pointer in rule transactionFlorian Westphal1-0/+3
2024-06-25netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal1-1/+1
2024-06-25netfilter: nf_tables: compact chain+ft transaction objectsFlorian Westphal1-2/+2
2024-06-25netfilter: nf_tables: move bind list_head into relevant subtypesFlorian Westphal1-8/+18
2024-06-25netfilter: nf_tables: make struct nft_trans first member of derived subtypesFlorian Westphal1-70/+92
2024-05-10netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal1-2/+2
2024-04-11netfilter: flowtable: validate pppoe headerPablo Neira Ayuso1-1/+11
2024-04-11netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso1-0/+14
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-1/+6
2024-03-12Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-02-23Merge tag 'nf-next-24-02-21' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-1/+0
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-02-22netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso1-1/+1
2024-02-21netfilter: move nf_reinject into nfnetlink_queue modulesFlorian Westphal1-1/+0