ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / net / socket.c
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.
2008-03-21 Pavel Emelyanov[DLCI]: Fix tiny race between module unload and sock_ioctl.
2008-02-15 Rémi Denis-Courmont[NET]: Make sure sockets implement splice_read
2008-01-28 Pavel Emelyanov[NET] sysctl: make sysctl_somaxconn per-namespace
2008-01-28 Pavel Emelyanov[NET]: Name magic constants in sock_wake_async()
2008-01-28 Pavel Emelyanov[NET]: Use sockfd_lookup_light in the rest of the net...
2008-01-28 Jens Axboe[TCP]: Splice receive support.
2007-11-13 Trond Myklebust[NET]: Add the helper kernel_sock_shutdown()
2007-10-30 David S. Miller[NET]: Fix error reporting in sys_socketpair().
2007-10-17 Dave Hansenr/o bind mounts: filesystem helpers for custom 'struct...
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-11 Tony Battersby[NET]: sanitize kernel_accept() error path
2007-10-10 Stephen Hemminger[NET]: sparse warning fixes
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-09-27 David S. Miller[NET]: Zero length write() on socket should not simply...
2007-08-15 Herbert Xu[NET]: Fix unbalanced rcu_read_unlock in __sock_create
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-16 Ulrich DrepperO_CLOEXEC for SCM_RIGHTS
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-08 Eric DumazetVFS: delay the dentry name generation on sockets and...
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-04-26 Arnaldo Carvalho... [SOCKET]: Export __sock_recv_timestamp
2007-04-26 Eric Dumazet[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support
2007-04-26 Stephen Hemminger[NET] core: whitespace cleanup
2007-03-26 Alexey Dobriyan[NET]: Correct accept(2) recovery after sock_attach_fd()
2007-02-18 Al Viro[PATCH] AUDIT_FD_PAIR
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 8
2007-02-11 YOSHIFUJI Hideaki[NET]: Fix whitespace errors.
2007-02-08 David S. Miller[NET]: Fix net/socket.c warnings.
2007-02-08 Eric Dumazet[NET]: cleanup sock_from_file()
2006-12-08 Josef Sipek[PATCH] struct path: convert net
2006-12-07 Eric Dumazet[PATCH] net: don't insert socket dentries into dentry_h...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-12-03 Adrian Bunk[NET]: The scheduled removal of the frame diverter.
2006-10-02 Eric W. Biederman[PATCH] file: modify struct fown_struct to use a struct pid
next