Age | Commit message (Expand) | Author | Files | Lines |
2021-10-26 | mctp: Implement extended addressing | Jeremy Kerr | 1 | -0/+1 |
2021-09-18 | mptcp: add MPTCP_INFO getsockopt | Florian Westphal | 1 | -0/+1 |
2021-09-01 | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+5 |
2021-08-25 | net: add accept helper not installing fd | Pavel Begunkov | 1 | -0/+3 |
2021-07-29 | mctp: Add MCTP base | Jeremy Kerr | 1 | -1/+5 |
2021-06-12 | net: make get_net_ns return error if NET_NS is disabled | Changbin Du | 1 | -2/+0 |
2021-04-26 | net: Fix typo in comment about ancillary data | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2021-03-17 | Revert "net: socket: use BIT() for MSG_*" | David S. Miller | 1 | -37/+34 |
2021-03-10 | net: socket: use BIT() for MSG_* | Menglong Dong | 1 | -34/+37 |
2020-11-23 | net: provide __sys_shutdown_sock() that takes a socket | Jens Axboe | 1 | -0/+1 |
2020-06-30 | iov_iter: Move unnecessary inclusion of crypto/hash.h | Herbert Xu | 1 | -0/+1 |
2020-05-12 | net: cleanly handle kernel vs user buffers for ->msg_control | Christoph Hellwig | 1 | -1/+11 |
2020-05-12 | net: add a CMSG_USER_DATA macro | Christoph Hellwig | 1 | -1/+4 |
2020-03-30 | Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+4 |
2020-03-20 | io_uring: make sure accept honor rlimit nofile | Jens Axboe | 1 | -1/+2 |
2020-03-10 | net: abstract out normal and compat msghdr import | Jens Axboe | 1 | -0/+4 |
2019-12-03 | io_uring: ensure async punted connect requests copy data | Jens Axboe | 1 | -3/+2 |
2019-12-03 | io_uring: ensure async punted sendmsg/recvmsg requests copy data | Jens Axboe | 1 | -4/+11 |
2019-11-26 | net: add __sys_connect_file() helper | Jens Axboe | 1 | -0/+3 |
2019-11-25 | Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+3 |
2019-11-01 | net: increase SOMAXCONN to 4096 | Eric Dumazet | 1 | -1/+1 |
2019-10-29 | net: add __sys_accept4_file() helper | Jens Axboe | 1 | -0/+3 |
2019-08-09 | net/tls: prevent skb_orphan() from leaking TLS plain text with offload | Jakub Kicinski | 1 | -0/+3 |
2019-07-09 | io_uring: add support for recvmsg() | Jens Axboe | 1 | -0/+3 |
2019-07-09 | io_uring: add support for sendmsg() | Jens Axboe | 1 | -0/+4 |
2019-03-16 | net: add documentation to socket.c | Pedro Tammela | 1 | -6/+6 |
2019-02-03 | socket: Add SO_TIMESTAMPING_NEW | Deepa Dinamani | 1 | -0/+8 |
2018-12-28 | Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+6 |
2018-12-21 | bpf: sk_msg, sock{map|hash} redirect through ULP | John Fastabend | 1 | -0/+1 |
2018-12-18 | y2038: socket: Add compat_sys_recvmmsg_time64 | Arnd Bergmann | 1 | -3/+6 |
2018-08-29 | y2038: socket: Change recvmmsg to use __kernel_timespec | Arnd Bergmann | 1 | -2/+2 |
2018-05-04 | net: initial AF_XDP skeleton | Björn Töpel | 1 | -1/+4 |
2018-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+2 |
2018-04-02 | net: socket: move check for forbid_cmsg_compat to __sys_...msg() | Dominik Brodowski | 1 | -4/+9 |
2018-04-02 | net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall | Dominik Brodowski | 1 | -0/+1 |
2018-04-02 | net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall | Dominik Brodowski | 1 | -0/+1 |
2018-04-02 | net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall | Dominik Brodowski | 1 | -0/+2 |
2018-04-02 | net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall | Dominik Brodowski | 1 | -0/+2 |
2018-04-02 | net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall | Dominik Brodowski | 1 | -0/+2 |
2018-04-02 | net: socket: add __sys_listen() helper; remove in-kernel call to syscall | Dominik Brodowski | 1 | -0/+1 |
2018-04-02 | net: socket: add __sys_connect() helper; remove in-kernel call to syscall | Dominik Brodowski | 1 | -0/+2 |
2018-04-02 | net: socket: add __sys_bind() helper; remove in-kernel call to syscall | Dominik Brodowski | 1 | -0/+1 |
2018-04-02 | net: socket: add __sys_socket() helper; remove in-kernel call to syscall | Dominik Brodowski | 1 | -0/+1 |
2018-04-02 | net: socket: add __sys_accept4() helper; remove in-kernel call to syscall | Dominik Brodowski | 1 | -0/+2 |
2018-04-02 | net: socket: add __sys_sendto() helper; remove in-kernel call to syscall | Dominik Brodowski | 1 | -0/+3 |
2018-04-02 | net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall | Dominik Brodowski | 1 | -0/+6 |
2018-03-19 | net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG | John Fastabend | 1 | -0/+1 |
2018-02-15 | net: Make extern and export get_net_ns() | Kirill Tkhai | 1 | -0/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-04 | sock: add MSG_ZEROCOPY | Willem de Bruijn | 1 | -0/+1 |