UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / net / socket.c
2011-07-15 Anton Blanchardnet: recvmmsg: Strip MSG_WAITFORONE when calling recvmsg
2011-03-27 Ben Hutchingsethtool: Compat handling for struct ethtool_rxnfc
2011-01-13 Al Viropass default dentry_operations to mount_pseudo()
2011-01-07 Linus TorvaldsMerge branch 'vfs-scale-working' of git://git./linux...
2011-01-07 Nick Pigginfs: scale mntget/mntput
2011-01-07 Nick Pigginfs: improve scalability of pseudo filesystems
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: avoid inode RCU freeing for pseudo fs
2011-01-07 Nick Pigginfs: icache RCU free inodes
2010-12-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-12-10 Martin Lucinanet: Document the kernel_recvmsg() function
2010-11-12 Eric Dumazetnet: net_families __rcu annotations
2010-10-31 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-10-30 Linus Torvaldsnet: Truncate recvfrom and sendto length to INT_MAX.
2010-10-29 Al Viroconvert get_sb_pseudo() users
2010-10-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-26 Linus TorvaldsMerge branch 'for-2.6.37' of git://linux-nfs.org/~bfiel...
2010-10-26 Christoph Hellwigfs: do not assign default i_ino in new_inode
2010-10-26 Al Vironew helper: ihold()
2010-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2010-10-21 stephen hemmingersocket: localize functions
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-10-01 Pavel Emelyanovnet: Export __sock_create
2010-09-08 Namhyung Kimnet: remove address space warnings in net/socket.c
2010-08-19 Oliver Hartkoppnet: simplify flags for tx timestamping
2010-07-19 Richard Cochrannet: support time stamping in phy devices.
2010-07-18 Tetsuo Handanet: Remove MAX_SOCK_ADDR constant
2010-06-04 Eric DumazetFrom abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep...
2010-05-24 Herbert Xucls_cgroup: Store classid in struct sock
2010-05-18 Joe Perchesnet: Remove unnecessary semicolons after switch statements
2010-05-01 Eric Dumazetnet: sock_def_readable() and friends RCU conversion
2010-04-30 Eric Dumazetnet: speedup sock_recv_ts_and_drops()
2010-04-21 Eric Dumazetfasync: RCU and fine grained locking
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-07 Hagen Paul Pfeifersocket: remove duplicate declaration of struct timespec
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-27 Brandon L Blacknet: Add MSG_WAITFORONE flag to recvmmsg
2009-12-17 Nick Pigginfs: no games with DCACHE_UNHASHED
2009-12-16 Al Viroswitch alloc_file() to passing struct path
2009-12-16 Al Viroswitch sock_alloc_file() to alloc_file()
2009-12-16 Al Viromerge sock_alloc_fd/sock_attach_fd into a new helper
2009-12-16 Al Viroreorder alloc_fd/attach_fd in socketpair()
2009-12-02 Jean-Mickael Guerinnet: compat_mmsghdr must be used in sys_recvmmsg
2009-11-12 Arnd Bergmannnet/atm: move all compat_ioctl handling to atm/ioctl.c
2009-11-12 Arnd Bergmannnet/compat: fix dev_ifsioc emulation corner cases
2009-11-09 Arnd Bergmannnet/compat_ioctl: support SIOCWANDEV
2009-11-09 Arnd Bergmannnet, compat_ioctl: fix SIOCGMII ioctls
2009-11-07 Arnd Bergmannnet, compat_ioctl: handle more ioctls correctly
2009-11-07 Arnd Bergmanncompat: move sockios handling to net/socket.c
2009-11-07 Arnd Bergmannnet: copy socket ioctl code to net/socket.h
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-10-13 Arnaldo Carvalho... net: Introduce recvmmsg socket syscall
2009-10-12 Neil Hormannet: Generalize socket rx gap / receive queue overflow...
2009-10-09 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-10-07 Johannes Bergwext: refactor
2009-10-07 Eric Dumazetnet: speedup sk_wake_async()
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-28 Arjan van de Vennet: Add explicit bound checks in net/socket.c
2009-09-23 Nick BlackMove magic numbers into magic.h
2009-09-22 Alexey Dobriyanconst: mark remaining super_operations const
2009-09-15 Eric Dumazet[PATCH] net: kmemcheck annotation in struct socket
2009-08-13 Linus TorvaldsMake sock_sendpage() use kernel_sendpage()
2009-04-07 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-04-04 Eric Dumazetsocket: use percpu_add() while updating sockets_in_use
2009-03-28 Paul Moorelsm: Remove the socket_post_accept() hook
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Al Viroconstify dentry_operations: rest
2009-03-26 Linus TorvaldsMerge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
2009-03-16 Jonathan CorbetMove FASYNC bit handling to f_op->fasync()
2009-02-16 Patrick Ohlynet: socket infrastructure for SO_TIMESTAMPING
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 22
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 21
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 07
2009-01-04 Al Virosanitize audit_fd_pair()
2009-01-04 Al Virosanitize audit_socketcall
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2008-12-25 James MorrisMerge branch 'next' into for-linus
2008-12-24 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-12-19 Wei Yongjunnet: Fix module refcount leak in kernel_accept()
2008-12-04 James MorrisMerge branch 'master' into next
2008-11-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-20 Ulrich Drepperreintroduce accept4
2008-11-13 David HowellsCRED: Wrap task credential accesses in the networking...
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-04 Jianjun Kongnet: remove two duplicated #include
2008-11-01 Al Virosaner FASYNC handling on file close
2008-10-16 Johannes Bergnet: Remove CONFIG_KMOD from net/ (towards removing...
2008-09-23 Michael Kerrisksys_paccept: disable paccept() until API design is...
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-24 Ulrich Drepperflag parameters: check magic constants
2008-07-24 Ulrich Drepperflag parameters: NONBLOCK in socket and socketpair
2008-07-24 Ulrich Drepperflag parameters: paccept w/out set_restore_sigmask
2008-07-24 Ulrich Drepperflag parameters: paccept
2008-07-24 Ulrich Drepperflag parameters: socket and socketpair
2008-07-20 YOSHIFUJI Hideakinet: Use standard structures for generic socket address...
2008-06-17 David S. Millerwext: Dispatch and handle compat ioctls entirely in...
2008-04-23 Adrian Bunknet: Unexport move_addr_to_{kernel,user}
2008-04-01 Pavel Emelyanov[NETNS]: Introduce a netns_core structure.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
next