summaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-23sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute namesAndreas Gruenbacher1-18/+6
2018-11-10net: socket: fix a missing-check bugWenwen Wang1-3/+8
2018-08-06net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline1-0/+2
2018-02-03bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-0/+9
2017-12-20net: initialize msg.msg_flags in recvfromAlexander Potapenko1-0/+1
2017-02-26net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat1-1/+3
2016-11-21sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh1-0/+2
2016-04-20net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo1-19/+19
2015-12-31net, socket, socket_wq: fix missing initialization of flagsNicolai Stange1-0/+1
2015-12-15net: fix uninitialized variable issuetadeusz.struk@intel.com1-0/+1
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet1-14/+7
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-2/+2
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-3/+3
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-2/+2
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman1-3/+0
2015-04-15VFS: net/: d_inode() annotationsDavid Howells1-3/+3
2015-04-12make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11new helper: msg_data_left()Al Viro1-2/+2
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro1-13/+14
2015-04-09switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()Al Viro1-17/+3
2015-04-09net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro1-19/+12
2015-04-09net: switch sendto() and recvfrom() to import_single_range()Al Viro1-16/+8
2015-04-09Merge branch 'iocb' into for-davemAl Viro1-3/+3
2015-03-23net: socket: add support for async operationstadeusz.struk@intel.com1-2/+6
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2015-03-20net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro1-0/+4
2015-03-13fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig1-6/+3
2015-03-13fs: remove ki_nbytesChristoph Hellwig1-3/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-65/+13
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger1-2/+2
2015-02-04net: switch sockets to ->read_iter/->write_iterAl Viro1-29/+27
2015-02-04net/socket.c: fold do_sock_{read,write} into callersAl Viro1-35/+21
2015-01-29net: remove sock_iocbChristoph Hellwig1-41/+4
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2015-01-27net: don't OOPS on socket aioChristoph Hellwig1-3/+0
2015-01-18socket: use ki_nbytes instead of iov_length()Nicolas Dichtel1-6/+4
2015-01-15socket: use iov_length()Nicolas Dichtel1-10/+2
2014-12-19[regression] chunk lost from bd9b51Al Viro1-1/+0
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-19/+0
2014-12-11make default ->i_fop have ->open() fail with ENXIOAl Viro1-19/+0
2014-12-10put iov_iter into msghdrAl Viro1-15/+12
2014-12-09net/socket.c : introduce helper function do_sock_sendmsg to replace reduplica...Gu Zheng1-12/+10
2014-11-20fold verify_iovec() into copy_msghdr_from_user()Al Viro1-40/+53
2014-11-20{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro1-30/+8
2014-11-20separate kernel- and userland-side msghdrAl Viro1-13/+16
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+2
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2014-09-10net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha1-0/+3
2014-09-10net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn1-5/+2
2014-09-10security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton1-1/+2