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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-08
ipv6: anycast: Unify two error paths in ipv6_sock_ac_join().
Kuniyuki Iwashima
1
-9
/
+16
2025-07-08
ipv6: anycast: Don't hold RTNL for IPV6_LEAVE_ANYCAST and IPV6_ADDRFORM.
Kuniyuki Iwashima
2
-18
/
+20
2025-07-08
ipv6: anycast: Don't use rtnl_dereference().
Kuniyuki Iwashima
2
-11
/
+8
2025-07-08
ipv6: mcast: Remove unnecessary ASSERT_RTNL and comment.
Kuniyuki Iwashima
1
-6
/
+0
2025-07-08
ipv6: mcast: Don't hold RTNL for MCAST_ socket options.
Kuniyuki Iwashima
2
-34
/
+45
2025-07-08
ipv6: mcast: Don't hold RTNL in ipv6_sock_mc_close().
Kuniyuki Iwashima
1
-21
/
+1
2025-07-08
ipv6: mcast: Don't hold RTNL for IPV6_DROP_MEMBERSHIP and MCAST_LEAVE_GROUP.
Kuniyuki Iwashima
2
-22
/
+27
2025-07-08
ipv6: mcast: Don't hold RTNL for IPV6_ADD_MEMBERSHIP and MCAST_JOIN_GROUP.
Kuniyuki Iwashima
2
-13
/
+13
2025-07-08
ipv6: mcast: Use in6_dev_get() in ipv6_dev_mc_dec().
Kuniyuki Iwashima
2
-10
/
+7
2025-07-08
ipv6: mcast: Remove mca_get().
Kuniyuki Iwashima
1
-8
/
+1
2025-07-08
ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().
Kuniyuki Iwashima
2
-10
/
+8
2025-07-08
ipv6: mcast: Replace locking comments with lockdep annotations.
Kuniyuki Iwashima
1
-54
/
+71
2025-07-08
ipv6: ndisc: Remove __in6_dev_get() in pndisc_{constructor,destructor}().
Kuniyuki Iwashima
1
-6
/
+7
2025-07-08
net: xsk: update tx queue consumer immediately after transmission
Jason Xing
1
-7
/
+10
2025-07-08
af_unix: Introduce SO_INQ.
Kuniyuki Iwashima
1
-2
/
+60
2025-07-08
af_unix: Cache state->msg in unix_stream_read_generic().
Kuniyuki Iwashima
1
-16
/
+17
2025-07-08
af_unix: Use cached value for SOCK_STREAM in unix_inq_len().
Kuniyuki Iwashima
1
-10
/
+28
2025-07-08
af_unix: Don't use skb_recv_datagram() in unix_stream_read_skb().
Kuniyuki Iwashima
1
-17
/
+22
2025-07-08
af_unix: Don't check SOCK_DEAD in unix_stream_read_skb().
Kuniyuki Iwashima
1
-10
/
+0
2025-07-08
af_unix: Don't hold unix_state_lock() in __unix_dgram_recvmsg().
Kuniyuki Iwashima
1
-3
/
+1
2025-07-08
rxrpc: Fix over large frame size warning
David Howells
2
-7
/
+13
2025-07-08
net: ethtool: reduce indent for _rxfh_context ops
Jakub Kicinski
1
-18
/
+12
2025-07-08
net: ethtool: remove the compat code for _rxfh_context ops
Jakub Kicinski
3
-67
/
+16
2025-07-08
tcp: update the outdated ref draft-ietf-tcpm-rack
Xin Guo
2
-2
/
+2
2025-07-08
net: account for encap headers in qdisc pkt len
Fengyuan Gong
2
-2
/
+8
2025-07-08
netlink: spelling: fix appened -> appended in a comment
Faisal Bukhari
1
-1
/
+1
2025-07-08
vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`
Michal Luczaj
1
-0
/
+2
2025-07-08
vsock: Fix transport_* TOCTOU
Michal Luczaj
1
-5
/
+23
2025-07-08
vsock: Fix transport_{g2h,h2g} TOCTOU
Michal Luczaj
1
-6
/
+21
2025-07-08
net: skbuff: Drop unused @skb
Michal Luczaj
1
-3
/
+2
2025-07-08
net: skbuff: Drop unused @skb
Michal Luczaj
1
-4
/
+3
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
6
-12
/
+6
2025-07-08
net: splice: Drop unused @pipe
Michal Luczaj
1
-11
/
+7
2025-07-08
tcp: Correct signedness in skb remaining space calculation
Jiayuan Chen
1
-1
/
+1
2025-07-08
net/handshake: Add new parameter 'HANDSHAKE_A_ACCEPT_KEYRING'
Hannes Reinecke
1
-0
/
+6
2025-07-08
net: replace ADDRLABEL with dynamic debug
Wang Liang
1
-21
/
+11
2025-07-08
Revert "xfrm: destroy xfrm_state synchronously on net exit path"
Sabrina Dubroca
4
-17
/
+12
2025-07-08
xfrm: delete x->tunnel as we delete x
Sabrina Dubroca
5
-13
/
+13
2025-07-08
net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit()
Eric Dumazet
1
-1
/
+8
2025-07-08
net: mctp: test: Add tests for gateway routes
Jeremy Kerr
4
-10
/
+271
2025-07-08
net: mctp: add gateway routing support
Jeremy Kerr
2
-56
/
+153
2025-07-08
net: mctp: allow NL parsing directly into a struct mctp_route
Jeremy Kerr
1
-62
/
+140
2025-07-08
net: mctp: remove routes by netid, not by device
Jeremy Kerr
1
-4
/
+10
2025-07-08
net: mctp: pass net into route creation
Jeremy Kerr
1
-15
/
+16
2025-07-08
net: mctp: test: Add initial socket tests
Jeremy Kerr
2
-0
/
+218
2025-07-08
net: mctp: test: add sock test infrastructure
Jeremy Kerr
3
-1
/
+21
2025-07-08
net: mctp: test: move functions into utils.[ch]
Jeremy Kerr
3
-163
/
+182
2025-07-08
net: mctp: test: Add extaddr routing output test
Jeremy Kerr
1
-0
/
+53
2025-07-08
net: mctp: test: Add an addressed device constructor
Jeremy Kerr
2
-2
/
+25
2025-07-08
net: mctp: separate cb from direct-addressing routing
Jeremy Kerr
1
-16
/
+5
[prev]
[next]