summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-52/+167
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-171-2/+4
| |\
| | * net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsgAnton Blanchard2011-05-171-2/+4
| * | net: Add sendmmsg socket system callAnton Blanchard2011-05-051-43/+156
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-111-1/+1
| |\ \ | | |/
| * | v3 ethtool: add ntuple flow specifier data to network flow classifierAlexander Duyck2011-04-111-7/+7
* | | net,rcu: convert call_rcu(wq_free_rcu) to kfree_rcu()Lai Jiangshan2011-05-071-10/+1
| |/ |/|
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* ethtool: Compat handling for struct ethtool_rxnfcBen Hutchings2011-03-181-7/+107
* socket: suppress sparse warningsstephen hemminger2011-02-231-3/+5
* net: add __rcu annotations to sk_wq and wqEric Dumazet2011-02-221-9/+14
* pass default dentry_operations to mount_pseudo()Al Viro2011-01-121-15/+15
* Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-071-4/+20
|\
| * fs: scale mntget/mntputNick Piggin2011-01-071-2/+17
| * fs: improve scalability of pseudo filesystemsNick Piggin2011-01-071-1/+1
| * fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
| * fs: avoid inode RCU freeing for pseudo fsNick Piggin2011-01-071-8/+9
| * fs: icache RCU free inodesNick Piggin2011-01-071-8/+8
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-0/+15
|\ \ | |/
| * net: Document the kernel_recvmsg() functionMartin Lucina2010-12-101-0/+15
* | net: net_families __rcu annotationsEric Dumazet2010-11-121-5/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-10-301-0/+4
|\
| * net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds2010-10-301-0/+4
* | convert get_sb_pseudo() usersAl Viro2010-10-291-6/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-261-1/+2
|\ \
| * | fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
| * | new helper: ihold()Al Viro2010-10-251-1/+1
| |/
* | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-261-1/+2
|\ \ | |/ |/|
| * net: Export __sock_createPavel Emelyanov2010-10-011-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-14/+23
|\ \
| * | socket: localize functionsstephen hemminger2010-10-211-3/+4
| * | net: remove address space warnings in net/socket.cNamhyung Kim2010-09-081-6/+15
| * | net: simplify flags for tx timestampingOliver Hartkopp2010-08-191-5/+4
| |/
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* net: support time stamping in phy devices.Richard Cochran2010-07-181-0/+4
* net: Remove MAX_SOCK_ADDR constantTetsuo Handa2010-07-181-9/+0
* From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet2010-06-031-85/+79
* cls_cgroup: Store classid in struct sockHerbert Xu2010-05-241-0/+9
* net: Remove unnecessary semicolons after switch statementsJoe Perches2010-05-171-1/+1
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-011-11/+36
* net: speedup sock_recv_ts_and_drops()Eric Dumazet2010-04-301-2/+2
* fasync: RCU and fine grained lockingEric Dumazet2010-04-211-62/+11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-0/+4
|\ \ | |/
| * net: Add MSG_WAITFORONE flag to recvmmsgBrandon L Black2010-03-271-0/+4
* | socket: remove duplicate declaration of struct timespecHagen Paul Pfeifer2010-04-061-3/+2
|/
* fs: no games with DCACHE_UNHASHEDNick Piggin2009-12-171-19/+0
* switch alloc_file() to passing struct pathAl Viro2009-12-161-8/+9
* switch sock_alloc_file() to alloc_file()Al Viro2009-12-161-11/+11
OpenPOWER on IntegriCloud