aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/socket.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-14net: remove {revc,send}msg_copy_msghdr() from exportsJens Axboe1-7/+0
2023-10-15vsock: read from socket's error queueArseniy Krasnov1-0/+1
2023-06-24net: Kill MSG_SENDPAGE_NOTLASTDavid Howells1-3/+1
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn1-0/+1
2023-06-08net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspaceDavid Howells1-1/+3
2023-05-23net: 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-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+0
2022-07-24Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe1-4/+3
2022-07-24net: copy from user before calling __copy_msghdrDylan Yudaken1-4/+3
2022-07-19Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-0/+5
2022-07-19net: Allow custom iter handler in msghdrDavid Ahern1-0/+4
2022-07-19skbuff: carry external ubuf_info in msghdrPavel Begunkov1-0/+1
2022-06-13net: make __sys_accept4_file() staticYajun Deng1-4/+0
2022-04-29Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jens Axboe1-1/+5
2022-04-29tcp: pass back data left in socket after receiveJens Axboe1-1/+5
2022-04-24net: 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-08-31Merge 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-16Revert "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-11net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig1-1/+11
2020-05-11net: 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-25net: 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-10-31net: increase SOMAXCONN to 4096Eric Dumazet1-1/+1
2019-10-29net: add __sys_accept4_file() helperJens Axboe1-0/+3
2019-08-08net/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-15net: 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-20bpf: 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-03net: initial AF_XDP skeletonBjörn Töpel1-1/+4
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2018-04-02net: socket: move check for forbid_cmsg_compat to __sys_...msg()Dominik Brodowski1-4/+9
2018-04-02net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscallDominik Brodowski1-0/+1
2018-04-02net: socket: add __sys_shutdown() helper; remove in-kernel call to syscallDominik Brodowski1-0/+1
2018-04-02net: socket: add __sys_socketpair() helper; remove in-kernel call to syscallDominik Brodowski1-0/+2
2018-04-02net: socket: add __sys_getpeername() helper; remove in-kernel call to syscallDominik Brodowski1-0/+2
2018-04-02net: socket: add __sys_getsockname() helper; remove in-kernel call to syscallDominik Brodowski1-0/+2
2018-04-02net: socket: add __sys_listen() helper; remove in-kernel call to syscallDominik Brodowski1-0/+1
2018-04-02net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski1-0/+2
2018-04-02net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski1-0/+1
2018-04-02net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski1-0/+1
2018-04-02net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski1-0/+2
2018-04-02net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski1-0/+3
2018-04-02net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski1-0/+6
2018-03-19net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend1-0/+1
2018-02-15net: Make extern and export get_net_ns()Kirill Tkhai1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn1-0/+1
2017-06-15tls: kernel TLS supportDave Watson1-0/+1
2017-01-09smc: establish new socket familyUrsula Braun1-1/+6
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu1-3/+3
2016-05-08net: Add Qualcomm IPC routerCourtney Cavin1-1/+3
2016-03-09kcm: Kernel Connection Multiplexor moduleTom Herbert1-1/+5
2016-03-09net: Add MSG_BATCH flagTom Herbert1-0/+1
2015-04-11new helper: msg_data_left()Al Viro1-0/+5
2015-03-23net: socket: add support for async operationstadeusz.struk@intel.com1-0/+1
2015-03-04mpls: Basic routing supportEric W. Biederman1-0/+2
2015-02-04net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro1-7/+0
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-0/+4
2014-12-09put iov_iter into msghdrAl Viro1-2/+1
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro1-1/+0
2014-11-19separate kernel- and userland-side msghdrAl Viro1-3/+13
2014-11-05include/linux/socket.h: Fix commentRasmus Villemoes1-1/+1
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin1-4/+0
2014-01-22net: update comments of "struct msghdr" with the more accurate RFC3542 onesFX Le Bail1-7/+7
2014-01-03socket: cleanupsstephen hemminger1-2/+0
2013-08-07net: move iov_pages() to net/core/iovec.cJason Wang1-0/+2
2013-06-20RDMA/cma: Define native IB addressSean Hefty1-0/+2
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski1-0/+3
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell1-2/+0
2013-03-10NFC: llcp: Implement socket optionsSamuel Ortiz1-0/+1
2013-02-10VSOCK: Introduce VM SocketsAndy King1-1/+3
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-19/+1
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng1-0/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet1-1/+1
2012-03-11net: get rid of some pointless casts to sockaddrMaciej Żenczykowski1-2/+2
2011-08-07net: Make userland include of netlink.h more sane.David S. Miller1-2/+4
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr1-1/+3
2011-05-05net: Add sendmmsg socket system callAnton Blanchard1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+4
2011-01-06net: remove the duplicate #ifdef __KERNEL__Changli Gao1-6/+2
2010-11-19net - Add AF_ALG macrosHerbert Xu1-1/+4
2010-10-28net: Limit socket I/O iovec total length to INT_MAX.David S. Miller1-1/+1
2010-10-21socket: localize functionsstephen hemminger1-1/+0
2010-09-27tcp: Fix >4GB writes on 64-bit.David S. Miller1-1/+1
2010-06-16sock: Introduce cred_to_ucredEric W. Biederman1-0/+5
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-03-30net-caif: add CAIF protocol definitionsSjur Braendeland1-1/+4
2010-03-27net: Add MSG_WAITFORONE flag to recvmmsgBrandon L Black1-0/+1
2009-10-29net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build timeCyrill Gorcunov1-0/+3
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-0/+10
2009-10-05net: Support inclusion of <linux/socket.h> before <sys/socket.h>Ben Hutchings1-18/+3
2009-06-09Add constants for the ieee 802.15.4 stackSergey Lapin1-1/+3
2009-04-23af_iucv: add sockopt() to enable/disable use of IPRM_DATA msgsHendrik Brueckner1-0/+1
2009-04-21tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin1-2/+2
2009-04-21net: skb_copy_datagram_const_iovec()Michael S. Tsirkin1-0/+2
2009-03-26Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+4
2009-02-26RDS: Add AF and PF #defines for RDS socketsAndy Grover1-0/+3
2009-02-02headers_check fix: linux/socket.hJaswinder Singh Rajput1-2/+4
2008-10-05Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont1-0/+1
2008-09-22Phonet: global definitionsRemi Denis-Courmont1-1/+3
2008-07-27Define AF_ISDN and PF_ISDNKarsten Keil1-1/+3
2008-07-19net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki1-3/+3
2008-01-28[NET] sysctl: make sysctl_somaxconn per-namespacePavel Emelyanov1-1/+0
2008-01-28[CAN]: Allocate protocol numbers for PF_CANOliver Hartkopp1-0/+2
2007-10-22[Bluetooth] Add constant for Bluetooth socket options levelMarcel Holtmann1-0/+1
2007-07-16O_CLOEXEC for SCM_RIGHTSUlrich Drepper1-0/+3
2007-07-10[L2TP]: Changes to existing ppp and socket kernel headers for L2TPJames Chapman1-0/+1
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells1-1/+4
2007-02-28[NET]: Revert socket.h/stat.h ifdef hacks.David S. Miller1-1/+1
2007-02-11[PATCH] scrub non-__GLIBC__ checks in linux/socket.h and linux/stat.hMike Frysinger1-1/+1
2007-02-08[S390]: Add AF_IUCV socket supportJennifer Hunt1-1/+3
2006-12-02[NET]: Annotate csum_partial() callers in net/*Al Viro1-1/+1
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker1-0/+1
2006-04-25Don't include <linux/config.h> and <linux/linkage.h> from linux/socket.hDavid Woodhouse1-2/+0
2006-03-20[SECURITY]: TCP/UDP getpeersecCatherine Zhang1-0/+1
2006-01-12[TIPC] Initial mergePer Liden1-0/+3
2006-01-03[NET]: Small cleanup to socket initializationAndi Kleen1-1/+0
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-0/+7
2005-08-29[NETLINK]: Add set/getsockopt options to support more than 32 groupsPatrick McHardy1-0/+1
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+295