summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-27UPSTREAM: net: socket: set sock->sk to NULL after calling proto_ops::release()Eric Biggers1-0/+1
2018-11-23Merge 4.9.136 into android-4.9Greg Kroah-Hartman189-671/+1167
2018-11-10net: socket: fix a missing-check bugWenwen Wang1-3/+8
2018-08-23UPSTREAM: socket: close race condition between sock_close() and sockfs_setattr()Cong Wang1-3/+15
2018-08-06Merge 4.9.118 into android-4.9Greg Kroah-Hartman30-61/+153
2018-08-06net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline1-0/+2
2018-01-31Merge 4.9.79 into android-4.9Greg Kroah-Hartman83-233/+512
2018-01-31bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov6-8/+49
2017-12-20Merge 4.9.71 into android-4.9Greg Kroah-Hartman180-692/+1122
2017-12-20net: initialize msg.msg_flags in recvfromAlexander Potapenko1-0/+1
2017-04-14UPSTREAM: net: socket: Make unnecessarily global sockfs_setattr() staticTobias Klauser1-1/+1
2017-03-02Merge branch 'upstream-linux-4.9.y' into android-4.9Todd Kjos31-122/+365
2017-02-26net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat1-1/+3
2017-01-31UPSTREAM: net: socket: don't set sk_uid to garbage value in ->setattr()Eric Biggers1-1/+1
2017-01-27UPSTREAM: net: core: Add a UID field to struct sock.Lorenzo Colitti3-1/+25
2016-11-17xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher2-8/+29
2016-11-09sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh1-0/+2
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher55-319/+0
2016-10-07sockfs: Get rid of getxattr iopAndreas Gruenbacher3-27/+47
2016-10-07sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute namesAndreas Gruenbacher1-18/+6
2016-05-20fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani4-44/+54
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1516-34039/+76286
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh5-18/+16
2016-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller3-18/+13
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro34-85/+94
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa10-17/+26
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh16-49/+93
2016-03-28[net] drop 'size' argument of sock_recvmsg()Al Viro3-18/+13
2016-03-14net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo1-19/+19
2016-03-14net: socket: use pr_info_once to tip the obsolete usage of PF_PACKETliping.zhang1-6/+2
2016-03-09net: Add MSG_BATCH flagTom Herbert2-0/+6
2016-03-09net: Allow MSG_EOR in each msghdr of sendmmsgTom Herbert1-4/+6
2016-03-09net: Make sock_alloc exportableTom Herbert2-1/+3
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2016-01-11net: add scheduling point in recvmmsg/sendmmsgEric Dumazet1-0/+2
2015-12-30net, 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 Dumazet5-33/+44
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet22-52/+60
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar3-5/+5
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman13-26/+26
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman3-24/+4
2015-04-15VFS: net/: d_inode() annotationsDavid Howells2-19/+19
2015-04-12make new_sync_{read,write}() staticAl Viro59-153/+11
2015-04-11new helper: msg_data_left()Al Viro8-23/+27
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro3-15/+16
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 Viro3-31/+20
2015-04-09net: switch sendto() and recvfrom() to import_single_range()Al Viro1-16/+8
2015-04-09Merge branch 'iocb' into for-davemAl Viro69-266/+199
[next]