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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-29
mptcp: introduce the mptcp_init_skb helper
Paolo Abeni
1
-21
/
+25
2025-09-29
mptcp: rcvbuf auto-tuning improvement
Paolo Abeni
2
-52
/
+49
2025-09-29
tcp: make tcp_rcvbuf_grow() accessible to mptcp code
Paolo Abeni
1
-1
/
+1
2025-09-29
mptcp: leverage skb deferral free
Paolo Abeni
1
-2
/
+3
2025-09-29
tcp: use skb->len instead of skb->truesize in tcp_can_ingest()
Eric Dumazet
1
-2
/
+13
2025-09-29
Merge tag 'for-net-next-2025-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Jakub Kicinski
8
-56
/
+104
2025-09-29
net: remove one stac/clac pair from move_addr_to_user()
Eric Dumazet
1
-11
/
+24
2025-09-29
scm: use masked_user_access_begin() in put_cmsg()
Eric Dumazet
1
-1
/
+3
2025-09-29
net: ethtool: remove duplicated mm.o from Makefile
Markus Heidelberg
1
-1
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-3
/
+3
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
4
-38
/
+32
2025-09-29
Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+3
2025-09-27
batman-adv: Release references to inactive interfaces
Sven Eckelmann
1
-2
/
+12
2025-09-27
Bluetooth: Avoid a couple dozen -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-2
/
+2
2025-09-27
Bluetooth: hci_sync: Fix using random address for BIG/PA advertisements
Luiz Augusto von Dentz
1
-4
/
+6
2025-09-27
Bluetooth: ISO: don't leak skb in ISO_CONT RX
Pauli Virtanen
1
-1
/
+1
2025-09-27
Bluetooth: ISO: free rx_skb if not consumed
Pauli Virtanen
1
-0
/
+2
2025-09-27
Bluetooth: ISO: Fix possible UAF on iso_conn_free
Luiz Augusto von Dentz
1
-0
/
+7
2025-09-27
Bluetooth: SCO: Fix UAF on sco_conn_free
Luiz Augusto von Dentz
1
-0
/
+7
2025-09-27
Bluetooth: hci_core: Print information of hcon on hci_low_sent
Luiz Augusto von Dentz
1
-0
/
+4
2025-09-27
Bluetooth: hci_core: Print number of packets in conn->data_q
Luiz Augusto von Dentz
1
-0
/
+8
2025-09-27
Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFO
Luiz Augusto von Dentz
1
-6
/
+4
2025-09-27
Bluetooth: hci_core: Detect if an ISO link has stalled
Luiz Augusto von Dentz
1
-8
/
+26
2025-09-27
Bluetooth: ISO: Use sk_sndtimeo as conn_timeout
Luiz Augusto von Dentz
2
-14
/
+22
2025-09-27
Bluetooth: HCI: Fix using LE/ACL buffers for ISO packets
Luiz Augusto von Dentz
3
-21
/
+8
2025-09-27
Bluetooth: ISO: Don't initiate CIS connections if there are no buffers
Luiz Augusto von Dentz
1
-0
/
+7
2025-09-26
mptcp: pm: in-kernel: add laminar endpoints
Matthieu Baerts (NGI0)
3
-0
/
+85
2025-09-26
mptcp: pm: in-kernel: compare IDs instead of addresses
Matthieu Baerts (NGI0)
1
-38
/
+44
2025-09-26
mptcp: pm: in-kernel: reduce pernet struct size
Matthieu Baerts (NGI0)
2
-40
/
+27
2025-09-26
mptcp: pm: in-kernel: remove stale_loss_cnt
Matthieu Baerts (NGI0)
1
-2
/
+0
2025-09-26
mptcp: pm: in-kernel: rename 'addrs' to 'endpoints'
Matthieu Baerts (NGI0)
1
-6
/
+6
2025-09-26
mptcp: pm: in-kernel: rename 'local_addr_list' to 'endp_list'
Matthieu Baerts (NGI0)
1
-12
/
+12
2025-09-26
mptcp: pm: in-kernel: rename 'local_addr_max' to 'endp_subflow_max'
Matthieu Baerts (NGI0)
4
-24
/
+24
2025-09-26
mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted'
Matthieu Baerts (NGI0)
4
-17
/
+20
2025-09-26
mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max'
Matthieu Baerts (NGI0)
4
-17
/
+17
2025-09-26
mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows'
Matthieu Baerts (NGI0)
4
-34
/
+36
2025-09-26
mptcp: pm: rename 'subflows' to 'extra_subflows'
Matthieu Baerts (NGI0)
5
-24
/
+25
2025-09-26
mptcp: pm: in-kernel: refactor fill_remote_addresses_vec
Matthieu Baerts (NGI0)
1
-49
/
+67
2025-09-26
mptcp: pm: in-kernel: refactor fill_local_addresses_vec
Matthieu Baerts (NGI0)
1
-71
/
+104
2025-09-26
mptcp: pm: in-kernel: usable client side with C-flag
Matthieu Baerts (NGI0)
3
-3
/
+62
2025-09-26
ethtool: add FEC bins histogram report
Vadim Fedorenko
1
-2
/
+73
2025-09-26
Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
Jakub Kicinski
3
-30
/
+41
2025-09-26
Merge tag 'ipsec-next-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
Jakub Kicinski
2
-24
/
+36
2025-09-26
Merge tag 'wireless-next-2025-09-25' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
21
-266
/
+863
2025-09-26
psp: Expand PSP acronym in INET_PSP help description
Geert Uytterhoeven
1
-1
/
+1
2025-09-26
xsk: wrap generic metadata handling onto separate function
Maciej Fijalkowski
1
-39
/
+53
2025-09-26
xsk: remove @first_frag from xsk_build_skb()
Maciej Fijalkowski
1
-5
/
+3
2025-09-26
xsk: avoid overwriting skb fields for multi-buffer traffic
Maciej Fijalkowski
1
-8
/
+9
2025-09-25
bpf: Emit struct bpf_xdp_sock type in vmlinux BTF
Amery Hung
1
-0
/
+2
[prev]
[next]