aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
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 maste...Pablo 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/netd...Linus Torvalds11-20/+531
2026-06-30netfilter: nftables: restrict checkum update offsetFlorian Westphal1-0/+100
2026-06-30netfilter: nftables: restrict linklayer and network header writesFlorian Westphal1-0/+170
2026-06-30netfilter: nfnetlink_queue: restrict writes to network headerFlorian Westphal1-0/+170
2026-06-30netfilter: nft_fib: reject fib expression on the netdev egress hookTheodor Arsenij Larionov-Trichkine2-1/+37
2026-06-30netfilter: nfnetlink_cthelper: cap to maximum number of expectation per masterPablo Neira Ayuso1-0/+2
2026-06-30netfilter: nf_conntrack_sip: validate skb_dst() before accessing itPablo Neira Ayuso1-2/+5
2026-06-30netfilter: ipset: fix race between dump and ip_set_list resizeXiang Mei1-1/+7
2026-06-30netfilter: nft_set_pipapo: don't leak bad clone into future transactionFlorian Westphal2-5/+37
2026-06-30netfilter: nf_conntrack_expect: zero at allocation timeFlorian Westphal2-11/+3
2026-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-22/+13
2026-06-23netfilter: nf_conntrack_helper: cap maximum number of expectation at helper r...Pablo Neira Ayuso2-4/+8
2026-06-23netfilter: nft_ct: expectation timeouts are passed in millisecondsFlorian Westphal1-3/+18
2026-06-23netfilter: nf_conntrack_expect: run expectation eviction with no helperPablo Neira Ayuso1-0/+7
2026-06-23netfilter: nf_conntrack_expect: store master_tuple in expectationPablo Neira Ayuso3-6/+7
2026-06-23netfilter: conntrack: add deprecation warnings for irc and pptp trackersFlorian Westphal3-5/+10
2026-06-23netfilter: ctnetlink: do not allow to reset helper on existing conntrackPablo Neira Ayuso1-13/+0
2026-06-23netfilter: nft_compat: ebtables emulation must reject non-bridge targetsFlorian Westphal1-3/+21
2026-06-23netfilter: nft_synproxy: stop bypassing the priv->info snapshotRunyu Xiao1-5/+4
2026-06-23netfilter: flowtable: Validate iph->ihl in nf_flow_ip4_tunnel_proto()Lorenzo Bianconi1-3/+5
2026-06-23netfilter: nf_conncount: prevent connlimit drops for early confirmed ctFernando Fernandez Mancera1-6/+5
2026-06-23netfilter: nf_nat: avoid invalid nat_net pointer use on failed nf_nat_init()Mathias Krause1-0/+10