aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c
AgeCommit message (Expand)Author
2017-04-17l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran
2017-04-06New kernel function to get IP overhead on a socket.R. Parameswaran
2017-03-21tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh
2017-03-21tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-09net: initialize msg.msg_flags in recvfromAlexander Potapenko
2017-02-21net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-10net: socket: Make unnecessarily global sockfs_setattr() staticTobias Klauser
2017-01-09net: change init_inodecache() return voidyuan linyu
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-04net: Assert at build time the assumptions we make about the CMSG header.David S. Miller
2017-01-01net: socket: don't set sk_uid to garbage value in ->setattr()Eric Biggers
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-10net: socket: removed an unnecessary newlineAmit Kushwaha
2016-12-08net: socket: preferred __aligned(size) for control bufferAmit Kushwaha
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-17xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-09sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh
2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti
2016-10-31net: add an ioctl to get a socket network namespaceAndrey Vagin
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-06sockfs: Get rid of getxattr iopAndreas Gruenbacher
2016-10-06sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute namesAndreas Gruenbacher
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh
2016-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2016-03-28[net] drop 'size' argument of sock_recvmsg()Al Viro
2016-03-14net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo
2016-03-13net: socket: use pr_info_once to tip the obsolete usage of PF_PACKETliping.zhang
2016-03-09net: Add MSG_BATCH flagTom Herbert
2016-03-09net: Allow MSG_EOR in each msghdr of sendmmsgTom Herbert
2016-03-09net: Make sock_alloc exportableTom Herbert
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-10net: add scheduling point in recvmmsg/sendmmsgEric Dumazet
2015-12-30net, socket, socket_wq: fix missing initialization of flagsNicolai Stange
2015-12-15net: fix uninitialized variable issuetadeusz.struk@intel.com
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman
2015-04-15VFS: net/: d_inode() annotationsDavid Howells