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-24
strparser: fix typo in comment
Julia Lawall
-1
/
+1
2025-10-24
neighbour: Convert rwlock of struct neigh_table to spinlock.
Kuniyuki Iwashima
-37
/
+39
2025-10-24
neighbour: Convert RTM_SETNEIGHTBL to RCU.
Kuniyuki Iwashima
-5
/
+14
2025-10-24
neighbour: Convert RTM_GETNEIGHTBL to RCU.
Kuniyuki Iwashima
-14
/
+9
2025-10-24
neighbour: Annotate access to neigh_parms fields.
Kuniyuki Iwashima
-15
/
+10
2025-10-24
neighbour: Use RCU list helpers for neigh_parms.list writers.
Kuniyuki Iwashima
-2
/
+2
2025-10-24
Bluetooth: rfcomm: fix modem control handling
Johan Hovold
-15
/
+11
2025-10-24
Bluetooth: hci_core: Fix tracking of periodic advertisement
Luiz Augusto von Dentz
-4
/
+7
2025-10-24
Bluetooth: hci_conn: Fix connection cleanup with BIG with 2 or more BIS
Luiz Augusto von Dentz
-0
/
+7
2025-10-24
Bluetooth: ISO: Fix another instance of dst_type handling
Luiz Augusto von Dentz
-1
/
+7
2025-10-24
Revert "Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()"
Frédéric Danis
-2
/
+2
2025-10-24
Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_complete
Pauli Virtanen
-11
/
+15
2025-10-24
Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00
Luiz Augusto von Dentz
-3
/
+6
2025-10-24
Bluetooth: ISO: Fix BIS connection dst_type handling
Luiz Augusto von Dentz
-1
/
+1
2025-10-24
Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_once
Cen Zhang
-3
/
+9
2025-10-23
tcp: Remove unnecessary null check in tcp_inbound_md5_hash()
Eric Biggers
-6
/
+4
2025-10-23
net: unix: remove outdated BSD behavior comment in unix_release_sock()
Sunday Adelodun
-11
/
+0
2025-10-23
Merge tag 'wireless-2025-10-23' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
-5
/
+12
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
[prev]
[next]