summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2026-08-09sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2-2/+2
2026-08-09netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso2-3/+18
2026-08-09netfilter: ipset: do not update comments from kernel-side hash addsDavid Lee1-1/+1
2026-08-09ipvs: do not propagate one-packet flag to synced connsZhiling Zou1-0/+3
2026-08-09netfilter: nft_payload: fix mask build for partial field offloadXiang Mei (Microsoft)1-11/+1
2026-08-09ipvs: do not mangle ICMP replies for non-first fragmentsJulian Anastasov2-46/+43
2026-08-09ipvs: fix places with wrong packet offsetsJulian Anastasov6-87/+88
2026-08-09ipvs: fix the checksum validationsJulian Anastasov4-84/+45
2026-08-09netfilter: xt_hashlimit: validate hashtable supports XT_HASHLIMIT_RATE_MATCHPablo Neira Ayuso1-1/+15
2026-08-09netfilter: nf_conntrack_sip: widen NAT rewrite delta to s32 in sip_help_tcp()Xiang Mei2-2/+2
2026-08-09netfilter: nf_conntrack_expect: restore helper propagation via expectationPablo Neira Ayuso7-11/+35
2026-08-03netfilter: nft_fib: reject fib expression on the netdev egress hookTheodor Arsenij Larionov-Trichkine2-1/+37
2026-08-03netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal41-627/+0
2026-08-03netfilter: nf_conntrack_sip: validate skb_dst() before accessing itPablo Neira Ayuso1-2/+5
2026-08-03netfilter: nf_conntrack_sip: remove net variable shadowingFlorian Westphal1-2/+1
2026-08-03netfilter: nft_set_pipapo: don't leak bad clone into future transactionFlorian Westphal2-5/+37
2026-08-03netfilter: nft_set_pipapo: move cloning of match info to insert/removal pathFlorian Westphal1-21/+49
2026-08-03netfilter: nft_set_pipapo: prepare pipapo_get helper for on-demand cloneFlorian Westphal1-10/+15
2026-08-03netfilter: nft_set_pipapo: merge deactivate helper into callerFlorian Westphal1-30/+9
2026-08-03netfilter: nft_set_pipapo: prepare walk function for on-demand cloneFlorian Westphal1-21/+39
2026-08-03netfilter: nft_set_pipapo: make pipapo_clone helper return NULLFlorian Westphal1-7/+7
2026-08-03netfilter: nft_set_pipapo: move prove_locking helper aroundFlorian Westphal1-11/+11
2026-08-03netfilter: nft_set_pipapo: use GFP_KERNEL for insertionsFlorian Westphal1-7/+10
2026-07-24audit: add audit_log_nf_skb helper functionRicardo Robaina2-114/+2
2026-07-24ipvs: reload ip header after head reallocationFlorian Westphal1-4/+2
2026-07-24ipvs: fix more places with wrong ipv6 transport offsetsJulian Anastasov2-8/+5
2026-07-24ipvs: reset full ip_vs_seq structs in ip_vs_conn_newYizhou Zhao1-2/+2
2026-07-24ipvs: use parsed transport offset in SCTP state lookupYizhou Zhao1-10/+5
2026-07-24netfilter: xt_nat: reject unsupported target familiesWyatt Feng1-0/+9
2026-07-24netfilter: ecache: fix inverted time_after() checkYizhou Zhao1-1/+1
2026-07-24netfilter: nf_conncount: fix zone comparison in tuple dedupYizhou Zhao1-3/+3
2026-07-24netfilter: nf_nat_sip: reload possible stale data pointerFlorian Westphal1-0/+11
2026-07-24netfilter: nf_queue: pin bridge device while NFQUEUE holds fake dstHaoze Xie2-0/+17
2026-07-24netfilter: xt_cluster: reject template conntracks in hash matchWyatt Feng1-1/+1
2026-07-24netfilter: nfnl_cthelper: apply per-class values when updating policiesDavid Carlier1-2/+2
2026-07-24netfilter: nf_conntrack_irc: fix parse_dcc() off-by-one OOB readMuhammad Bilal1-3/+3
2026-07-24ipvs: ensure inner headers in ICMP errors are in headroomJulian Anastasov1-6/+15
2026-07-24ipvs: fix PMTU for GUE/GRE tunnel ICMP errorsYizhou Zhao1-3/+3
2026-07-24ipvs: use parsed transport offset in TCP state lookupYizhou Zhao1-7/+1
2026-07-24ipvs: pass parsed transport offset to state handlersYizhou Zhao4-8/+11
2026-07-24netfilter: xt_connmark: reject invalid shift parametersWyatt Feng1-2/+12
2026-07-24netfilter: xt_rateest: fix u64 truncation in xt_rateest_mt()Feng Wu1-1/+1
2026-07-24netfilter: xt_u32: reject invalid shift countsWyatt Feng1-1/+11
2026-07-24netfilter: nft_compat: ebtables emulation must reject non-bridge targetsFlorian Westphal1-3/+21
2026-07-24netfilter: nft_synproxy: stop bypassing the priv->info snapshotRunyu Xiao1-5/+4
2026-07-24netfilter: nf_conncount: prevent connlimit drops for early confirmed ctFernando Fernandez Mancera1-6/+5
2026-07-24netfilter: nf_nat: avoid invalid nat_net pointer use on failed nf_nat_init()Mathias Krause1-0/+10
2026-07-24netfilter: ipset: fix order of kfree_rcu() and rcu_assign_pointer()Jozsef Kadlecsik1-2/+2
2026-07-24netfilter: ipset: Don't use test_bit() in lockless RCU readers in hash typesJozsef Kadlecsik1-5/+5
2026-07-24netfilter: ipset: annotate "pos" for concurrent readers/writersJozsef Kadlecsik1-24/+38