summaryrefslogtreecommitdiffstats
path: root/net/socket.c
AgeCommit message (Expand)AuthorLines
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-52/+167
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+4
2011-05-17net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsgAnton Blanchard-2/+4
2011-05-07net,rcu: convert call_rcu(wq_free_rcu) to kfree_rcu()Lai Jiangshan-10/+1
2011-05-05net: Add sendmmsg socket system callAnton Blanchard-43/+156
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2011-04-11v3 ethtool: add ntuple flow specifier data to network flow classifierAlexander Duyck-7/+7
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-18ethtool: Compat handling for struct ethtool_rxnfcBen Hutchings-7/+107
2011-02-23socket: suppress sparse warningsstephen hemminger-3/+5
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet-9/+14
2011-01-12pass default dentry_operations to mount_pseudo()Al Viro-15/+15
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+20
2011-01-07fs: scale mntget/mntputNick Piggin-2/+17
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin-1/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin-1/+1
2011-01-07fs: avoid inode RCU freeing for pseudo fsNick Piggin-8/+9
2011-01-07fs: icache RCU free inodesNick Piggin-8/+8
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+15
2010-12-10net: Document the kernel_recvmsg() functionMartin Lucina-0/+15
2010-11-12net: net_families __rcu annotationsEric Dumazet-5/+6
2010-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-0/+4
2010-10-30net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds-0/+4
2010-10-29convert get_sb_pseudo() usersAl Viro-6/+4
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+2
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-1/+2
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig-0/+1
2010-10-25new helper: ihold()Al Viro-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-14/+23
2010-10-21socket: localize functionsstephen hemminger-3/+4
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-10-01net: Export __sock_createPavel Emelyanov-1/+2
2010-09-08net: remove address space warnings in net/socket.cNamhyung Kim-6/+15
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp-5/+4
2010-07-18net: support time stamping in phy devices.Richard Cochran-0/+4
2010-07-18net: Remove MAX_SOCK_ADDR constantTetsuo Handa-9/+0
2010-06-03From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet-85/+79
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu-0/+9
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches-1/+1
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet-11/+36
2010-04-30net: speedup sock_recv_ts_and_drops()Eric Dumazet-2/+2
2010-04-21fasync: RCU and fine grained lockingEric Dumazet-62/+11
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+4
2010-04-06socket: remove duplicate declaration of struct timespecHagen Paul Pfeifer-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-27net: Add MSG_WAITFORONE flag to recvmmsgBrandon L Black-0/+4
2009-12-17fs: no games with DCACHE_UNHASHEDNick Piggin-19/+0
2009-12-16switch alloc_file() to passing struct pathAl Viro-8/+9
2009-12-16switch sock_alloc_file() to alloc_file()Al Viro-11/+11