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-31
netfilter: ipset: switch to rcu work
Florian Westphal
1
-17
/
+29
2026-07-31
netfilter: ipset: add and use mtype_del_cidr_all helper
Florian Westphal
1
-18
/
+16
2026-07-31
netfilter: ipset: add small wrappers for hash and bucket sizes
Florian Westphal
1
-8
/
+31
2026-07-31
netfilter: ipset: switch ext_size to atomic64_t
Jozsef Kadlecsik
4
-8
/
+8
2026-07-31
netfilter: ipset: rework cidr bookkeeping
Jozsef Kadlecsik
7
-93
/
+182
2026-07-31
ipvs: stop estimator after disabled calc phase
Zhiling Zou
1
-3
/
+7
2026-07-31
netfilter: conntrack: tcp: use UNACK timeout for non-closing RST packets
Minghao Zhang
1
-2
/
+3
2026-07-31
netfilter: nf_tables: call skb_valid_dst() before skb_dst()
Pablo Neira Ayuso
3
-5
/
+16
2026-07-31
netfilter: flowtable: release tunnel route on error when building forward path
Pablo Neira Ayuso
1
-48
/
+17
2026-07-31
net: dsa: stop at the user device in .fill_forward_path
Pablo Neira Ayuso
1
-5
/
+2
2026-07-31
netfilter: flowtable: consolidate flowtable device check
Pablo Neira Ayuso
1
-6
/
+9
2026-07-31
netfilter: flowtable: consolidate net_device field in nft_forward_info struct
Pablo Neira Ayuso
1
-12
/
+8
2026-07-31
netfilter: conncount: normalize tuple and zone on successful ct lookup
Fernando Fernandez Mancera
1
-0
/
+2
2026-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-286
/
+386
2026-07-24
ipvs: use type-safe allocation helpers in ip_vs_rht_alloc
Subasri S
1
-5
/
+4
2026-07-24
netfilter: nf_conntrack_expect: store event cache in expectation
Pablo Neira Ayuso
4
-6
/
+17
2026-07-24
netfilter: conntrack_helper: pass master conntrack to helper functions
Pablo Neira Ayuso
8
-13
/
+13
2026-07-24
netfilter: flowtable: tear down flow entries with stale dst from GC
Pablo Neira Ayuso
2
-8
/
+2
2026-07-24
netfilter: nf_nat_sip: rewind offset when NAT shrinks the packet
Florian Westphal
1
-0
/
+5
2026-07-24
netfilter: xt_tcpmss: extend checkentry to ipv6
Florian Westphal
1
-0
/
+1
2026-07-24
ipvs: Move defense_work and est_reload_work to system_dfl_long_wq
Ismael Luceno
2
-4
/
+4
2026-07-23
netfilter: nft_payload: fix mask build for partial field offload
Xiang Mei (Microsoft)
1
-11
/
+1
2026-07-23
ipvs: clear the nfct flag under lock
Julian Anastasov
1
-2
/
+8
2026-07-23
ipvs: do not mangle ICMP replies for non-first fragments
Julian Anastasov
2
-46
/
+43
2026-07-23
ipvs: fix places with wrong packet offsets
Julian Anastasov
6
-87
/
+88
2026-07-23
ipvs: fix the checksum validations
Julian Anastasov
4
-84
/
+45
2026-07-23
netfilter: xt_hashlimit: validate hashtable supports XT_HASHLIMIT_RATE_MATCH
Pablo Neira Ayuso
1
-1
/
+15
2026-07-23
netfilter: nf_tables: make nft_object rhltable per table
Pablo Neira Ayuso
1
-18
/
+16
2026-07-23
ipvs: adjust double hashing when fwd method changes
Julian Anastasov
1
-42
/
+147
2026-07-23
ipvs: do not propagate one-packet flag to synced conns
Zhiling Zou
1
-0
/
+3
2026-07-23
netfilter: ipset: do not update comments from kernel-side hash adds
David Lee
1
-1
/
+1
2026-07-22
netfilter: nf_conntrack_expect: add and use nf_ct_expect_related_pair()
Pablo Neira Ayuso
2
-15
/
+40
2026-07-22
netfilter: nf_conntrack_sip: widen NAT rewrite delta to s32 in sip_help_tcp()
Xiang Mei
2
-2
/
+2
2026-07-22
Merge branch 'big-tcp-for-udp-tunnels'
Paolo Abeni
4
-5
/
+16
2026-07-22
udp: Support BIG TCP GSO packets where they can occur
Alice Mikityanska
2
-2
/
+2
2026-07-22
net: Use helpers to get/set UDP len tree-wide
Alice Mikityanska
4
-5
/
+16
2026-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
8
-24
/
+23
2026-07-10
netfilter: xt_physdev: masks are not c-strings
Florian Westphal
1
-5
/
+0
2026-07-10
ipvs: fix more places with wrong ipv6 transport offsets
Julian Anastasov
2
-8
/
+5
2026-07-10
ipvs: reload ip header after head reallocation
Florian Westphal
1
-4
/
+2
2026-07-10
netfilter: flowtable: use correct direction to set up tunnel route
Pablo Neira Ayuso
1
-3
/
+3
2026-07-10
netfilter: nf_conncount: fix zone comparison in tuple dedup
Yizhou Zhao
1
-3
/
+3
2026-07-10
netfilter: ecache: fix inverted time_after() check
Yizhou Zhao
1
-1
/
+1
2026-07-10
netfilter: xt_nat: reject unsupported target families
Wyatt Feng
1
-0
/
+9
2026-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
19
-111
/
+225
2026-07-08
ipvs: ensure inner headers in ICMP errors are in headroom
Julian Anastasov
1
-6
/
+15
2026-07-08
ipvs: use parsed transport offset in SCTP state lookup
Yizhou Zhao
1
-10
/
+5
2026-07-08
ipvs: use parsed transport offset in TCP state lookup
Yizhou Zhao
1
-7
/
+1
2026-07-08
ipvs: pass parsed transport offset to state handlers
Yizhou Zhao
4
-8
/
+11
2026-07-08
netfilter: handle unreadable frags
Florian Westphal
3
-18
/
+40
[prev]
[next]