summaryrefslogtreecommitdiff
path: root/include/linux/socket.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-15vsock: read from socket's error queueArseniy Krasnov1-0/+1
2023-06-25net: Kill MSG_SENDPAGE_NOTLASTDavid Howells1-3/+1
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn1-0/+1
2023-06-09net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspaceDavid Howells1-1/+3
2023-05-24net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells1-0/+3
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook1-1/+4
2022-08-04Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+0
2022-07-25Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe1-4/+3
2022-07-25net: copy from user before calling __copy_msghdrDylan Yudaken1-4/+3
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-0/+5
2022-07-20net: Allow custom iter handler in msghdrDavid Ahern1-0/+4
2022-07-20skbuff: carry external ubuf_info in msghdrPavel Begunkov1-0/+1
2022-06-13net: make __sys_accept4_file() staticYajun Deng1-4/+0
2022-04-30Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jens Axboe1-1/+5
2022-04-30tcp: pass back data left in socket after receiveJens Axboe1-1/+5
2022-04-25net: add __sys_socket_file()Jens Axboe1-0/+1
2022-02-11net/smc: Dynamic control handshake limitation by socket optionsD. Wythe1-0/+1
2021-10-26mctp: Implement extended addressingJeremy Kerr1-0/+1
2021-09-18mptcp: add MPTCP_INFO getsockoptFlorian Westphal1-0/+1
2021-09-01Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+5
2021-08-25net: add accept helper not installing fdPavel Begunkov1-0/+3
2021-07-29mctp: Add MCTP baseJeremy Kerr1-1/+5
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du1-2/+0
2021-04-26net: Fix typo in comment about ancillary dataArnaldo Carvalho de Melo1-1/+1
2021-03-17Revert "net: socket: use BIT() for MSG_*"David S. Miller1-37/+34
2021-03-10net: socket: use BIT() for MSG_*Menglong Dong1-34/+37
2020-11-23net: provide __sys_shutdown_sock() that takes a socketJens Axboe1-0/+1
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu1-0/+1
2020-05-12net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig1-1/+11
2020-05-12net: add a CMSG_USER_DATA macroChristoph Hellwig1-1/+4
2020-03-30Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2020-03-20io_uring: make sure accept honor rlimit nofileJens Axboe1-1/+2
2020-03-10net: abstract out normal and compat msghdr importJens Axboe1-0/+4
2019-12-03io_uring: ensure async punted connect requests copy dataJens Axboe1-3/+2
2019-12-03io_uring: ensure async punted sendmsg/recvmsg requests copy dataJens Axboe1-4/+11
2019-11-26net: add __sys_connect_file() helperJens Axboe1-0/+3
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2019-11-01net: increase SOMAXCONN to 4096Eric Dumazet1-1/+1
2019-10-29net: add __sys_accept4_file() helperJens Axboe1-0/+3
2019-08-09net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-0/+3
2019-07-09io_uring: add support for recvmsg()Jens Axboe1-0/+3
2019-07-09io_uring: add support for sendmsg()Jens Axboe1-0/+4
2019-03-16net: add documentation to socket.cPedro Tammela1-6/+6
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani1-0/+8
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds1-3/+6
2018-12-21bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend1-0/+1
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann1-3/+6
2018-08-29y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann1-2/+2
2018-05-04net: initial AF_XDP skeletonBjörn Töpel1-1/+4
2018-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2