aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/socket.h
AgeCommit message (Expand)Author
2018-05-03net: initial AF_XDP skeletonBjörn Töpel
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-04-02net: socket: move check for forbid_cmsg_compat to __sys_...msg()Dominik Brodowski
2018-04-02net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_shutdown() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_socketpair() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_getpeername() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_getsockname() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_listen() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski
2018-03-19net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend
2018-02-15net: Make extern and export get_net_ns()Kirill Tkhai
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn
2017-06-15tls: kernel TLS supportDave Watson
2017-01-09smc: establish new socket familyUrsula Braun
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu
2016-05-08net: Add Qualcomm IPC routerCourtney Cavin
2016-03-09kcm: Kernel Connection Multiplexor moduleTom Herbert
2016-03-09net: Add MSG_BATCH flagTom Herbert
2015-04-11new helper: msg_data_left()Al Viro
2015-03-23net: socket: add support for async operationstadeusz.struk@intel.com
2015-03-04mpls: Basic routing supportEric W. Biederman
2015-02-04net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2014-12-09put iov_iter into msghdrAl Viro
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro
2014-11-19separate kernel- and userland-side msghdrAl Viro
2014-11-05include/linux/socket.h: Fix commentRasmus Villemoes
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin
2014-01-22net: update comments of "struct msghdr" with the more accurate RFC3542 onesFX Le Bail
2014-01-03socket: cleanupsstephen hemminger
2013-08-07net: move iov_pages() to net/core/iovec.cJason Wang
2013-06-20RDMA/cma: Define native IB addressSean Hefty
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell
2013-03-10NFC: llcp: Implement socket optionsSamuel Ortiz
2013-02-10VSOCK: Introduce VM SocketsAndy King
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet
2012-03-11net: get rid of some pointless casts to sockaddrMaciej Żenczykowski
2011-08-07net: Make userland include of netlink.h more sane.David S. Miller
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr