index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
sock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-04-10
1
-0
/
+5
|
\
|
*
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
2025-04-10
1
-0
/
+5
*
|
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-04-05
1
-2
/
+2
|
/
*
tcp: cache RTAX_QUICKACK metric in a hot cache line
Eric Dumazet
2025-03-18
1
-1
/
+5
*
sock: add sock_kmemdup helper
Geliang Tang
2025-03-04
1
-0
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-27
1
-5
/
+22
|
\
|
*
net: better track kernel sockets lifetime
Eric Dumazet
2025-02-22
1
-5
/
+22
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2025-02-21
1
-0
/
+14
|
\
\
|
*
|
bpf: Prepare the sock_ops ctx and call bpf prog for TX timestamping
Jason Xing
2025-02-20
1
-0
/
+14
*
|
|
net: dismiss sk_forward_alloc_get()
Paolo Abeni
2025-02-20
1
-1
/
+1
*
|
|
net: use napi_id_valid helper
Stefano Jordhani
2025-02-18
1
-1
/
+1
|
/
/
*
/
net: avoid unconditionally touching sk_tsflags on RX
Paolo Abeni
2025-02-13
1
-0
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-04
1
-1
/
+4
|
\
|
*
net: restrict SO_REUSEPORT to inet sockets
Eric Dumazet
2025-01-03
1
-1
/
+4
*
|
sock: Introduce SO_RCVPRIORITY socket option
Anna Emese Nyiri
2024-12-17
1
-0
/
+8
*
|
sock: support SO_PRIORITY cmsg
Anna Emese Nyiri
2024-12-17
1
-0
/
+7
*
|
sock: Introduce sk_set_prio_allowed helper function
Anna Emese Nyiri
2024-12-17
1
-3
/
+8
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-11-14
1
-18
/
+24
|
\
|
*
net: fix SO_DEVMEM_DONTNEED looping too long
Mina Almasry
2024-11-12
1
-18
/
+24
*
|
net: use sock_valbool_flag() only in __sock_set_timestamps()
Yajun Deng
2024-10-23
1
-5
/
+2
*
|
Revert "net: do not leave a dangling sk pointer, when socket creation fails"
Ignat Korchagin
2024-10-16
1
-3
/
+0
*
|
net: add skb_set_owner_edemux() helper
Eric Dumazet
2024-10-15
1
-6
/
+3
*
|
net-timestamp: namespacify the sysctl_tstamp_allow_data
Jason Xing
2024-10-08
1
-2
/
+0
*
|
net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message
Vadim Fedorenko
2024-10-04
1
-0
/
+13
|
/
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-09-16
1
-1
/
+1
|
\
|
*
file: reclaim 24 bytes from f_owner
Christian Brauner
2024-08-28
1
-1
/
+1
*
|
net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
Mina Almasry
2024-09-12
1
-0
/
+68
*
|
net: Correct spelling in net/core
Simon Horman
2024-08-26
1
-3
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-20
1
-0
/
+3
|
\
|
*
net: do not leave a dangling sk pointer, when socket creation fails
Ignat Korchagin
2024-06-20
1
-0
/
+3
*
|
net: validate SO_TXTIME clockid coming from userspace
Abhishek Chauhan
2024-06-01
1
-0
/
+16
*
|
net/core: move the lockdep-init of sk_callback_lock to sk_init_common()
Gou Hao
2024-05-28
1
-12
/
+6
*
|
net/core: remove redundant sk_callback_lock initialization
Gou Hao
2024-05-28
1
-1
/
+0
|
/
*
net: change proto and proto_ops accept type
Jens Axboe
2024-05-14
1
-2
/
+2
*
net: move sysctl_mem_pcpu_rsv to net_hotdata
Eric Dumazet
2024-05-01
1
-1
/
+0
*
net: add <net/proto_memory.h>
Eric Dumazet
2024-05-01
1
-0
/
+1
*
net: skbuff: generalize the skb->decrypted bit
Jakub Kicinski
2024-04-06
1
-3
/
+2
*
net: add sk_wake_async_rcu() helper
Eric Dumazet
2024-03-29
1
-4
/
+4
*
net: mark racy access on sk->sk_rcvbuf
linke li
2024-03-25
1
-2
/
+2
*
sock: Use unsafe_memcpy() for sock_copy()
Kees Cook
2024-03-06
1
-2
/
+3
*
net: make SK_MEMORY_PCPU_RESERV tunable
Adam Li
2024-02-28
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-22
1
-12
/
+11
|
\
|
*
net: implement lockless setsockopt(SO_PEEK_OFF)
Eric Dumazet
2024-02-21
1
-12
/
+11
*
|
net: reorganize "struct sock" fields
Eric Dumazet
2024-02-20
1
-0
/
+62
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-01-27
1
-2
/
+12
|
\
\
|
|
/
|
/
|
|
*
bpf: tcp: Support arbitrary SYN Cookie.
Kuniyuki Iwashima
2024-01-23
1
-2
/
+12
*
|
udp: fix busy polling
Eric Dumazet
2024-01-21
1
-2
/
+9
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-01-05
1
-2
/
+10
|
\
|
*
net: Implement missing SO_TIMESTAMPING_NEW cmsg support
Thomas Lange
2024-01-04
1
-0
/
+1
[next]