aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2026-08-05netfilter: nf_flow_table: drop existing skb dst before skb_dst_set_noref()Eric Dumazet1-0/+3
2026-07-31ipvs: return the csum validation for forward hookJulian Anastasov1-1/+1
2026-07-31ipvs: avoid out-of-bounds write in ip_vs_nat_icmpJulian Anastasov2-34/+35
2026-07-31netfilter: ipset: switch to rcu workFlorian Westphal1-17/+29
2026-07-31netfilter: ipset: add and use mtype_del_cidr_all helperFlorian Westphal1-18/+16
2026-07-31netfilter: ipset: add small wrappers for hash and bucket sizesFlorian Westphal1-8/+31
2026-07-31netfilter: ipset: switch ext_size to atomic64_tJozsef Kadlecsik4-8/+8
2026-07-31netfilter: ipset: rework cidr bookkeepingJozsef Kadlecsik7-93/+182
2026-07-31ipvs: stop estimator after disabled calc phaseZhiling Zou1-3/+7
2026-07-23netfilter: nft_payload: fix mask build for partial field offloadXiang Mei (Microsoft)1-11/+1
2026-07-23ipvs: clear the nfct flag under lockJulian Anastasov1-2/+8
2026-07-23ipvs: do not mangle ICMP replies for non-first fragmentsJulian Anastasov2-46/+43
2026-07-23ipvs: fix places with wrong packet offsetsJulian Anastasov6-87/+88
2026-07-23ipvs: fix the checksum validationsJulian Anastasov4-84/+45
2026-07-23netfilter: xt_hashlimit: validate hashtable supports XT_HASHLIMIT_RATE_MATCHPablo Neira Ayuso1-1/+15
2026-07-23netfilter: nf_tables: make nft_object rhltable per tablePablo Neira Ayuso1-18/+16
2026-07-23ipvs: adjust double hashing when fwd method changesJulian Anastasov1-42/+147
2026-07-23ipvs: do not propagate one-packet flag to synced connsZhiling Zou1-0/+3
2026-07-23netfilter: ipset: do not update comments from kernel-side hash addsDavid Lee1-1/+1
2026-07-22netfilter: nf_conntrack_expect: add and use nf_ct_expect_related_pair()Pablo Neira Ayuso2-15/+40
2026-07-22netfilter: nf_conntrack_sip: widen NAT rewrite delta to s32 in sip_help_tcp()Xiang Mei2-2/+2
2026-07-10netfilter: xt_physdev: masks are not c-stringsFlorian Westphal1-5/+0
2026-07-10ipvs: fix more places with wrong ipv6 transport offsetsJulian Anastasov2-8/+5
2026-07-10ipvs: reload ip header after head reallocationFlorian Westphal1-4/+2
2026-07-10netfilter: flowtable: use correct direction to set up tunnel routePablo Neira Ayuso1-3/+3
2026-07-10netfilter: nf_conncount: fix zone comparison in tuple dedupYizhou Zhao1-3/+3
2026-07-10netfilter: ecache: fix inverted time_after() checkYizhou Zhao1-1/+1
2026-07-10netfilter: xt_nat: reject unsupported target familiesWyatt Feng1-0/+9
2026-07-08ipvs: ensure inner headers in ICMP errors are in headroomJulian Anastasov1-6/+15
2026-07-08ipvs: use parsed transport offset in SCTP state lookupYizhou Zhao1-10/+5
2026-07-08ipvs: use parsed transport offset in TCP state lookupYizhou Zhao1-7/+1
2026-07-08ipvs: pass parsed transport offset to state handlersYizhou Zhao4-8/+11
2026-07-08netfilter: handle unreadable fragsFlorian Westphal3-18/+40
2026-07-08netfilter: flowtable: support IPIP tunnel with direct xmitPablo Neira Ayuso2-6/+9
2026-07-08netfilter: flowtable: IPIP tunnel hardware offload is not yet supportPablo Neira Ayuso2-6/+23
2026-07-08netfilter: flowtable: use dst in this direction when pushing IPIP headerPablo Neira Ayuso1-7/+11
2026-07-08netfilter: ipset: allocate the proper memory for the generic hash structureJozsef Kadlecsik1-2/+11
2026-07-08netfilter: ipset: cleanup the add/del backlog when resize failedJozsef Kadlecsik1-8/+20
2026-07-08netfilter: ipset: exclude gc when resize is in progressJozsef Kadlecsik1-11/+20
2026-07-08netfilter: ipset: mark the rcu locked areas properlyJozsef Kadlecsik1-8/+5
2026-07-08netfilter: nft_lookup: fix catchall element handling with inverted lookupsTamaki Yanagawa1-5/+5
2026-07-03netfilter: xt_connmark: reject invalid shift parametersWyatt Feng1-2/+12
2026-07-03ipvs: reset full ip_vs_seq structs in ip_vs_conn_newYizhou Zhao1-2/+2
2026-07-03ipvs: fix PMTU for GUE/GRE tunnel ICMP errorsYizhou Zhao1-3/+3
2026-07-03netfilter: nft_set_rbtree: get command skips end element with open intervalPablo Neira Ayuso2-2/+9
2026-07-03netfilter: nfnetlink_cthelper: cap to maximum number of expectation per master on updatesPablo Neira Ayuso1-0/+2
2026-07-03netfilter: xt_rateest: fix u64 truncation in xt_rateest_mt()Feng Wu1-1/+1
2026-07-03netfilter: xt_u32: reject invalid shift countsWyatt Feng1-1/+11
2026-07-03netfilter: nf_nat_sip: reload possible stale data pointerFlorian Westphal1-0/+11
2026-07-02Merge tag 'net-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds11-20/+531