index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-08
netfilter: flowtable: support IPIP tunnel with direct xmit
Pablo Neira Ayuso
2
-6
/
+9
2026-07-08
netfilter: flowtable: IPIP tunnel hardware offload is not yet support
Pablo Neira Ayuso
2
-6
/
+23
2026-07-08
netfilter: flowtable: use dst in this direction when pushing IPIP header
Pablo Neira Ayuso
1
-7
/
+11
2026-07-08
netfilter: ipset: allocate the proper memory for the generic hash structure
Jozsef Kadlecsik
1
-2
/
+11
2026-07-08
netfilter: ipset: cleanup the add/del backlog when resize failed
Jozsef Kadlecsik
1
-8
/
+20
2026-07-08
netfilter: ipset: exclude gc when resize is in progress
Jozsef Kadlecsik
1
-11
/
+20
2026-07-08
netfilter: ipset: mark the rcu locked areas properly
Jozsef Kadlecsik
1
-8
/
+5
2026-07-08
netfilter: nft_lookup: fix catchall element handling with inverted lookups
Tamaki Yanagawa
1
-5
/
+5
2026-07-03
Merge tag 'nf-next-26-07-02' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Paolo Abeni
26
-236
/
+225
2026-07-03
netfilter: xt_connmark: reject invalid shift parameters
Wyatt Feng
1
-2
/
+12
2026-07-03
ipvs: reset full ip_vs_seq structs in ip_vs_conn_new
Yizhou Zhao
1
-2
/
+2
2026-07-03
ipvs: fix PMTU for GUE/GRE tunnel ICMP errors
Yizhou Zhao
1
-3
/
+3
2026-07-03
netfilter: nft_set_rbtree: get command skips end element with open interval
Pablo Neira Ayuso
2
-2
/
+9
2026-07-03
netfilter: nfnetlink_cthelper: cap to maximum number of expectation per master on updates
Pablo Neira Ayuso
1
-0
/
+2
2026-07-03
netfilter: xt_rateest: fix u64 truncation in xt_rateest_mt()
Feng Wu
1
-1
/
+1
2026-07-03
netfilter: xt_u32: reject invalid shift counts
Wyatt Feng
1
-1
/
+11
2026-07-03
netfilter: nf_nat_sip: reload possible stale data pointer
Florian Westphal
1
-0
/
+11
2026-07-02
Merge tag 'net-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
11
-20
/
+531
2026-07-02
netfilter: nft_ct: support expectation creation for natted flows
Florian Westphal
1
-0
/
+35
2026-07-02
netfilter: conntrack: remove obsolete module parameters
Florian Westphal
11
-141
/
+58
2026-07-02
netfilter: conntrack: get rid of tuple in helper definitions
Florian Westphal
4
-28
/
+23
2026-07-02
netfilter: nf_conntrack_helper: do not hash by tuple
Florian Westphal
1
-36
/
+31
2026-07-02
netfilter: xt_dscp: add checkentry for tos match
Feng Wu
1
-0
/
+12
2026-07-02
netfilter: xt_tcpmss: add checkentry for parameter validation
Feng Wu
1
-0
/
+13
2026-07-02
netfilter: remove redundant null check before kvfree()
Subasri S
1
-2
/
+1
2026-07-02
netfilter: avoid strcpy usage
David Laight
2
-2
/
+2
2026-07-02
netfilter: replace u_int8_t and u_int16t with u8 and u16
Carlos Grillet
4
-7
/
+7
2026-07-02
netfilter: x_tables: replace strlcat() with snprintf()
Ian Bridges
1
-19
/
+11
2026-07-02
netfilter: nfnetlink_hook: Dump nat type chains
Phil Sutter
3
-10
/
+41
2026-06-30
netfilter: nftables: restrict checkum update offset
Florian Westphal
1
-0
/
+100
2026-06-30
netfilter: nftables: restrict linklayer and network header writes
Florian Westphal
1
-0
/
+170
2026-06-30
netfilter: nfnetlink_queue: restrict writes to network header
Florian Westphal
1
-0
/
+170
2026-06-30
netfilter: nft_fib: reject fib expression on the netdev egress hook
Theodor Arsenij Larionov-Trichkine
2
-1
/
+37
2026-06-30
netfilter: nfnetlink_cthelper: cap to maximum number of expectation per master
Pablo Neira Ayuso
1
-0
/
+2
2026-06-30
netfilter: nf_conntrack_sip: validate skb_dst() before accessing it
Pablo Neira Ayuso
1
-2
/
+5
2026-06-30
netfilter: ipset: fix race between dump and ip_set_list resize
Xiang Mei
1
-1
/
+7
2026-06-30
netfilter: nft_set_pipapo: don't leak bad clone into future transaction
Florian Westphal
2
-5
/
+37
2026-06-30
netfilter: nf_conntrack_expect: zero at allocation time
Florian Westphal
2
-11
/
+3
2026-06-25
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-22
/
+13
2026-06-23
netfilter: nf_conntrack_helper: cap maximum number of expectation at helper registration
Pablo Neira Ayuso
2
-4
/
+8
2026-06-23
netfilter: nft_ct: expectation timeouts are passed in milliseconds
Florian Westphal
1
-3
/
+18
2026-06-23
netfilter: nf_conntrack_expect: run expectation eviction with no helper
Pablo Neira Ayuso
1
-0
/
+7
2026-06-23
netfilter: nf_conntrack_expect: store master_tuple in expectation
Pablo Neira Ayuso
3
-6
/
+7
2026-06-23
netfilter: conntrack: add deprecation warnings for irc and pptp trackers
Florian Westphal
3
-5
/
+10
2026-06-23
netfilter: ctnetlink: do not allow to reset helper on existing conntrack
Pablo Neira Ayuso
1
-13
/
+0
2026-06-23
netfilter: nft_compat: ebtables emulation must reject non-bridge targets
Florian Westphal
1
-3
/
+21
2026-06-23
netfilter: nft_synproxy: stop bypassing the priv->info snapshot
Runyu Xiao
1
-5
/
+4
2026-06-23
netfilter: flowtable: Validate iph->ihl in nf_flow_ip4_tunnel_proto()
Lorenzo Bianconi
1
-3
/
+5
2026-06-23
netfilter: nf_conncount: prevent connlimit drops for early confirmed ct
Fernando Fernandez Mancera
1
-6
/
+5
2026-06-23
netfilter: nf_nat: avoid invalid nat_net pointer use on failed nf_nat_init()
Mathias Krause
1
-0
/
+10
[prev]
[next]