index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
socket.c
Age
Commit message (
Expand
)
Author
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-11-03
net/socket.c: switch to CLASS(fd)
Al Viro
2024-10-29
socket: Print pf->create() when it does not clear sock->sk on failure.
Kuniyuki Iwashima
2024-10-15
net: warn, if pf->create does not clear sock->sk on error
Ignat Korchagin
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-07
net: explicitly clear the sk pointer, when pf->create fails
Ignat Korchagin
2024-10-04
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-10
net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flag
Jason Xing
2024-09-03
bpf, net: Fix a potential race in do_sock_getsockopt()
Tze-nan Wu
2024-08-12
struct fd: representation change
Al Viro
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-06-19
net: Split a __sys_listen helper for io_uring
Gabriel Krisman Bertazi
2024-06-19
net: Split a __sys_bind helper for io_uring
Gabriel Krisman Bertazi
2024-05-13
net: have do_accept() take a struct proto_accept_arg argument
Jens Axboe
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
2024-04-15
io_uring: separate header for exported net bits
Pavel Begunkov
2024-03-14
net: remove {revc,send}msg_copy_msghdr() from exports
Jens Axboe
2024-02-28
net: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
2024-01-08
Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-03
net: Save and restore msg_namelen in sock_sendmsg
Marc Dionne
2023-12-05
iov_iter: replace import_single_range() with import_ubuf()
Jens Axboe
2023-12-05
iov_iter: remove unused 'iov' argument from import_single_range()
Jens Axboe
2023-11-01
bpf: Add __bpf_hook_{start,end} macros
Dave Marchevsky
2023-11-01
Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-10-30
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-19
net/socket: Break down __sys_getsockopt
Breno Leitao
2023-10-19
net/socket: Break down __sys_setsockopt
Breno Leitao
2023-10-19
bpf: Add sockptr support for setsockopt
Breno Leitao
2023-10-19
bpf: Add sockptr support for getsockopt
Breno Leitao
2023-10-10
net: move sockfs_xattr_handlers to .rodata
Wedson Almeida Filho
2023-10-01
net: prevent address rewrite in kernel_bind()
Jordan Rife
2023-10-01
net: prevent rewrite of msg_name in sock_sendmsg()
Jordan Rife
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-09-01
net: annotate data-races around sk->sk_bind_phc
Eric Dumazet
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-08-29
Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-23
net: Avoid address overwrite in kernel_connect
Jordan Rife
2023-08-16
bpf: Add update_socket_protocol hook
Geliang Tang
2023-08-09
net: annotate data-races around sock->ops
Eric Dumazet
2023-08-09
io_uring: Add io_uring command support for sockets
Breno Leitao
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-26
Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-08
splice, net: Add a splice_eof op to file-ops and socket-ops
David Howells
2023-06-08
splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
David Howells
2023-05-24
net: Make sock_splice_read() use copy_splice_read() by default
David Howells
2023-05-23
net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
David Howells
[next]