aboutsummaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)Author
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds
2012-01-04ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman
2011-11-09net: add wireless TX status socket optionJohannes Berg
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-08-24sendmmsg/sendmsg: fix unsafe user pointer accessMathieu Desnoyers
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-05net: Fix security_socket_sendmsg() bypass problem.Tetsuo Handa
2011-08-05net: Cap number of elements for sendmmsgAnton Blanchard
2011-08-05net: sendmmsg should only return an error if no messages were sentAnton Blanchard
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-07-27net: sock_sendmsg_nosec() is staticEric Dumazet
2011-07-26vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-17net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsgAnton Blanchard
2011-05-07net,rcu: convert call_rcu(wq_free_rcu) to kfree_rcu()Lai Jiangshan
2011-05-05net: Add sendmmsg socket system callAnton Blanchard
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-11v3 ethtool: add ntuple flow specifier data to network flow classifierAlexander Duyck
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-18ethtool: Compat handling for struct ethtool_rxnfcBen Hutchings
2011-02-23socket: suppress sparse warningsstephen hemminger
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet
2011-01-12pass default dentry_operations to mount_pseudo()Al Viro
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-01-07fs: scale mntget/mntputNick Piggin
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: avoid inode RCU freeing for pseudo fsNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-10net: Document the kernel_recvmsg() functionMartin Lucina
2010-11-12net: net_families __rcu annotationsEric Dumazet
2010-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-10-30net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds
2010-10-29convert get_sb_pseudo() usersAl Viro
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-25new helper: ihold()Al Viro
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-21socket: localize functionsstephen hemminger
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-01net: Export __sock_createPavel Emelyanov
2010-09-08net: remove address space warnings in net/socket.cNamhyung Kim
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
2010-07-18net: support time stamping in phy devices.Richard Cochran