summaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14net: have do_accept() take a struct proto_accept_arg argumentJens Axboe1-7/+5
2024-05-14net: 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-15net: remove {revc,send}msg_copy_msghdr() from exportsJens Axboe1-7/+7
2024-02-29net: 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-02bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky1-6/+2
2023-11-02Merge 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-20net/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-08Merge 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-30Merge 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-10net: 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-29Merge 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-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-48/+0
2023-06-09splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells1-0/+10
2023-06-09splice, 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-24net: 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-14net: socket: suppress unused warningVincenzo Palazzo1-1/+1
2023-03-09net: avoid double iput when sock_alloc_file failsThadeu Lima de Souza Cascardo1-7/+4
2023-02-22Merge 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
2023-02-15net: use a bounce buffer for copying skb->markEric Dumazet1-3/+6
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-13sock: add tracepoint for send recv lengthYunhui Cui1-4/+29
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-7/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-6/+6
2022-10-24net: introduce and use custom sockopt socket flagPaolo Abeni1-7/+1
2022-10-07Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1