summaryrefslogtreecommitdiff
path: root/include/linux/socket.h
AgeCommit message (Expand)Author
2021-10-26mctp: Implement extended addressingJeremy Kerr
2021-09-18mptcp: add MPTCP_INFO getsockoptFlorian Westphal
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-08-25net: add accept helper not installing fdPavel Begunkov
2021-07-29mctp: Add MCTP baseJeremy Kerr
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du
2021-04-26net: Fix typo in comment about ancillary dataArnaldo Carvalho de Melo
2021-03-16Revert "net: socket: use BIT() for MSG_*"David S. Miller
2021-03-10net: socket: use BIT() for MSG_*Menglong Dong
2020-11-23net: provide __sys_shutdown_sock() that takes a socketJens Axboe
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu
2020-05-11net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig
2020-05-11net: add a CMSG_USER_DATA macroChristoph Hellwig
2020-03-30Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-20io_uring: make sure accept honor rlimit nofileJens Axboe
2020-03-10net: abstract out normal and compat msghdr importJens Axboe
2019-12-03io_uring: ensure async punted connect requests copy dataJens Axboe
2019-12-03io_uring: ensure async punted sendmsg/recvmsg requests copy dataJens Axboe
2019-11-25net: add __sys_connect_file() helperJens Axboe
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-10-31net: increase SOMAXCONN to 4096Eric Dumazet
2019-10-29net: add __sys_accept4_file() helperJens Axboe
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-07-09io_uring: add support for recvmsg()Jens Axboe
2019-07-09io_uring: add support for sendmsg()Jens Axboe
2019-03-15net: add documentation to socket.cPedro Tammela
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds
2018-12-20bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann
2018-08-29y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann
2018-05-03net: initial AF_XDP skeletonBjörn Töpel
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-04-02net: socket: move check for forbid_cmsg_compat to __sys_...msg()Dominik Brodowski
2018-04-02net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_shutdown() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_socketpair() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_getpeername() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_getsockname() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_listen() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski
2018-03-19net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend
2018-02-15net: Make extern and export get_net_ns()Kirill Tkhai
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn