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
2024-12-17
af_unix: Clean up SOCK_DEAD error paths in unix_dgram_sendmsg().
Kuniyuki Iwashima
1
-15
/
+15
2024-12-17
af_unix: Defer sock_put() to clean up path in unix_dgram_sendmsg().
Kuniyuki Iwashima
1
-2
/
+0
2024-12-17
af_unix: Split restart label in unix_dgram_sendmsg().
Kuniyuki Iwashima
1
-2
/
+4
2024-12-17
af_unix: Use msg->{msg_name,msg_namelen} in unix_dgram_sendmsg().
Kuniyuki Iwashima
1
-6
/
+4
2024-12-17
af_unix: Move !sunaddr case in unix_dgram_sendmsg().
Kuniyuki Iwashima
1
-5
/
+3
2024-12-17
af_unix: Set error only when needed in unix_dgram_sendmsg().
Kuniyuki Iwashima
1
-13
/
+19
2024-12-17
af_unix: Clean up error paths in unix_stream_sendmsg().
Kuniyuki Iwashima
1
-19
/
+20
2024-12-17
af_unix: Set error only when needed in unix_stream_sendmsg().
Kuniyuki Iwashima
1
-3
/
+4
2024-12-17
af_unix: Clean up error paths in unix_stream_connect().
Kuniyuki Iwashima
1
-16
/
+13
2024-12-17
af_unix: Set error only when needed in unix_stream_connect().
Kuniyuki Iwashima
1
-9
/
+10
2024-12-17
batman-adv: Map VID 0 to untagged TT VLAN
Sven Eckelmann
2
-0
/
+21
2024-12-16
sock: Introduce SO_RCVPRIORITY socket option
Anna Emese Nyiri
2
-0
/
+19
2024-12-16
sock: support SO_PRIORITY cmsg
Anna Emese Nyiri
10
-8
/
+19
2024-12-16
sock: Introduce sk_set_prio_allowed helper function
Anna Emese Nyiri
1
-3
/
+8
2024-12-16
rxrpc: Fix ability to add more data to a call once MSG_MORE deasserted
David Howells
2
-0
/
+9
2024-12-16
rxrpc: Disable IRQ, not BH, to take the lock for ->attend_link
David Howells
1
-4
/
+4
2024-12-16
netdev: fix repeated netlink messages in queue stats
Jakub Kicinski
1
-2
/
+2
2024-12-16
netdev: fix repeated netlink messages in queue dump
Jakub Kicinski
1
-7
/
+4
2024-12-16
ceph: allocate sparse_ext map only for sparse reads
Ilya Dryomov
1
-0
/
+2
2024-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
32
-269
/
+375
2024-12-16
net: ethtool: Add support for tsconfig command to get/set hwtstamp config
Kory Maincent
6
-12
/
+484
2024-12-16
net: ethtool: tsinfo: Enhance tsinfo to support several hwtstamp by net topology
Kory Maincent
6
-18
/
+525
2024-12-16
net: Add the possibility to support a selected hwtstamp in netdevice
Kory Maincent
2
-7
/
+86
2024-12-16
net: Make net_hwtstamp_validate accessible
Kory Maincent
2
-1
/
+2
2024-12-16
net: Make dev_get_hwtstamp_phylib accessible
Kory Maincent
2
-2
/
+4
2024-12-16
tls: add counters for rekey
Sabrina Dubroca
3
-7
/
+31
2024-12-16
tls: implement rekey for TLS1.3
Sabrina Dubroca
4
-48
/
+108
2024-12-16
tls: block decryption when a rekey is pending
Sabrina Dubroca
1
-1
/
+34
2024-12-15
mptcp: drop useless "err = 0" in subflow_destroy
Geliang Tang
1
-11
/
+10
2024-12-15
mptcp: change local addr type of subflow_destroy
Geliang Tang
1
-12
/
+11
2024-12-15
mptcp: drop free_list for deleting entries
Geliang Tang
2
-28
/
+17
2024-12-15
mptcp: move mptcp_pm_remove_addrs into pm_userspace
Geliang Tang
3
-38
/
+40
2024-12-15
mptcp: add mptcp_userspace_pm_get_sock helper
Geliang Tang
1
-97
/
+47
2024-12-15
mptcp: add mptcp_for_each_userspace_pm_addr macro
Geliang Tang
1
-4
/
+8
2024-12-15
mptcp: add mptcp_userspace_pm_lookup_addr helper
Geliang Tang
1
-34
/
+35
2024-12-15
ipv4: output metric as unsigned int
Maximilian Güntner
1
-2
/
+2
2024-12-15
net/smc: check return value of sock_recvmsg when draining clc data
Guangguan Wang
1
-0
/
+5
2024-12-15
net/smc: check smcd_v2_ext_offset when receiving proposal msg
Guangguan Wang
2
-1
/
+9
2024-12-15
net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg
Guangguan Wang
3
-3
/
+16
2024-12-15
net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
Guangguan Wang
3
-2
/
+14
2024-12-15
net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll
Guangguan Wang
1
-0
/
+7
2024-12-15
net/smc: protect link down work from execute after lgr freed
Guangguan Wang
1
-2
/
+7
2024-12-15
netlink: add IGMP/MLD join/leave notifications
Yuyang Huang
3
-20
/
+112
2024-12-14
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2
-37
/
+32
2024-12-12
page_pool: disable sync for cpu for dmabuf memory provider
Mina Almasry
2
-0
/
+2
2024-12-12
page_pool: Set `dma_sync` to false for devmem memory provider
Samiullah Khawaja
2
-5
/
+7
2024-12-12
net: page_pool: rename page_pool_alloc_netmem to *_netmems
Mina Almasry
1
-4
/
+4
2024-12-12
xdp: make __xdp_return() MP-agnostic
Alexander Lobakin
2
-34
/
+22
2024-12-12
xdp: get rid of xdp_frame::mem.id
Alexander Lobakin
3
-22
/
+22
2024-12-12
page_pool: allow mixing PPs within one bulk
Alexander Lobakin
2
-64
/
+72
[prev]
[next]