index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2025-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-80
/
+91
2025-10-23
Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-62
/
+84
2025-10-23
vsock: fix lock inversion in vsock_assign_transport()
Stefano Garzarella
-19
/
+19
2025-10-23
espintcp: use datagram_poll_queue for socket readiness
Ralf Lici
-5
/
+1
2025-10-23
net: datagram: introduce datagram_poll_queue for custom receive queues
Ralf Lici
-10
/
+34
2025-10-22
net: hsr: prevent creation of HSR device with slaves from another netns
Fernando Fernandez Mancera
-1
/
+7
2025-10-22
sctp: avoid NULL dereference when chunk data buffer is missing
Alexey Simakov
-6
/
+7
2025-10-21
net: dsa: tag_yt921x: add support for Motorcomm YT921x tags
David Yang
-0
/
+148
2025-10-21
net: bridge: use common function to compute the features
Hangbin Liu
-19
/
+3
2025-10-21
net: add a common function to compute features for upper devices
Hangbin Liu
-0
/
+88
2025-10-21
net: gro_cells: fix lock imbalance in gro_cells_receive()
Eric Dumazet
-3
/
+2
2025-10-21
devlink: region: correct port region lookup to use port_ops
Alok Tiwari
-1
/
+1
2025-10-21
mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR
Matthieu Baerts (NGI0)
-0
/
+6
2025-10-21
net: avoid extra access to sk->sk_wmem_alloc in sock_wfree()
Eric Dumazet
-6
/
+8
2025-10-21
xfrm: check all hash buckets for leftover states during netns deletion
Sabrina Dubroca
-4
/
+8
2025-10-21
xfrm: set err and extack on failure to create pcpu SA
Sabrina Dubroca
-1
/
+4
2025-10-21
xfrm: call xfrm_dev_state_delete when xfrm_state_migrate fails to add the state
Sabrina Dubroca
-1
/
+4
2025-10-21
xfrm: make state as DEAD before final put when migrate fails
Sabrina Dubroca
-0
/
+2
2025-10-21
xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...
Sabrina Dubroca
-1
/
+2
2025-10-21
xfrm: drop SA reference in xfrm_state_update if dir doesn't match
Sabrina Dubroca
-2
/
+6
2025-10-20
s390/iucv: Convert sprintf/snprintf to scnprintf
Aswin Karuvally
-4
/
+5
2025-10-20
net/smc: fix general protection fault in __smc_diag_dump
Wang Liang
-13
/
+0
2025-10-20
net: shrink napi_skb_cache_{put,get}() and napi_skb_cache_get_bulk()
Eric Dumazet
-5
/
+10
2025-10-20
net: add a fast path in __netif_schedule()
Eric Dumazet
-0
/
+7
2025-10-20
bpf: Do not let BPF test infra emit invalid GSO types to stack
Daniel Borkmann
-0
/
+12
2025-10-20
wifi: nl80211: call kfree without a NULL check
Emmanuel Grumbach
-2
/
+1
2025-10-20
wifi: mac80211: fix key tailroom accounting leak
Johannes Berg
-3
/
+8
2025-10-20
wifi: mac80211: reset FILS discovery and unsol probe resp intervals
Aloka Dixit
-0
/
+3
2025-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2
Alexei Starovoitov
-56
/
+98
2025-10-18
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-18
/
+7
2025-10-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-38
/
+160
2025-10-17
tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahash
Eric Biggers
-222
/
+113
2025-10-17
net: Kconfig: discourage drop_monitor enablement
Florian Westphal
-4
/
+4
2025-10-17
inet: Avoid ehash lookup race in inet_twsk_hashdance_schedule()
Xuanqiang Luo
-23
/
+12
2025-10-17
inet: Avoid ehash lookup race in inet_ehash_insert()
Xuanqiang Luo
-2
/
+6
2025-10-17
ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.
Kuniyuki Iwashima
-32
/
+33
2025-10-17
bpf: Do not disable preemption in bpf_test_run().
Sahil Chandna
-17
/
+6
2025-10-17
batman-adv: use skb_crc32c() instead of skb_seq_read()
Sven Eckelmann
-44
/
+10
2025-10-17
batman-adv: Start new development cycle
Simon Wunderlich
-1
/
+1
2025-10-16
net: dev_queue_xmit() llist adoption
Eric Dumazet
-40
/
+56
2025-10-16
Revert "net/sched: Fix mirred deadlock on device recursion"
Eric Dumazet
-8
/
+0
2025-10-16
net/sched: act_mirred: add loop detection
Eric Dumazet
-39
/
+23
2025-10-16
net: add add indirect call wrapper in skb_release_head_state()
Eric Dumazet
-1
/
+10
2025-10-16
rtnetlink: Allow deleting FDB entries in user namespace
Johannes Wiesböck
-3
/
+0
2025-10-16
net/hsr: add interlink to fill_info output
Jan Vaclav
-0
/
+6
2025-10-16
net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()
Eric Dumazet
-2
/
+8
2025-10-16
bpf: Introduce SK_BPF_BYPASS_PROT_MEM.
Kuniyuki Iwashima
-0
/
+37
2025-10-16
bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE.
Kuniyuki Iwashima
-0
/
+48
2025-10-16
net: Introduce net.core.bypass_prot_mem sysctl.
Kuniyuki Iwashima
-0
/
+14
2025-10-16
net: Allow opt-out from global protocol memory accounting.
Kuniyuki Iwashima
-13
/
+39
[prev]
[next]