index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-31
Merge tag 'wireless-2025-10-30' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
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
xfrm: Prevent locally generated packets from direct output in tunnel mode
Jianbo Liu
1
-1
/
+5
2025-10-30
xfrm: Determine inner GSO type from packet inner protocol
Jianbo Liu
2
-4
/
+8
2025-10-30
xfrm: Check inner packet family directly from skb_dst
Jianbo Liu
2
-2
/
+2
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/netfilter/nf
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/linux-merge
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/kernel/git/wireless/wireless
Jakub Kicinski
3
-5
/
+12
2025-10-23
Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/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
2025-10-22
net: hsr: prevent creation of HSR device with slaves from another netns
Fernando Fernandez Mancera
1
-1
/
+7
2025-10-22
sctp: avoid NULL dereference when chunk data buffer is missing
Alexey Simakov
1
-6
/
+7
2025-10-21
net: gro_cells: fix lock imbalance in gro_cells_receive()
Eric Dumazet
1
-3
/
+2
2025-10-21
mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR
Matthieu Baerts (NGI0)
1
-0
/
+6
2025-10-21
xfrm: check all hash buckets for leftover states during netns deletion
Sabrina Dubroca
1
-4
/
+8
2025-10-21
xfrm: set err and extack on failure to create pcpu SA
Sabrina Dubroca
1
-1
/
+4
2025-10-21
xfrm: call xfrm_dev_state_delete when xfrm_state_migrate fails to add the state
Sabrina Dubroca
1
-1
/
+4
2025-10-21
xfrm: make state as DEAD before final put when migrate fails
Sabrina Dubroca
1
-0
/
+2
2025-10-21
xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never added
Sabrina Dubroca
1
-1
/
+2
2025-10-21
xfrm: drop SA reference in xfrm_state_update if dir doesn't match
Sabrina Dubroca
1
-2
/
+6
[prev]
[next]