index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-06
Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
19
-73
/
+178
2025-11-06
net: bridge: fix MST static key usage
Nikolay Aleksandrov
3
-2
/
+14
2025-11-06
net: bridge: fix use-after-free due to MST port state bypass
Nikolay Aleksandrov
3
-6
/
+8
2025-11-05
net: gro_cells: Reduce lock scope in gro_cell_poll
Sebastian Andrzej Siewior
1
-2
/
+2
2025-11-04
netpoll: Fix deadlock in memory allocation under spinlock
Breno Leitao
1
-5
/
+2
2025-11-03
sctp: make sctp_transport_init() void
Huiwen He
1
-15
/
+6
2025-11-03
sctp: Hold sock lock while iterating over address list
Stefan Wiehler
1
-5
/
+9
2025-11-03
sctp: Prevent TOCTOU out-of-bounds write
Stefan Wiehler
1
-0
/
+3
2025-11-03
sctp: Hold RCU read lock while iterating over address list
Stefan Wiehler
1
-0
/
+4
2025-10-31
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-1
/
+2
2025-10-31
net: vlan: sync VLAN features with lower device
Hangbin Liu
1
-0
/
+2
2025-10-31
net: dsa: tag_brcm: legacy: fix untagged rx on unbridged ports for bcm63xx
Jonas Gorski
1
-2
/
+8
2025-10-31
Merge tag 'for-net-2025-10-31' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2
-3
/
+10
2025-10-31
Merge tag 'wireless-2025-10-30' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
6
-33
/
+110
2025-10-31
Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()
Ilia Gavrilov
1
-3
/
+3
2025-10-31
Bluetooth: hci_event: validate skb length for unknown CC opcode
Raphael Pinsonneault-Thibeault
1
-0
/
+7
2025-10-30
net: sctp: fix KMSAN uninit-value in sctp_inq_pop
Ranganath V N
1
-1
/
+1
2025-10-29
net: devmem: refresh devmem TX dst in case of route invalidation
Shivaji Kant
1
-3
/
+24
2025-10-29
net: tls: Cancel RX async resync request on rcd_delta overflow
Shahar Shitrit
1
-1
/
+3
2025-10-29
Merge tag 'nf-25-10-29' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
Jakub Kicinski
2
-4
/
+28
2025-10-29
mptcp: zero window probe mib
Paolo Abeni
3
-0
/
+3
2025-10-29
mptcp: restore window probe
Paolo Abeni
1
-1
/
+6
2025-10-29
mptcp: fix MSG_PEEK stream corruption
Paolo Abeni
1
-13
/
+25
2025-10-29
mptcp: drop bogus optimization in __mptcp_check_push()
Paolo Abeni
2
-8
/
+5
2025-10-29
tcp: fix too slow tcp_rcvbuf_grow() action
Eric Dumazet
2
-3
/
+18
2025-10-29
tcp: add newval parameter to tcp_rcvbuf_grow()
Eric Dumazet
2
-19
/
+15
2025-10-29
mptcp: fix subflow rcvbuf adjust
Paolo Abeni
1
-2
/
+6
2025-10-29
netfilter: nft_ct: add seqadj extension for natted connections
Andrii Melnychenko
1
-0
/
+5
2025-10-29
netfilter: nft_connlimit: fix possible data race on connection count
Fernando Fernandez Mancera
1
-1
/
+1
2025-10-29
netfilter: nft_ct: enable labels for get case too
Florian Westphal
1
-3
/
+22
2025-10-28
bpf: Reject negative head_room in __bpf_skb_change_head
Daniel Borkmann
1
-1
/
+2
2025-10-28
wifi: mac80211: use wiphy_hrtimer_work for csa.switch_work
Benjamin Berg
4
-14
/
+14
2025-10-28
wifi: mac80211: use wiphy_hrtimer_work for ml_reconf_work
Benjamin Berg
2
-6
/
+6
2025-10-28
wifi: mac80211: use wiphy_hrtimer_work for ttlm_work
Benjamin Berg
2
-13
/
+13
2025-10-28
wifi: cfg80211: add an hrtimer based delayed work item
Benjamin Berg
2
-0
/
+77
2025-10-27
Merge tag 'batadv-net-pullrequest-20251024' of https://git.open-mesh.org/linu...
Jakub Kicinski
1
-2
/
+12
2025-10-24
Bluetooth: rfcomm: fix modem control handling
Johan Hovold
1
-15
/
+11
2025-10-24
Bluetooth: hci_core: Fix tracking of periodic advertisement
Luiz Augusto von Dentz
2
-4
/
+7
2025-10-24
Bluetooth: hci_conn: Fix connection cleanup with BIG with 2 or more BIS
Luiz Augusto von Dentz
1
-0
/
+7
2025-10-24
Bluetooth: ISO: Fix another instance of dst_type handling
Luiz Augusto von Dentz
1
-1
/
+7
2025-10-24
Revert "Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()"
Frédéric Danis
1
-2
/
+2
2025-10-24
Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_complete
Pauli Virtanen
1
-11
/
+15
2025-10-24
Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00
Luiz Augusto von Dentz
2
-3
/
+6
2025-10-24
Bluetooth: ISO: Fix BIS connection dst_type handling
Luiz Augusto von Dentz
1
-1
/
+1
2025-10-24
Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_once
Cen Zhang
1
-3
/
+9
2025-10-23
Merge tag 'wireless-2025-10-23' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
3
-5
/
+12
2025-10-23
Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
10
-62
/
+84
2025-10-23
vsock: fix lock inversion in vsock_assign_transport()
Stefano Garzarella
1
-19
/
+19
2025-10-23
espintcp: use datagram_poll_queue for socket readiness
Ralf Lici
1
-5
/
+1
2025-10-23
net: datagram: introduce datagram_poll_queue for custom receive queues
Ralf Lici
1
-10
/
+34
[next]