remove final fastcall users
[safe/jmp/linux-2.6] / net / core / sock.c
2008-02-14 Harvey Harrisonremove final fastcall users
2008-02-01 Laszlo Attila Toth[NET]: Introducing socket mark socket option.
2008-01-28 Eric Dumazet[NET]: prot_inuse cleanups and optimizations
2008-01-28 Eric Dumazet[NET]: Add some acquires/releases sparse annotations.
2008-01-28 Eric Dumazet[PATCH] use SK_MEM_QUANTUM_SHIFT in __sk_mem_reclaim()
2008-01-28 Hideo Aoki[NET] CORE: Introducing new memory accounting interface.
2008-01-28 Pavel Emelyanov[NET]: Name magic constants in sock_wake_async()
2008-01-28 Arnaldo Carvalho... [NET] proto: Use pcounters for the inuse field
2008-01-28 Oliver Hartkopp[CAN]: Allocate protocol numbers for PF_CAN
2008-01-28 Pavel Emelyanov[NET]: Move sock_valbool_flag to socket.c
2008-01-28 Wang Chen[IPV4]: Add raw drops counter.
2007-11-13 Adrian Bunk[NET]: Unexport sysctl_{r,w}mem_max.
2007-11-07 Pavel Emelyanov[NET]: Clean proto_(un)register from in-code ifdefs
2007-11-07 Eric Dumazet[NET]: Define infrastructure to keep 'inuse' changes...
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-11-01 Pavel Emelyanov[NET]: Remove bogus zero_it argument from sk_alloc
2007-11-01 Pavel Emelyanov[NET]: Make the sk_clone() lighter
2007-11-01 Pavel Emelyanov[NET]: Move some core sock setup into sk_prot_alloc
2007-11-01 Pavel Emelyanov[NET]: Auto-zero the allocated sock object
2007-11-01 Pavel Emelyanov[NET]: Cleanup the allocation/freeing of the sock object
2007-11-01 Pavel Emelyanov[NET]: Move the get_net() from sock_copy()
2007-11-01 Pavel Emelyanov[NET]: Move the sock_copy() from the header
2007-10-26 Adrian Bunk[NET]: Unexport sock_enable_timestamp().
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-18 Pavel Emelyanov[NET]: Move the filter releasing into a separate call
2007-10-18 Pavel Emelyanov[NET]: Introduce the sk_detach_filter() call
2007-10-13 Randy Dunlapnet core: fix kernel-doc for new function parameters
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-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-10 John Heffner[NET]: Change type of owner in sock_lock_t to int,...
2007-09-14 David S. Miller[NET]: Fix two issues wrt. SO_BINDTODEVICE.
2007-07-22 David Howells[NET]: Add missing entries to family name tables
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-07-19 Peter Zijlstralockdep: fixup sk_callback_lock annotation
2007-07-19 YOSHIFUJI Hideaki[NET] CORE: Fix whitespace errors.
2007-07-11 Andrew Morton[NET]: "wrong timeout value in sk_wait_data()": cleanups
2007-07-11 Pavel Emelianov[NET]: Make some network-related proc files use seq_lis...
2007-06-04 Herbert Xu[NET] gso: Fix GSO feature mask in sk_setup_caps
2007-05-24 Vasily Averin[NET]: "wrong timeout value" in sk_wait_data() v2
2007-04-26 David Howells[AF_RXRPC]: Provide secure RxRPC sockets for use by...
2007-04-26 Andi Kleen[NET]: Move sk_setup_caps() out of line.
2007-04-26 Stephen Hemminger[NET]: make seq_operations const
2007-04-26 Eric Dumazet[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support
2007-04-26 Stephen Hemminger[NET] core: whitespace cleanup
2007-04-26 Eric Dumazet[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps...
2007-04-26 Eric Dumazet[NET]: convert network timestamps to ktime_t
2007-04-26 Eric Dumazet[NET]: Keep sk_backlog near sk_lock
2007-03-22 Dave Jones[NET]: fix up misplaced inlines.
2007-03-06 Johannes Berg[NET]: Fix compat_sock_common_getsockopt typo.
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 YOSHIFUJI Hideaki[NET] CORE: Fix whitespace errors.
2006-12-07 Peter Zijlstra[PATCH] lockdep: annotate nfs/nfsd in-kernel sockets
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-04 Al Viro[PATCH] severing skbuff.h -> highmem.h
2006-12-03 Arnaldo Carvalho... [NET]: Conditionally use bh_lock_sock_nested in sk_rece...
2006-12-03 Peter Zijlstra[BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLU...
2006-11-05 Larry Woodman[NET]: __alloc_pages() failures reported due to fragmen...
2006-10-11 Peter ZijlstraLockdep: add lockdep_set_class_and_subclass() and lockd...
2006-09-22 Dmitry Mishin[NET]: Fix sk->sk_filter field access
2006-09-22 Brian Haley[NET/IPV4/IPV6]: Change some sysctl variables to __read...
2006-09-22 Venkat Yekkirala[MLSXFRM]: Add security sid to sock
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate sk_locks
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate sock_lock_init()
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Catherine Zhang[AF_UNIX]: Datagram getpeersec
2006-06-18 Chris Leech[I/OAT]: Structure changes for TCP recv offload to...
2006-03-31 Andrew Morton[NET]: add SO_RCVBUF comment
2006-03-29 Denis Vlasenko[NET]: deinline 200+ byte inlines in sock.h
2006-03-24 David S. Miller[NET]: Ensure device name passed to SO_BINDTODEVICE...
2006-03-21 Arnaldo Carvalho... [NET]: Identation & other cleanups related to compat_...
2006-03-21 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
2006-03-21 Catherine Zhang[SECURITY]: TCP/UDP getpeersec
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-03 Arnaldo Carvalho... [TWSK]: Introduce struct timewait_sock_ops
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-10-28 Al Viro[PATCH] gfp_t: net/*
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-09-27 Frank Filz[NET]: Fix module reference counts for loadable protoco...
2005-09-07 Patrick McHardy[NET]: proto_unregister: fix sleeping while atomic
2005-09-06 Eric Dumazet[NET]: Make sure l_linger is unsigned to avoid negative...
2005-09-06 David S. Miller[NET]: Do not protect sysctl_optmem_max with CONFIG_SYSCTL
2005-08-29 Arnaldo Carvalho... [SOCK]: Introduce sk_clone
2005-08-29 Arnaldo Carvalho... [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
2005-08-29 Arnaldo Carvalho... [NET]: Cleanup INET_REFCNT_DEBUG code
2005-08-29 Patrick McHardy[NET]: Introduce SO_{SND,RCV}BUFFORCE socket options
2005-07-27 Kyle Moffett[NET]: Fix setsockopt locking bug
2005-07-08 Victor Fusco[NET]: Fix sparse warnings
2005-06-19 Arnaldo Carvalho... [NET] Generalise TCP's struct open_request minisock...
2005-05-05 Jesper Juhl[PATCH] update Ross Biro bouncing email address
2005-05-05 Arnaldo Carvalho... [IPV6]: Fix OOPS when using IPV6_ADDRFORM
2005-05-01 Pavel Pisa[PATCH] DocBook: changes and extensions to the kernel...
2005-04-26 Al Viro[NET]: kill gratitious includes of major.h
2005-04-26 Al Viro[PATCH] kill gratitious includes of major.h under net/*
2005-04-20 Arnaldo Carvalho... [SOCK]: on failure free the sock from the right place
2005-04-16 Arnaldo Carvalho... [PATCH] net: don't call kmem_cache_create with a spinlo...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2