aboutsummaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)Author
2017-02-27Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-02-26net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat
2017-01-16net: socket: don't set sk_uid to garbage value in ->setattr()Eric Biggers
2017-01-02net: core: Add a UID field to struct sock.Lorenzo Colitti
2016-11-21sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh
2016-04-20net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo
2015-12-30net, socket, socket_wq: fix missing initialization of flagsNicolai Stange
2015-12-15net: fix uninitialized variable issuetadeusz.struk@intel.com
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman
2015-04-15VFS: net/: d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11new helper: msg_data_left()Al Viro
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro
2015-04-09switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()Al Viro
2015-04-09net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro
2015-04-09net: switch sendto() and recvfrom() to import_single_range()Al Viro
2015-04-09Merge branch 'iocb' into for-davemAl Viro
2015-03-23net: socket: add support for async operationstadeusz.struk@intel.com
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro
2015-03-13fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig
2015-03-12fs: remove ki_nbytesChristoph Hellwig
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger
2015-02-04net: switch sockets to ->read_iter/->write_iterAl Viro
2015-02-04net/socket.c: fold do_sock_{read,write} into callersAl Viro
2015-01-28net: remove sock_iocbChristoph Hellwig
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-27net: don't OOPS on socket aioChristoph Hellwig
2015-01-17socket: use ki_nbytes instead of iov_length()Nicolas Dichtel
2015-01-15socket: use iov_length()Nicolas Dichtel
2014-12-19[regression] chunk lost from bd9b51Al Viro
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-10make default ->i_fop have ->open() fail with ENXIOAl Viro
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09net/socket.c : introduce helper function do_sock_sendmsg to replace reduplica...Gu Zheng
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro
2014-11-19{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro
2014-11-19separate kernel- and userland-side msghdrAl Viro
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-09net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha
2014-09-09net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida
2014-09-05net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn