summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* net: remove {revc,send}msg_copy_msghdr() from exportsJens Axboe2024-03-141-7/+7
* net: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-281-1/+1
* Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-081-4/+2
|\
| * iov_iter: replace import_single_range() with import_ubuf()Jens Axboe2023-12-051-2/+2
| * iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe2023-12-051-4/+2
* | net: Save and restore msg_namelen in sock_sendmsgMarc Dionne2024-01-031-0/+2
|/
* bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky2023-11-011-6/+2
* Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-37/+67
|\
| * net/socket: Break down __sys_getsockoptBreno Leitao2023-10-191-23/+41
| * net/socket: Break down __sys_setsockoptBreno Leitao2023-10-191-14/+25
| * bpf: Add sockptr support for setsockoptBreno Leitao2023-10-191-1/+1
| * bpf: Add sockptr support for getsockoptBreno Leitao2023-10-191-2/+3
* | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+1
|\ \
| * | net: move sockfs_xattr_handlers to .rodataWedson Almeida Filho2023-10-101-1/+1
| |/
* | net: prevent address rewrite in kernel_bind()Jordan Rife2023-10-011-1/+6
* | net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife2023-10-011-6/+23
|/
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-071-7/+8
|\
| * net: annotate data-races around sk->sk_bind_phcEric Dumazet2023-09-011-1/+1
| * net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-6/+7
* | Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+2
|\ \ | |/ |/|
| * io_uring: Add io_uring command support for socketsBreno Leitao2023-08-091-0/+2
* | net: Avoid address overwrite in kernel_connectJordan Rife2023-08-231-1/+6
* | bpf: Add update_socket_protocol hookGeliang Tang2023-08-161-1/+25
* | net: annotate data-races around sock->opsEric Dumazet2023-08-091-56/+80
|/
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-72/+14
|\
| * sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-48/+0
| * splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells2023-06-081-0/+10
| * splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells2023-06-081-24/+2
| * net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells2023-05-231-0/+2
* | Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-0/+1
|\ \
| * | net: set FMODE_NOWAIT for socketsJens Axboe2023-05-151-0/+1
| |/
* / net: Make sock_splice_read() use copy_splice_read() by defaultDavid Howells2023-05-241-1/+1
|/
* net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet2023-05-101-1/+1
* net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski2023-04-191-0/+2
* net: socket: suppress unused warningVincenzo Palazzo2023-03-131-1/+1
* net: avoid double iput when sock_alloc_file failsThadeu Lima de Souza Cascardo2023-03-081-7/+4
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-4/+29
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-3/+6
| |\
| * | sock: add tracepoint for send recv lengthYunhui Cui2023-01-131-4/+29
* | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-3/+3
|\ \ \ | |_|/ |/| |
| * | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| |/
* / net: use a bounce buffer for copying skb->markEric Dumazet2023-02-141-3/+6
|/
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-7/+1
|\
| * net: introduce and use custom sockopt socket flagPaolo Abeni2022-10-241-7/+1
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-6/+6
|/
* Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2022-10-061-1/+1
|\
| * dynamic_dname(): drop unused dentry argumentAl Viro2022-08-201-1/+1
* | net: Fix a data-race around sysctl_somaxconn.Kuniyuki Iwashima2022-08-241-1/+1
|/
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-031-9/+6
|\