summaryrefslogtreecommitdiff
path: root/net/socket.c (follow)
Commit message (Expand)AuthorAge
* Merge 4.4.115 into android-4.4Greg Kroah-Hartman2018-02-03
|\
| * bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-02-03
* | Merge 4.4.107 into android-4.4Greg Kroah-Hartman2017-12-20
|\|
| * net: initialize msg.msg_flags in recvfromAlexander Potapenko2017-12-20
* | UPSTREAM: net: socket: Make unnecessarily global sockfs_setattr() staticTobias Klauser2017-04-14
* | Merge branch 'upstream-linux-4.4.y' into android-4.4Todd Kjos2017-03-02
|\|
| * net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat2017-02-26
* | Merge remote-tracking branch 'common/android-4.4' into android-4.4.yDmitry Shmidt2017-01-09
|\ \
| * | net: socket: don't set sk_uid to garbage value in ->setattr()Eric Biggers2017-01-05
* | | Merge remote-tracking branch 'common/android-4.4' into android-4.4.yDmitry Shmidt2017-01-03
|\| | | |/ |/|
| * net: core: Add a UID field to struct sock.Lorenzo Colitti2016-12-20
| * UPSTREAM: net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo2016-08-07
* | sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh2016-11-21
* | net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo2016-04-20
|/
* net, socket, socket_wq: fix missing initialization of flagsNicolai Stange2015-12-30
* net: fix uninitialized variable issuetadeusz.struk@intel.com2015-12-15
* net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-01
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-01
* net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-29
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-11
* tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman2015-05-11
* VFS: net/: d_inode() annotationsDavid Howells2015-04-15
* make new_sync_{read,write}() staticAl Viro2015-04-11
* new helper: msg_data_left()Al Viro2015-04-11
* get rid of the size argument of sock_sendmsg()Al Viro2015-04-11
* switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()Al Viro2015-04-09
* net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro2015-04-09
* net: switch sendto() and recvfrom() to import_single_range()Al Viro2015-04-09
* Merge branch 'iocb' into for-davemAl Viro2015-04-09
|\
| * fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-13
| * fs: remove ki_nbytesChristoph Hellwig2015-03-12
* | net: socket: add support for async operationstadeusz.struk@intel.com2015-03-23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-20
|\ \
| * | net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro2015-03-20
| |/
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* | net: move skb->dropcount to skb->cb[]Eyal Birger2015-03-02
|/
* net: switch sockets to ->read_iter/->write_iterAl Viro2015-02-04
* net/socket.c: fold do_sock_{read,write} into callersAl Viro2015-02-04
* net: remove sock_iocbChristoph Hellwig2015-01-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-27
|\
| * net: don't OOPS on socket aioChristoph Hellwig2015-01-27
* | socket: use ki_nbytes instead of iov_length()Nicolas Dichtel2015-01-17
* | socket: use iov_length()Nicolas Dichtel2015-01-15
|/
* [regression] chunk lost from bd9b51Al Viro2014-12-19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-16
|\
| * make default ->i_fop have ->open() fail with ENXIOAl Viro2014-12-10
* | put iov_iter into msghdrAl Viro2014-12-09
* | net/socket.c : introduce helper function do_sock_sendmsg to replace reduplica...Gu Zheng2014-12-09
* | fold verify_iovec() into copy_msghdr_from_user()Al Viro2014-11-19
* | {compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro2014-11-19