summaryrefslogtreecommitdiff
path: root/include/linux/socket.h
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-03
|\
| * net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend2018-03-19
| * net: Make extern and export get_net_ns()Kirill Tkhai2018-02-15
* | net: socket: move check for forbid_cmsg_compat to __sys_...msg()Dominik Brodowski2018-04-02
* | net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
* | net: socket: add __sys_shutdown() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
* | net: socket: add __sys_socketpair() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
* | net: socket: add __sys_getpeername() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
* | net: socket: add __sys_getsockname() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
* | net: socket: add __sys_listen() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
* | net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
* | net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
* | net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
* | net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
* | net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
* | net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-03
* tls: kernel TLS supportDave Watson2017-06-15
* smc: establish new socket familyUrsula Braun2017-01-09
* scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-04
* net: Add Qualcomm IPC routerCourtney Cavin2016-05-08
* kcm: Kernel Connection Multiplexor moduleTom Herbert2016-03-09
* net: Add MSG_BATCH flagTom Herbert2016-03-09
* new helper: msg_data_left()Al Viro2015-04-11
* net: socket: add support for async operationstadeusz.struk@intel.com2015-03-23
* mpls: Basic routing supportEric W. Biederman2015-03-04
* net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro2015-02-04
* net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-10
* put iov_iter into msghdrAl Viro2014-12-09
* fold verify_iovec() into copy_msghdr_from_user()Al Viro2014-11-19
* separate kernel- and userland-side msghdrAl Viro2014-11-19
* include/linux/socket.h: Fix commentRasmus Villemoes2014-11-05
* iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin2014-06-27
* net: update comments of "struct msghdr" with the more accurate RFC3542 onesFX Le Bail2014-01-22
* socket: cleanupsstephen hemminger2014-01-03
* net: move iov_pages() to net/core/iovec.cJason Wang2013-08-07
* RDMA/cma: Define native IB addressSean Hefty2013-06-20
* net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski2013-06-06
* Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2013-05-20
* NFC: llcp: Implement socket optionsSamuel Ortiz2013-03-10
* VSOCK: Introduce VM SocketsAndy King2013-02-10
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-13
* net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng2012-07-19
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet2012-04-05
* net: get rid of some pointless casts to sockaddrMaciej Żenczykowski2012-03-11
* net: Make userland include of netlink.h more sane.David S. Miller2011-08-07
* NFC: add NFC socket familyAloisio Almeida Jr2011-07-05
* net: Add sendmmsg socket system callAnton Blanchard2011-05-05