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-22
tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx group
Eric Dumazet
1
-1
/
+1
2025-09-22
tcp: remove CACHELINE_ASSERT_GROUP_SIZE() uses
Eric Dumazet
1
-12
/
+0
2025-09-22
net: move sk->sk_err_soft and sk->sk_sndbuf
Eric Dumazet
2
-2
/
+4
2025-09-22
net: move sk_uid and sk_protocol to sock_read_tx
Eric Dumazet
1
-0
/
+2
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
9
-11
/
+13
2025-09-22
net: replace use of system_wq with system_percpu_wq
Marco Crivellari
11
-16
/
+16
2025-09-22
net: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
2
-3
/
+3
2025-09-22
Merge tag 'ipsec-2025-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Jakub Kicinski
2
-1
/
+4
2025-09-22
mptcp: remove unused returned value of check_data_fin
Matthieu Baerts (NGI0)
1
-4
/
+1
2025-09-22
mptcp: pm: netlink: deprecate server-side attribute
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-09-22
mptcp: pm: netlink: announce server-side flag
Matthieu Baerts (NGI0)
1
-4
/
+7
2025-09-22
mptcp: pm: netlink: only add server-side attr when true
Matthieu Baerts (NGI0)
1
-1
/
+3
2025-09-22
tcp: Remove redundant sk_unhashed() in inet_unhash().
Kuniyuki Iwashima
1
-9
/
+0
2025-09-22
tcp: Remove inet6_hash().
Kuniyuki Iwashima
3
-24
/
+6
2025-09-22
tcp: Remove osk from __inet_hash() arg.
Kuniyuki Iwashima
2
-4
/
+4
2025-09-22
Bluetooth: MGMT: Fix possible UAFs
Luiz Augusto von Dentz
3
-77
/
+231
2025-09-22
ns: simplify ns_common_init() further
Christian Brauner
1
-8
/
+1
2025-09-22
wifi: cfg80211: remove IEEE80211_CHAN_{1,2,4,8,16}MHZ flags
Johannes Berg
1
-15
/
+0
2025-09-21
sunrpc: fix "occurence"->"occurrence"
Xichao Zhao
1
-1
/
+1
2025-09-21
SUNRPC: Move the svc_rpcb_cleanup() call sites
Chuck Lever
2
-2
/
+6
2025-09-21
nfsd: unregister with rpcbind when deleting a transport
Olga Kornievskaia
2
-0
/
+15
2025-09-21
sunrpc: eliminate return pointer in svc_tcp_sendmsg()
Jeff Layton
1
-13
/
+8
2025-09-21
sunrpc: fix pr_notice in svc_tcp_sendto() to show correct length
Jeff Layton
1
-2
/
+2
2025-09-21
sunrpc: delay pc_release callback until after the reply is sent
Jeff Layton
1
-3
/
+14
2025-09-21
sunrpc: fix null pointer dereference on zero-length checksum
Lei Lu
1
-1
/
+1
2025-09-20
Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync
Luiz Augusto von Dentz
1
-3
/
+23
2025-09-20
Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue
Luiz Augusto von Dentz
1
-0
/
+4
2025-09-20
Bluetooth: hci_sync: Fix hci_resume_advertising_sync
Luiz Augusto von Dentz
1
-0
/
+7
2025-09-19
net: netpoll: use synchronize_net() instead of synchronize_rcu()
Breno Leitao
1
-1
/
+1
2025-09-19
net: netpoll: remove unused netpoll pointer from netpoll_info
Breno Leitao
1
-1
/
+0
2025-09-19
net: ipv4: convert ip_rcv_options to drop reasons
Antoine Tenart
1
-12
/
+12
2025-09-19
net: ipv4: simplify drop reason handling in ip_rcv_finish_core
Antoine Tenart
1
-4
/
+3
2025-09-19
net: ipv4: make udp_v4_early_demux explicitly return drop reason
Antoine Tenart
2
-7
/
+7
2025-09-19
rtnetlink: add needed_{head,tail}room attributes
Alasdair McWilliam
1
-1
/
+9
2025-09-19
psp: clarify checksum behavior of psp_dev_rcv()
Daniel Zahka
1
-1
/
+2
2025-09-19
tcp: prefer sk_skb_reason_drop()
Eric Dumazet
2
-2
/
+2
2025-09-19
net/smc: fix warning in smc_rx_splice() when calling get_page()
Sidraya Jayagond
1
-5
/
+9
2025-09-19
can: raw: reorder struct raw_sock's members to optimise packing
Vincent Mailhol
1
-2
/
+2
2025-09-19
can: raw: use bitfields to store flags in struct raw_sock
Vincent Mailhol
1
-24
/
+35
2025-09-19
can: raw: reorder struct uniqframe's members to optimise packing
Vincent Mailhol
1
-1
/
+1
2025-09-19
ipv4: use check_net()
Christian Brauner
2
-3
/
+3
2025-09-19
net: use check_net()
Christian Brauner
1
-1
/
+1
2025-09-19
net-sysfs: use check_net()
Christian Brauner
1
-3
/
+3
2025-09-19
ns: add ns_common_free()
Christian Brauner
1
-2
/
+2
2025-09-19
mptcp: reset blackhole on success with non-loopback ifaces
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-09-19
psp: do not use sk_dst_get() in psp_dev_get_for_sock()
Eric Dumazet
1
-10
/
+7
2025-09-19
nscommon: simplify initialization
Christian Brauner
1
-1
/
+1
2025-09-19
net: centralize ns_common initialization
Christian Brauner
1
-20
/
+3
2025-09-19
ns: add to_<type>_ns() to respective headers
Christian Brauner
1
-5
/
+0
2025-09-19
net: support ns lookup
Christian Brauner
1
-2
/
+6
[prev]
[next]