summaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-21socket: localize functionsstephen hemminger1-3/+4
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-02net: Export __sock_createPavel Emelyanov1-1/+2
2010-09-09net: remove address space warnings in net/socket.cNamhyung Kim1-6/+15
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-5/+4
2010-07-19net: support time stamping in phy devices.Richard Cochran1-0/+4
2010-07-19net: Remove MAX_SOCK_ADDR constantTetsuo Handa1-9/+0
2010-06-04From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet1-85/+79
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu1-0/+9
2010-05-18net: Remove unnecessary semicolons after switch statementsJoe Perches1-1/+1
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet1-11/+36
2010-05-01net: speedup sock_recv_ts_and_drops()Eric Dumazet1-2/+2
2010-04-22fasync: RCU and fine grained lockingEric Dumazet1-62/+11
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+4
2010-04-07socket: remove duplicate declaration of struct timespecHagen Paul Pfeifer1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-27net: Add MSG_WAITFORONE flag to recvmmsgBrandon L Black1-0/+4
2009-12-17fs: no games with DCACHE_UNHASHEDNick Piggin1-19/+0
2009-12-16switch alloc_file() to passing struct pathAl Viro1-8/+9
2009-12-16switch sock_alloc_file() to alloc_file()Al Viro1-11/+11
2009-12-16merge sock_alloc_fd/sock_attach_fd into a new helperAl Viro1-57/+23
2009-12-16reorder alloc_fd/attach_fd in socketpair()Al Viro1-17/+14
2009-12-02net: compat_mmsghdr must be used in sys_recvmmsgJean-Mickael Guerin1-6/+18
2009-11-12net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann1-218/+0
2009-11-12net/compat: fix dev_ifsioc emulation corner casesArnd Bergmann1-45/+72
2009-11-09net/compat_ioctl: support SIOCWANDEVArnd Bergmann1-0/+23
2009-11-09net, compat_ioctl: fix SIOCGMII ioctlsArnd Bergmann1-0/+3
2009-11-07net, compat_ioctl: handle more ioctls correctlyArnd Bergmann1-14/+17
2009-11-07compat: move sockios handling to net/socket.cArnd Bergmann1-228/+240