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
7 days
netfilter: flowtable: use skb_pull_rcsum() to pop vlan/pppoe header
Pablo Neira Ayuso
1
-2
/
+2
8 days
netfilter: flowtable: fix inline pppoe encapsulation in xmit path
Pablo Neira Ayuso
3
-4
/
+46
8 days
netfilter: flowtable: fix inline vlan encapsulation in xmit path
Pablo Neira Ayuso
1
-37
/
+73
8 days
netfilter: flowtable: ensure sufficient headroom in xmit path
Pablo Neira Ayuso
1
-2
/
+11
8 days
netfilter: xtables: fix L4 header parsing for non-first fragments
Fernando Fernandez Mancera
5
-3
/
+23
8 days
netfilter: nf_tables: skip L4 header parsing for non-first fragments
Fernando Fernandez Mancera
4
-7
/
+7
9 days
netfilter: nf_tables: fix netdev hook allocation memleak with dormant tables
Florian Westphal
1
-14
/
+20
9 days
netfilter: xt_CT: fix usersize for v1 and v2 revision
Florian Westphal
1
-4
/
+4
9 days
netfilter: nft_compat: run xt_check_hooks_{match,target}() from .validate
Pablo Neira Ayuso
2
-10
/
+36
9 days
netfilter: x_tables: add .check_hooks to matches and targets
Pablo Neira Ayuso
7
-59
/
+179
9 days
netfilter: nft_fwd_netdev: use recursion counter in neigh egress path
Weiming Shi
2
-16
/
+8
9 days
netfilter: nft_fwd_netdev: add device and headroom validate with neigh forwarding
Pablo Neira Ayuso
1
-2
/
+14
9 days
netfilter: replace skb_try_make_writable() by skb_ensure_writable()
Pablo Neira Ayuso
2
-4
/
+5
10 days
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
2026-04-21
netfilter: nf_tables: use list_del_rcu for netlink hooks
Florian Westphal
1
-26
/
+18
2026-04-20
netfilter: nfnetlink_osf: fix potential NULL dereference in ttl check
Fernando Fernandez Mancera
1
-15
/
+7
2026-04-20
netfilter: nfnetlink_osf: fix out-of-bounds read on option matching
Fernando Fernandez Mancera
1
-11
/
+8
2026-04-20
ipvs: fix MTU check for GSO packets in tunnel mode
Yingnan Zhang
1
-4
/
+15
2026-04-20
netfilter: nat: use kfree_rcu to release ops
Pablo Neira Ayuso
1
-4
/
+6
2026-04-20
netfilter: xtables: restrict several matches to inet family
Pablo Neira Ayuso
4
-34
/
+68
2026-04-20
netfilter: conntrack: remove sprintf usage
Florian Westphal
2
-16
/
+19
2026-04-20
netfilter: nfnetlink_osf: fix divide-by-zero in OSF_WSS_MODULO
Xiang Mei
1
-0
/
+4
2026-04-20
netfilter: nft_osf: restrict it to ipv4
Pablo Neira Ayuso
1
-1
/
+5
2026-04-10
netfilter: require Ethernet MAC header before using eth_hdr()
Zhengchuan Liang
5
-12
/
+19
2026-04-10
netfilter: nft_fwd_netdev: check ttl/hl before forwarding
Florian Westphal
1
-0
/
+10
2026-04-10
netfilter: x_tables: Avoid a couple -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-4
/
+8
2026-04-10
netfilter: conntrack: remove UDP-Lite conntrack support
Fernando Fernandez Mancera
9
-160
/
+0
2026-04-10
netfilter: xt_socket: enable defrag after all other checks
Florian Westphal
1
-17
/
+6
2026-04-10
netfilter: xt_HL: add pr_fmt and checkentry validation
Marino Dzalto
1
-0
/
+27
2026-04-10
netfilter: nfnetlink: prefer skb_mac_header helpers
Florian Westphal
2
-22
/
+22
2026-04-10
netfilter: x_physdev: reject empty or not-nul terminated device names
Florian Westphal
1
-0
/
+22
2026-04-10
ipvs: add conn_lfactor and svc_lfactor sysctl vars
Julian Anastasov
1
-0
/
+76
2026-04-10
ipvs: add ip_vs_status info
Julian Anastasov
1
-0
/
+145
2026-04-10
ipvs: show the current conn_tab size to users
Julian Anastasov
1
-4
/
+22
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-100
/
+84
2026-04-08
netfilter: nfnetlink_queue: make hash table per queue
Florian Westphal
1
-90
/
+49
2026-04-08
netfilter: nft_ct: fix use-after-free in timeout object destroy
Tuan Do
1
-1
/
+1
2026-04-08
netfilter: xt_multiport: validate range encoding in checkentry
Ren Wei
1
-4
/
+30
2026-04-08
netfilter: nfnetlink_log: initialize nfgenmsg in NLMSG_DONE terminator
Xiang Mei
1
-4
/
+4
2026-04-08
ipvs: fix NULL deref in ip_vs_add_service error path
Weiming Shi
1
-1
/
+0
2026-04-08
netfilter: nf_tables_offload: add nft_flow_action_entry_next() and use it
Pablo Neira Ayuso
2
-2
/
+7
2026-04-08
netfilter: nf_conntrack_h323: Correct indentation when H323_TRACE defined
David Laight
1
-19
/
+19
2026-04-08
netfilter: nft_meta: add double-tagged vlan and pppoe support
Pablo Neira Ayuso
3
-3
/
+55
2026-04-08
netfilter: nft_set_pipapo_avx2: remove redundant loop in lookup_slow
Florian Westphal
1
-23
/
+9
2026-04-08
netfilter: nft_set_pipapo: increment data in one step
Florian Westphal
2
-6
/
+1
[next]