summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani2016-05-191-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-171-21/+15
|\
| * tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh2016-04-281-3/+0
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2016-04-141-13/+10
| |\
| | * [net] drop 'size' argument of sock_recvmsg()Al Viro2016-03-281-13/+10
| * | net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-071-1/+1
| * | sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-5/+5
| |/
* / ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-1/+1
|/
* net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo2016-03-141-19/+19
* net: socket: use pr_info_once to tip the obsolete usage of PF_PACKETliping.zhang2016-03-131-6/+2
* net: Add MSG_BATCH flagTom Herbert2016-03-091-0/+5
* net: Allow MSG_EOR in each msghdr of sendmmsgTom Herbert2016-03-091-4/+6
* net: Make sock_alloc exportableTom Herbert2016-03-091-1/+2
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* net: add scheduling point in recvmmsg/sendmmsgEric Dumazet2016-01-101-0/+2
* net, socket, socket_wq: fix missing initialization of flagsNicolai Stange2015-12-301-0/+1
* net: fix uninitialized variable issuetadeusz.struk@intel.com2015-12-151-0/+1
* net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-011-14/+7
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-2/+2
* net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-3/+3
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-2/+2
* tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman2015-05-111-3/+0
* VFS: net/: d_inode() annotationsDavid Howells2015-04-151-3/+3
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* new helper: msg_data_left()Al Viro2015-04-111-2/+2
* get rid of the size argument of sock_sendmsg()Al Viro2015-04-111-13/+14
* switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()Al Viro2015-04-091-17/+3
* net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro2015-04-091-19/+12
* net: switch sendto() and recvfrom() to import_single_range()Al Viro2015-04-091-16/+8
* Merge branch 'iocb' into for-davemAl Viro2015-04-091-3/+3
|\
| * fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-131-6/+3
| * fs: remove ki_nbytesChristoph Hellwig2015-03-121-3/+3
* | net: socket: add support for async operationstadeusz.struk@intel.com2015-03-231-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-0/+4
|\ \
| * | net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro2015-03-201-0/+4
| |/
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-65/+13
* | net: move skb->dropcount to skb->cb[]Eyal Birger2015-03-021-2/+2
|/
* net: switch sockets to ->read_iter/->write_iterAl Viro2015-02-041-29/+27
* net/socket.c: fold do_sock_{read,write} into callersAl Viro2015-02-041-35/+21
* net: remove sock_iocbChristoph Hellwig2015-01-281-41/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-3/+0
|\
| * net: don't OOPS on socket aioChristoph Hellwig2015-01-271-3/+0
* | socket: use ki_nbytes instead of iov_length()Nicolas Dichtel2015-01-171-6/+4
* | socket: use iov_length()Nicolas Dichtel2015-01-151-10/+2
|/
* [regression] chunk lost from bd9b51Al Viro2014-12-191-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-161-19/+0
|\
| * make default ->i_fop have ->open() fail with ENXIOAl Viro2014-12-101-19/+0
* | put iov_iter into msghdrAl Viro2014-12-091-15/+12
* | net/socket.c : introduce helper function do_sock_sendmsg to replace reduplica...Gu Zheng2014-12-091-12/+10
* | fold verify_iovec() into copy_msghdr_from_user()Al Viro2014-11-191-40/+53