summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
AgeCommit message (Expand)AuthorLines
2025-11-28netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera-9/+8
2025-11-28netfilter: flowtable: Add IPIP rx sw accelerationLorenzo Bianconi-0/+18
2025-11-28netfilter: flowtable: remove hw_ifidxPablo Neira Ayuso-1/+0
2025-11-27netfilter: flowtable: consolidate xmit pathPablo Neira Ayuso-0/+1
2025-11-27netfilter: flowtable: move path discovery infrastructure to its own filePablo Neira Ayuso-0/+6
2025-10-30netfilter: fix typo in nf_conntrack_l4proto.h commentcaivive (Weibiao Tu)-1/+1
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+2
2025-09-10netfilter: nf_tables: make nft_set_do_lookup available unconditionallyFlorian Westphal-8/+2
2025-09-10netfilter: nf_tables: place base_seq in struct netFlorian Westphal-1/+0
2025-09-02netfilter: nft_payload: extend offset to 65535 bytesFernando Fernandez Mancera-1/+1
2025-09-02netfilter: nf_reject: remove unneeded exportsFlorian Westphal-18/+0
2025-09-02netfilter: nf_tables: allow iter callbacks to sleepFlorian Westphal-0/+2
2025-07-25netfilter: nft_set: remove indirection from update API callFlorian Westphal-4/+3
2025-07-25netfilter: nft_set: remove one argument from lookup and update functionsFlorian Westphal-26/+31
2025-07-25netfilter: nf_tables: Remove unused nft_reduce_is_readonly()Yue Haibing-5/+0
2025-07-25netfilter: load nf_log_syslog on enabling nf_conntrack_log_invalidLance Yang-0/+3
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+13
2025-07-17netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal-2/+13
2025-07-14Revert "netfilter: nf_tables: Add notifications for hook changes"Phil Sutter-5/+0
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-07-10netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet-1/+1
2025-07-03netfilter: conntrack: remove DCCP protocol supportPablo Neira Ayuso-19/+0
2025-05-23netfilter: nf_tables: Add notifications for hook changesPhil Sutter-0/+5
2025-05-23netfilter: nf_tables: Have a list of nf_hook_ops in nft_hookPhil Sutter-1/+1
2025-05-23netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}()Phil Sutter-0/+5
2025-05-23netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal-0/+9
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