summaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-07net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng1-14/+10
2015-05-10net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha1-0/+3
2014-04-30net: socket: error on a negative msg_namelenMatthew Leach1-0/+4
2014-01-03net: clamp ->msg_namelen instead of returning an errorDan Carpenter1-1/+1
2014-01-03net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa1-1/+2
2014-01-03net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-8/+11
2013-11-28net: heap overflow in __audit_sockaddr()Dan Carpenter1-4/+20
2013-06-29net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msgAndy Lutomirski1-22/+45
2012-09-19net: fix info leak in compat dev_ifconf()Mathias Krause1-0/+1
2012-05-11tcp: allow splice() to build full TSO packetsEric Dumazet1-3/+3
2012-02-03net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-4/+6
2011-08-25sendmmsg/sendmsg: fix unsafe user pointer accessMathieu Desnoyers1-4/+6
2011-08-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+40
2011-08-05net: Fix security_socket_sendmsg() bypass problem.Tetsuo Handa1-9/+34
2011-08-05net: Cap number of elements for sendmmsgAnton Blanchard1-0/+3
2011-08-05net: sendmmsg should only return an error if no messages were sentAnton Blanchard1-24/+3
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2011-07-28net: sock_sendmsg_nosec() is staticEric Dumazet1-1/+1
2011-07-26vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet1-1/+1
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-52/+167
2011-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+4
2011-05-17net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsgAnton Blanchard1-2/+4
2011-05-08net,rcu: convert call_rcu(wq_free_rcu) to kfree_rcu()Lai Jiangshan1-10/+1
2011-05-05net: Add sendmmsg socket system callAnton Blanchard1-43/+156
2011-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-04-12v3 ethtool: add ntuple flow specifier data to network flow classifierAlexander Duyck1-7/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-19ethtool: Compat handling for struct ethtool_rxnfcBen Hutchings1-7/+107
2011-02-24socket: suppress sparse warningsstephen hemminger1-3/+5
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet1-9/+14
2011-01-13pass default dentry_operations to mount_pseudo()Al Viro1-15/+15
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+20
2011-01-07fs: scale mntget/mntputNick Piggin1-2/+17
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin1-1/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: avoid inode RCU freeing for pseudo fsNick Piggin1-8/+9
2011-01-07fs: icache RCU free inodesNick Piggin1-8/+8
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+15
2010-12-10net: Document the kernel_recvmsg() functionMartin Lucina1-0/+15
2010-11-13net: net_families __rcu annotationsEric Dumazet1-5/+6
2010-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+4
2010-10-31net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds1-0/+4
2010-10-29convert get_sb_pseudo() usersAl Viro1-6/+4
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2010-10-26fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-26new helper: ihold()Al Viro1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-14/+23