index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-14
socket: Remove unused kernel_sendmsg_locked
Dr. David Alan Gilbert
1
-28
/
+0
2025-01-10
net: hide the definition of dev_get_by_napi_id()
Jakub Kicinski
1
-0
/
+2
2024-12-16
sock: Introduce SO_RCVPRIORITY socket option
Anna Emese Nyiri
1
-0
/
+11
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-3
/
+5
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-166
/
+137
2024-11-03
net/socket.c: switch to CLASS(fd)
Al Viro
1
-166
/
+137
2024-10-29
socket: Print pf->create() when it does not clear sock->sk on failure.
Kuniyuki Iwashima
1
-1
/
+3
2024-10-15
net: warn, if pf->create does not clear sock->sk on error
Ignat Korchagin
1
-2
/
+2
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2024-10-07
net: explicitly clear the sk pointer, when pf->create fails
Ignat Korchagin
1
-1
/
+6
2024-10-04
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+7
2024-09-10
net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flag
Jason Xing
1
-2
/
+8
2024-09-03
bpf, net: Fix a potential race in do_sock_getsockopt()
Tze-nan Wu
1
-2
/
+2
2024-08-12
struct fd: representation change
Al Viro
1
-1
/
+1
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-6
/
+6
2024-06-19
net: Split a __sys_listen helper for io_uring
Gabriel Krisman Bertazi
1
-9
/
+14
2024-06-19
net: Split a __sys_bind helper for io_uring
Gabriel Krisman Bertazi
1
-9
/
+16
2024-05-13
net: have do_accept() take a struct proto_accept_arg argument
Jens Axboe
1
-7
/
+5
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
1
-3
/
+10
2024-04-15
io_uring: separate header for exported net bits
Pavel Begunkov
1
-1
/
+1
2024-03-14
net: remove {revc,send}msg_copy_msghdr() from exports
Jens Axboe
1
-7
/
+7
2024-02-28
net: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-1
/
+1
2024-01-08
Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+2
2024-01-03
net: Save and restore msg_namelen in sock_sendmsg
Marc Dionne
1
-0
/
+2
2023-12-05
iov_iter: replace import_single_range() with import_ubuf()
Jens Axboe
1
-2
/
+2
2023-12-05
iov_iter: remove unused 'iov' argument from import_single_range()
Jens Axboe
1
-4
/
+2
2023-11-01
bpf: Add __bpf_hook_{start,end} macros
Dave Marchevsky
1
-6
/
+2
2023-11-01
Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
1
-37
/
+67
2023-10-30
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2023-10-19
net/socket: Break down __sys_getsockopt
Breno Leitao
1
-23
/
+41
2023-10-19
net/socket: Break down __sys_setsockopt
Breno Leitao
1
-14
/
+25
2023-10-19
bpf: Add sockptr support for setsockopt
Breno Leitao
1
-1
/
+1
2023-10-19
bpf: Add sockptr support for getsockopt
Breno Leitao
1
-2
/
+3
2023-10-10
net: move sockfs_xattr_handlers to .rodata
Wedson Almeida Filho
1
-1
/
+1
2023-10-01
net: prevent address rewrite in kernel_bind()
Jordan Rife
1
-1
/
+6
2023-10-01
net: prevent rewrite of msg_name in sock_sendmsg()
Jordan Rife
1
-6
/
+23
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-7
/
+8
2023-09-01
net: annotate data-races around sk->sk_bind_phc
Eric Dumazet
1
-1
/
+1
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
1
-6
/
+7
2023-08-29
Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+2
2023-08-23
net: Avoid address overwrite in kernel_connect
Jordan Rife
1
-1
/
+6
2023-08-16
bpf: Add update_socket_protocol hook
Geliang Tang
1
-1
/
+25
2023-08-09
net: annotate data-races around sock->ops
Eric Dumazet
1
-56
/
+80
2023-08-09
io_uring: Add io_uring command support for sockets
Breno Leitao
1
-0
/
+2
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-72
/
+14
2023-06-26
Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-48
/
+0
2023-06-08
splice, net: Add a splice_eof op to file-ops and socket-ops
David Howells
1
-0
/
+10
[next]