aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16net: fixes for skb_send_sockJohn Fastabend1-1/+1
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert1-0/+27
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-07-25socket: fix set not used warningstephen hemminger1-4/+2
2017-07-24net/socket: fix type in assignment and trim long linePaolo Abeni1-2/+3
2017-07-15Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-17/+14
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2017-07-04copy_msghdr_from_user(): get rid of field-by-field copyinAl Viro1-17/+14
2017-06-14fs/fcntl: f_setown, allow returning errorJiri Slaby1-2/+1
2017-05-22net: socket: fix a typo in sockfd_lookup().Rosen, Rami1-1/+1
2017-05-21net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar1-2/+18
2017-05-21net: add new control message for incoming HW-timestamped packetsMiroslav Lichvar1-1/+26
2017-04-17l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran1-1/+1
2017-04-06New kernel function to get IP overhead on a socket.R. Parameswaran1-0/+46
2017-03-21tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh1-1/+1
2017-03-21tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh1-1/+12
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-2/+2
2017-03-09net: initialize msg.msg_flags in recvfromAlexander Potapenko1-0/+1
2017-02-21net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat1-1/+3
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-10net: socket: Make unnecessarily global sockfs_setattr() staticTobias Klauser1-1/+1
2017-01-09net: change init_inodecache() return voidyuan linyu1-4/+2
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-04net: Assert at build time the assumptions we make about the CMSG header.David S. Miller1-0/+2
2017-01-01net: socket: don't set sk_uid to garbage value in ->setattr()Eric Biggers1-1/+1
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