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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-20
bpf: Do not let BPF test infra emit invalid GSO types to stack
Daniel Borkmann
2
-0
/
+12
2025-10-20
wifi: nl80211: call kfree without a NULL check
Emmanuel Grumbach
1
-2
/
+1
2025-10-20
wifi: mac80211: fix key tailroom accounting leak
Johannes Berg
1
-3
/
+8
2025-10-20
wifi: mac80211: reset FILS discovery and unsol probe resp intervals
Aloka Dixit
1
-0
/
+3
2025-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2
Alexei Starovoitov
11
-56
/
+98
2025-10-18
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-18
/
+7
2025-10-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
9
-38
/
+160
2025-10-17
tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahash
Eric Biggers
5
-221
/
+112
2025-10-17
net: Kconfig: discourage drop_monitor enablement
Florian Westphal
1
-4
/
+4
2025-10-17
inet: Avoid ehash lookup race in inet_twsk_hashdance_schedule()
Xuanqiang Luo
1
-23
/
+12
2025-10-17
inet: Avoid ehash lookup race in inet_ehash_insert()
Xuanqiang Luo
1
-2
/
+6
2025-10-17
ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.
Kuniyuki Iwashima
3
-32
/
+33
2025-10-17
bpf: Do not disable preemption in bpf_test_run().
Sahil Chandna
1
-17
/
+6
2025-10-17
batman-adv: use skb_crc32c() instead of skb_seq_read()
Sven Eckelmann
3
-44
/
+10
2025-10-17
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2025-10-16
net: dev_queue_xmit() llist adoption
Eric Dumazet
2
-40
/
+56
2025-10-16
Revert "net/sched: Fix mirred deadlock on device recursion"
Eric Dumazet
2
-8
/
+0
2025-10-16
net/sched: act_mirred: add loop detection
Eric Dumazet
1
-39
/
+23
2025-10-16
net: add add indirect call wrapper in skb_release_head_state()
Eric Dumazet
1
-1
/
+10
2025-10-16
rtnetlink: Allow deleting FDB entries in user namespace
Johannes Wiesböck
1
-3
/
+0
2025-10-16
net/hsr: add interlink to fill_info output
Jan Vaclav
1
-0
/
+6
2025-10-16
net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()
Eric Dumazet
1
-2
/
+8
2025-10-16
bpf: Introduce SK_BPF_BYPASS_PROT_MEM.
Kuniyuki Iwashima
1
-0
/
+37
2025-10-16
bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE.
Kuniyuki Iwashima
1
-0
/
+48
2025-10-16
net: Introduce net.core.bypass_prot_mem sysctl.
Kuniyuki Iwashima
2
-0
/
+14
2025-10-16
net: Allow opt-out from global protocol memory accounting.
Kuniyuki Iwashima
5
-13
/
+39
2025-10-16
tcp: Save lock_sock() for memcg in inet_csk_accept().
Kuniyuki Iwashima
2
-25
/
+22
2025-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
18
-236
/
+290
2025-10-16
Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
10
-38
/
+91
2025-10-16
udp: do not use skb_release_head_state() before skb_attempt_defer_free()
Eric Dumazet
2
-2
/
+1
2025-10-15
Merge tag 'linux-can-fixes-for-6.18-20251014' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Jakub Kicinski
1
-0
/
+2
2025-10-15
tls: don't rely on tx_work during send()
Sabrina Dubroca
1
-0
/
+13
2025-10-15
tls: wait for pending async decryptions if tls_strp_msg_hold fails
Sabrina Dubroca
1
-2
/
+4
2025-10-15
tls: always set record_type in tls_process_cmsg
Sabrina Dubroca
1
-5
/
+2
2025-10-15
tls: wait for async encrypt in case of error during latter iterations of sendmsg
Sabrina Dubroca
1
-3
/
+4
2025-10-15
tls: trim encrypted message to match the plaintext on short splice
Sabrina Dubroca
1
-1
/
+4
2025-10-15
net: remove obsolete WARN_ON(refcount_read(&sk->sk_refcnt) == 1)
Eric Dumazet
2
-6
/
+2
2025-10-15
net: allow busy connected flows to switch tx queues
Eric Dumazet
1
-2
/
+27
2025-10-15
net: add /proc/sys/net/core/txq_reselection_ms control
Eric Dumazet
2
-0
/
+8
2025-10-15
net: control skb->ooo_okay from skb_set_owner_w()
Eric Dumazet
1
-1
/
+11
2025-10-15
net: add SK_WMEM_ALLOC_BIAS constant
Eric Dumazet
2
-4
/
+3
2025-10-15
tcp: better handle TCP_TX_DELAY on established flows
Eric Dumazet
2
-6
/
+29
2025-10-14
net: core: fix lockdep splat on device unregister
Florian Westphal
1
-5
/
+35
2025-10-14
net: bridge: correct debug message function name in br_fill_ifinfo
Alok Tiwari
1
-1
/
+1
2025-10-14
bpf: test_run: Fix ctx leak in bpf_prog_test_run_xdp error path
Shardul Bankar
1
-1
/
+1
2025-10-14
net/hsr: add protocol version to fill_info output
Jan Vaclav
1
-0
/
+2
2025-10-14
netmem: replace __netmem_clear_lsb() with netmem_to_nmdesc()
Byungchul Park
1
-8
/
+8
2025-10-14
tcp: fix tcp_tso_should_defer() vs large RTT
Eric Dumazet
1
-4
/
+15
2025-10-13
net/ip6_tunnel: Prevent perpetual tunnel growth
Dmitry Safonov
2
-16
/
+1
2025-10-13
net: gro_cells: Use nested-BH locking for gro_cell
Sebastian Andrzej Siewior
1
-0
/
+10
[prev]
[next]