summaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+7
2024-09-10net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing1-2/+8
2024-09-03bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu1-2/+2
2024-08-12struct fd: representation changeAl Viro1-1/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-6/+6
2024-06-19net: Split a __sys_listen helper for io_uringGabriel Krisman Bertazi1-9/+14
2024-06-19net: Split a __sys_bind helper for io_uringGabriel Krisman Bertazi1-9/+16
2024-05-13net: have do_accept() take a struct proto_accept_arg argumentJens Axboe1-7/+5
2024-05-13net: change proto and proto_ops accept typeJens Axboe1-3/+10
2024-04-15io_uring: separate header for exported net bitsPavel Begunkov1-1/+1
2024-03-14net: remove {revc,send}msg_copy_msghdr() from exportsJens Axboe1-7/+7
2024-02-28net: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-01-08Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+2
2024-01-03net: Save and restore msg_namelen in sock_sendmsgMarc Dionne1-0/+2
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe1-2/+2
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe1-4/+2
2023-11-01bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky1-6/+2
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-37/+67
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-10-19net/socket: Break down __sys_getsockoptBreno Leitao1-23/+41
2023-10-19net/socket: Break down __sys_setsockoptBreno Leitao1-14/+25
2023-10-19bpf: Add sockptr support for setsockoptBreno Leitao1-1/+1
2023-10-19bpf: Add sockptr support for getsockoptBreno Leitao1-2/+3
2023-10-10net: move sockfs_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-10-01net: prevent address rewrite in kernel_bind()Jordan Rife1-1/+6
2023-10-01net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife1-6/+23
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-7/+8
2023-09-01net: annotate data-races around sk->sk_bind_phcEric Dumazet1-1/+1
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet1-6/+7
2023-08-29Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2023-08-23net: Avoid address overwrite in kernel_connectJordan Rife1-1/+6
2023-08-16bpf: Add update_socket_protocol hookGeliang Tang1-1/+25
2023-08-09net: annotate data-races around sock->opsEric Dumazet1-56/+80
2023-08-09io_uring: Add io_uring command support for socketsBreno Leitao1-0/+2
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-72/+14
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-48/+0
2023-06-08splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells1-0/+10
2023-06-08splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells1-24/+2
2023-05-24net: Make sock_splice_read() use copy_splice_read() by defaultDavid Howells1-1/+1
2023-05-23net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells1-0/+2
2023-05-15net: set FMODE_NOWAIT for socketsJens Axboe1-0/+1
2023-05-10net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet1-1/+1
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski1-0/+2
2023-03-13net: socket: suppress unused warningVincenzo Palazzo1-1/+1
2023-03-08net: avoid double iput when sock_alloc_file failsThadeu Lima de Souza Cascardo1-7/+4
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+29
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+6