summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | {compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro2014-11-191-30/+8
* | separate kernel- and userland-side msghdrAl Viro2014-11-191-13/+16
|/
* Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-111-1/+2
|\
| * security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-091-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-0/+3
|\ \
| * | net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha2014-09-091-0/+3
* | | net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn2014-09-091-5/+2
|/ /
* | net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-051-1/+1
* | net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn2014-09-051-2/+1
|/
* net-timestamp: sock_tx_timestamp() fixEric Dumazet2014-08-061-7/+13
* net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn2014-08-051-0/+2
OpenPOWER on IntegriCloud