Age | Commit message (Expand) | Author |
2023-06-24 | net: Kill MSG_SENDPAGE_NOTLAST | David Howells |
2023-06-12 | scm: add SO_PASSPIDFD and SCM_PIDFD | Alexander Mikhalitsyn |
2023-06-08 | net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspace | David Howells |
2023-05-23 | net: Declare MSG_SPLICE_PAGES internal sendmsg() flag | David Howells |
2022-10-25 | net: dev: Convert sa_data to flexible array in struct sockaddr | Kees Cook |
2022-08-03 | Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-07-24 | Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-send | Jens Axboe |
2022-07-24 | net: copy from user before calling __copy_msghdr | Dylan Yudaken |
2022-07-19 | Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k... | Jakub Kicinski |
2022-07-19 | net: Allow custom iter handler in msghdr | David Ahern |
2022-07-19 | skbuff: carry external ubuf_info in msghdr | Pavel Begunkov |
2022-06-13 | net: make __sys_accept4_file() static | Yajun Deng |
2022-04-29 | Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k... | Jens Axboe |
2022-04-29 | tcp: pass back data left in socket after receive | Jens Axboe |
2022-04-24 | net: add __sys_socket_file() | Jens Axboe |
2022-02-11 | net/smc: Dynamic control handshake limitation by socket options | D. Wythe |
2021-10-26 | mctp: Implement extended addressing | Jeremy Kerr |
2021-09-18 | mptcp: add MPTCP_INFO getsockopt | Florian Westphal |
2021-08-31 | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2021-08-25 | net: add accept helper not installing fd | Pavel Begunkov |
2021-07-29 | mctp: Add MCTP base | Jeremy Kerr |
2021-06-12 | net: make get_net_ns return error if NET_NS is disabled | Changbin Du |
2021-04-26 | net: Fix typo in comment about ancillary data | Arnaldo Carvalho de Melo |
2021-03-16 | Revert "net: socket: use BIT() for MSG_*" | David S. Miller |
2021-03-10 | net: socket: use BIT() for MSG_* | Menglong Dong |
2020-11-23 | net: provide __sys_shutdown_sock() that takes a socket | Jens Axboe |
2020-06-30 | iov_iter: Move unnecessary inclusion of crypto/hash.h | Herbert Xu |
2020-05-11 | net: cleanly handle kernel vs user buffers for ->msg_control | Christoph Hellwig |
2020-05-11 | net: add a CMSG_USER_DATA macro | Christoph Hellwig |
2020-03-30 | Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-03-20 | io_uring: make sure accept honor rlimit nofile | Jens Axboe |
2020-03-10 | net: abstract out normal and compat msghdr import | Jens Axboe |
2019-12-03 | io_uring: ensure async punted connect requests copy data | Jens Axboe |
2019-12-03 | io_uring: ensure async punted sendmsg/recvmsg requests copy data | Jens Axboe |
2019-11-25 | net: add __sys_connect_file() helper | Jens Axboe |
2019-11-25 | Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-10-31 | net: increase SOMAXCONN to 4096 | Eric Dumazet |
2019-10-29 | net: add __sys_accept4_file() helper | Jens Axboe |
2019-08-08 | net/tls: prevent skb_orphan() from leaking TLS plain text with offload | Jakub Kicinski |
2019-07-09 | io_uring: add support for recvmsg() | Jens Axboe |
2019-07-09 | io_uring: add support for sendmsg() | Jens Axboe |
2019-03-15 | net: add documentation to socket.c | Pedro Tammela |
2019-02-03 | socket: Add SO_TIMESTAMPING_NEW | Deepa Dinamani |
2018-12-28 | Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel... | Linus Torvalds |
2018-12-20 | bpf: sk_msg, sock{map|hash} redirect through ULP | John Fastabend |
2018-12-18 | y2038: socket: Add compat_sys_recvmmsg_time64 | Arnd Bergmann |
2018-08-29 | y2038: socket: Change recvmmsg to use __kernel_timespec | Arnd Bergmann |
2018-05-03 | net: initial AF_XDP skeleton | Björn Töpel |
2018-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-04-02 | net: socket: move check for forbid_cmsg_compat to __sys_...msg() | Dominik Brodowski |