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-05-22
netfilter: nf_tables: fix dst corruption in same register operation
Fernando Fernandez Mancera
2
-7
/
+24
2026-05-22
netfilter: disable payload mangling in userns
Florian Westphal
2
-2
/
+7
2026-05-22
netfilter: xt_cpu: prefer raw_smp_processor_id
Florian Westphal
1
-1
/
+1
2026-05-22
netfilter: nf_conntrack_gre: fix gre keymap list corruption
Florian Westphal
3
-30
/
+90
2026-05-22
netfilter: synproxy: refresh tcphdr after skb_ensure_writable
Chris Mason
1
-0
/
+2
2026-05-22
netfilter: conntrack: tcp: do not force CLOSE on invalid-seq RST without direction check
Hamza Mahfooz
1
-1
/
+2
2026-05-16
netfilter: nf_queue: hold bridge skb->dev while queued
Haoze Xie
2
-1
/
+5
2026-05-16
netfilter: ipset: annotate "pos" for concurrent readers/writers
Jozsef Kadlecsik
1
-24
/
+38
2026-05-16
netfilter: ipset: Fix data race between add and dump in all hash types
Jozsef Kadlecsik
1
-2
/
+5
2026-05-16
netfilter: ipset: Fix data race between add and list header in all hash types
Jozsef Kadlecsik
1
-2
/
+2
2026-05-16
netfilter: nft_inner: release local_lock before re-enabling softirqs
Florian Westphal
1
-1
/
+1
2026-05-16
netfilter: ipset: stop hash:* range iteration at end
Nan Li
4
-4
/
+17
2026-05-16
netfilter: nft_inner: Fix IPv6 inner_thoff desync
Yizhou Zhao
1
-1
/
+0
2026-05-16
netfilter: ipset: fix a potential dump-destroy race
Jozsef Kadlecsik
1
-0
/
+1
2026-05-16
ipvs: avoid possible loop in ip_vs_dst_event on resizing
Julian Anastasov
1
-65
/
+122
2026-05-16
netfilter: nf_conntrack_helper: fix possible null deref during error log
Florian Westphal
1
-5
/
+8
2026-05-08
netfilter: nft_ct: fix missing expect put in obj eval
Li Xiasong
1
-0
/
+2
2026-05-08
netfilter: nf_conntrack_sip: get helper before allocating expectation
Li Xiasong
1
-4
/
+4
2026-05-08
netfilter: ctnetlink: check tuple and mask in expectations created via nfqueue
Pablo Neira Ayuso
1
-0
/
+3
2026-05-08
netfilter: nf_conntrack_expect: restore helper propagation via expectation
Pablo Neira Ayuso
7
-11
/
+35
2026-05-08
netfilter: x_tables: add and use xtables_unregister_table_exit
Florian Westphal
1
-19
/
+62
2026-05-08
netfilter: x_tables: add and use xt_unregister_table_pre_exit
Florian Westphal
1
-0
/
+29
2026-05-08
netfilter: x_tables: allocate hook ops while under mutex
Florian Westphal
1
-8
/
+42
2026-05-08
netfilter: x_tables: allow initial table replace without emitting audit log message
Florian Westphal
1
-9
/
+20
2026-05-05
ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCU
Waiman Long
1
-5
/
+8
2026-05-05
ipvs: fix shift-out-of-bounds in ip_vs_rht_desired_size
Julian Anastasov
1
-1
/
+1
2026-05-05
ipvs: fix races around est_mutex and est_cpulist
Julian Anastasov
2
-44
/
+90
2026-05-05
ipvs: do not leak dest after get from dest trash
Julian Anastasov
1
-13
/
+24
2026-05-05
ipvs: fix the spin_lock usage for RT build
Julian Anastasov
1
-32
/
+40
2026-05-05
ipvs: fix races around the conn_lfactor and svc_lfactor sysctl vars
Julian Anastasov
2
-4
/
+10
2026-05-05
ipvs: fixes for the new ip_vs_status info
Julian Anastasov
1
-15
/
+36
2026-05-01
netfilter: flowtable: use skb_pull_rcsum() to pop vlan/pppoe header
Pablo Neira Ayuso
1
-2
/
+2
2026-05-01
netfilter: flowtable: fix inline pppoe encapsulation in xmit path
Pablo Neira Ayuso
3
-4
/
+46
2026-05-01
netfilter: flowtable: fix inline vlan encapsulation in xmit path
Pablo Neira Ayuso
1
-37
/
+73
2026-04-30
netfilter: flowtable: ensure sufficient headroom in xmit path
Pablo Neira Ayuso
1
-2
/
+11
2026-04-30
netfilter: xtables: fix L4 header parsing for non-first fragments
Fernando Fernandez Mancera
5
-3
/
+23
2026-04-30
netfilter: nf_tables: skip L4 header parsing for non-first fragments
Fernando Fernandez Mancera
4
-7
/
+7
2026-04-30
netfilter: nf_tables: fix netdev hook allocation memleak with dormant tables
Florian Westphal
1
-14
/
+20
2026-04-30
netfilter: xt_CT: fix usersize for v1 and v2 revision
Florian Westphal
1
-4
/
+4
2026-04-30
netfilter: nft_compat: run xt_check_hooks_{match,target}() from .validate
Pablo Neira Ayuso
2
-10
/
+36
2026-04-30
netfilter: x_tables: add .check_hooks to matches and targets
Pablo Neira Ayuso
7
-59
/
+179
2026-04-30
netfilter: nft_fwd_netdev: use recursion counter in neigh egress path
Weiming Shi
2
-16
/
+8
2026-04-30
netfilter: nft_fwd_netdev: add device and headroom validate with neigh forwarding
Pablo Neira Ayuso
1
-2
/
+14
2026-04-30
netfilter: replace skb_try_make_writable() by skb_ensure_writable()
Pablo Neira Ayuso
2
-4
/
+5
2026-04-28
netfilter: skip recording stale or retransmitted INIT
Xin Long
1
-3
/
+7
2026-04-24
netfilter: nf_conntrack_sip: don't use simple_strtoul
Florian Westphal
2
-34
/
+119
2026-04-24
netfilter: reject zero shift in nft_bitwise
Kai Ma
1
-1
/
+2
2026-04-24
netfilter: xt_policy: fix strict mode inbound policy matching
Jiexun Wang
1
-1
/
+1
2026-04-21
netfilter: nf_tables: add hook transactions for device deletions
Pablo Neira Ayuso
1
-60
/
+204
2026-04-21
netfilter: nf_tables: join hook list via splice_list_rcu() in commit phase
Pablo Neira Ayuso
1
-4
/
+4
[next]