summaryrefslogtreecommitdiffstats
path: root/include/linux/socket.h
Commit message (Expand)AuthorAgeFilesLines
* net: provide __sys_shutdown_sock() that takes a socketJens Axboe2020-11-231-0/+1
* iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-0/+1
* net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig2020-05-111-1/+11
* net: add a CMSG_USER_DATA macroChristoph Hellwig2020-05-111-1/+4
* Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-0/+4
|\
| * net: abstract out normal and compat msghdr importJens Axboe2020-03-101-0/+4
* | io_uring: make sure accept honor rlimit nofileJens Axboe2020-03-201-1/+2
|/
* io_uring: ensure async punted connect requests copy dataJens Axboe2019-12-031-3/+2
* io_uring: ensure async punted sendmsg/recvmsg requests copy dataJens Axboe2019-12-031-4/+11
* net: add __sys_connect_file() helperJens Axboe2019-11-251-0/+3
* Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-0/+3
|\
| * net: add __sys_accept4_file() helperJens Axboe2019-10-291-0/+3
* | net: increase SOMAXCONN to 4096Eric Dumazet2019-10-311-1/+1
|/
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-0/+3
* io_uring: add support for recvmsg()Jens Axboe2019-07-091-0/+3
* io_uring: add support for sendmsg()Jens Axboe2019-07-091-0/+4
* net: add documentation to socket.cPedro Tammela2019-03-151-6/+6
* socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-031-0/+8
* Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-281-3/+6
|\
| * y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann2018-12-181-3/+6
* | bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend2018-12-201-0/+1
|/
* y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann2018-08-291-2/+2
* net: initial AF_XDP skeletonBjörn Töpel2018-05-031-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-031-1/+2
|\
| * net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend2018-03-191-0/+1
| * net: Make extern and export get_net_ns()Kirill Tkhai2018-02-151-0/+2
* | net: socket: move check for forbid_cmsg_compat to __sys_...msg()Dominik Brodowski2018-04-021-4/+9
* | net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-0/+1
* | net: socket: add __sys_shutdown() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-0/+1
* | net: socket: add __sys_socketpair() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-0/+2
* | net: socket: add __sys_getpeername() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-0/+2
* | net: socket: add __sys_getsockname() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-0/+2
* | net: socket: add __sys_listen() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-0/+1
* | net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-0/+2
* | net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-0/+1
* | net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-0/+1
* | net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-0/+2
* | net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-0/+3
* | net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-0/+6
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-031-0/+1
* tls: kernel TLS supportDave Watson2017-06-151-0/+1
* smc: establish new socket familyUrsula Braun2017-01-091-1/+6
* scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-041-3/+3
* net: Add Qualcomm IPC routerCourtney Cavin2016-05-081-1/+3
* kcm: Kernel Connection Multiplexor moduleTom Herbert2016-03-091-1/+5
* net: Add MSG_BATCH flagTom Herbert2016-03-091-0/+1
* new helper: msg_data_left()Al Viro2015-04-111-0/+5
* net: socket: add support for async operationstadeusz.struk@intel.com2015-03-231-0/+1
* mpls: Basic routing supportEric W. Biederman2015-03-041-0/+2