aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
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-31netfilter: conntrack: tcp: use UNACK timeout for non-closing RST packetsMinghao Zhang1-2/+3
2026-07-31netfilter: nf_tables: call skb_valid_dst() before skb_dst()Pablo Neira Ayuso3-5/+16
2026-07-31netfilter: flowtable: release tunnel route on error when building forward pathPablo Neira Ayuso1-48/+17
2026-07-31net: dsa: stop at the user device in .fill_forward_pathPablo Neira Ayuso1-5/+2
2026-07-31netfilter: flowtable: consolidate flowtable device checkPablo Neira Ayuso1-6/+9
2026-07-31netfilter: flowtable: consolidate net_device field in nft_forward_info structPablo Neira Ayuso1-12/+8
2026-07-31netfilter: conncount: normalize tuple and zone on successful ct lookupFernando Fernandez Mancera1-0/+2
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-286/+386
2026-07-24ipvs: use type-safe allocation helpers in ip_vs_rht_allocSubasri S1-5/+4
2026-07-24netfilter: nf_conntrack_expect: store event cache in expectationPablo Neira Ayuso4-6/+17
2026-07-24netfilter: conntrack_helper: pass master conntrack to helper functionsPablo Neira Ayuso8-13/+13
2026-07-24netfilter: flowtable: tear down flow entries with stale dst from GCPablo Neira Ayuso2-8/+2
2026-07-24netfilter: nf_nat_sip: rewind offset when NAT shrinks the packetFlorian Westphal1-0/+5
2026-07-24netfilter: xt_tcpmss: extend checkentry to ipv6Florian Westphal1-0/+1
2026-07-24ipvs: Move defense_work and est_reload_work to system_dfl_long_wqIsmael Luceno2-4/+4
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-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni4-5/+16
2026-07-22udp: Support BIG TCP GSO packets where they can occurAlice Mikityanska2-2/+2
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska4-5/+16
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni8-24/+23
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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni19-111/+225
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