aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-10net: socket: removed an unnecessary newlineAmit Kushwaha1-1/+0
2016-12-08net: socket: preferred __aligned(size) for control bufferAmit Kushwaha1-1/+2
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-1/+6
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+15
2016-11-17xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher1-0/+15
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-11-09sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh1-0/+2
2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti1-0/+14
2016-10-31net: add an ioctl to get a socket network namespaceAndrey Vagin1-0/+13
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-1/+0
2016-10-06sockfs: Get rid of getxattr iopAndreas Gruenbacher1-20/+30
2016-10-06sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute namesAndreas Gruenbacher1-18/+6
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani1-3/+5
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-21/+15
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh1-3/+0
2016-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-13/+10
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-1/+1
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa1-1/+1
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-5/+5
2016-03-28[net] drop 'size' argument of sock_recvmsg()Al Viro1-13/+10
2016-03-14net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo1-19/+19
2016-03-13net: socket: use pr_info_once to tip the obsolete usage of PF_PACKETliping.zhang1-6/+2
2016-03-09net: Add MSG_BATCH flagTom Herbert1-0/+5
2016-03-09net: Allow MSG_EOR in each msghdr of sendmmsgTom Herbert1-4/+6
2016-03-09net: Make sock_alloc exportableTom Herbert1-1/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-10net: 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 Dumazet1-14/+7
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-2/+2
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-3/+3
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-2/+2
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman1-3/+0
2015-04-15VFS: net/: d_inode() annotationsDavid Howells1-3/+3
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11new helper: msg_data_left()Al Viro1-2/+2
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro1-13/+14
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 Viro1-19/+12
2015-04-09net: switch sendto() and recvfrom() to import_single_range()Al Viro1-16/+8
2015-04-09Merge branch 'iocb' into for-davemAl Viro1-3/+3
2015-03-23net: socket: add support for async operationstadeusz.struk@intel.com1-2/+6
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2015-03-20net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro1-0/+4
2015-03-13fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig1-6/+3
2015-03-12fs: remove ki_nbytesChristoph Hellwig1-3/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-65/+13