summaryrefslogtreecommitdiffstats
path: root/include/linux/socket.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro2015-02-041-7/+0
* net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-101-0/+4
* put iov_iter into msghdrAl Viro2014-12-091-2/+1
* fold verify_iovec() into copy_msghdr_from_user()Al Viro2014-11-191-1/+0
* separate kernel- and userland-side msghdrAl Viro2014-11-191-3/+13
* include/linux/socket.h: Fix commentRasmus Villemoes2014-11-051-1/+1
* iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin2014-06-271-4/+0
* net: update comments of "struct msghdr" with the more accurate RFC3542 onesFX Le Bail2014-01-221-7/+7
* socket: cleanupsstephen hemminger2014-01-031-2/+0
* net: move iov_pages() to net/core/iovec.cJason Wang2013-08-071-0/+2
* RDMA/cma: Define native IB addressSean Hefty2013-06-201-0/+2
* net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski2013-06-061-0/+3
* Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2013-05-201-2/+0
* NFC: llcp: Implement socket optionsSamuel Ortiz2013-03-101-0/+1
* VSOCK: Introduce VM SocketsAndy King2013-02-101-1/+3
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-19/+1
* net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng2012-07-191-0/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet2012-04-051-1/+1
* net: get rid of some pointless casts to sockaddrMaciej Żenczykowski2012-03-111-2/+2
* net: Make userland include of netlink.h more sane.David S. Miller2011-08-071-2/+4
* NFC: add NFC socket familyAloisio Almeida Jr2011-07-051-1/+3