tcp: kill eff_sacks "cache", the sole user can calculate itself
[safe/jmp/linux-2.6] / include / net / sock.h
2009-02-24 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-02-18 David S. Millernet: Kill skb_truesize_check(), it only catches false...
2009-02-16 Patrick Ohlynet: socket infrastructure for SO_TIMESTAMPING
2009-02-15 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-02-13 Andrew Mortonnet: don't use in_atomic() in gfp_any()
2009-02-05 Herbert Xunet: Reexport sock_alloc_send_pskb
2008-11-26 Eric Dumazetnet: Use a percpu_counter for orphan_count
2008-11-26 Eric Dumazetnet: Use a percpu_counter for sockets_allocated
2008-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-17 Eric Dumazetudp: Use hlist_nulls in UDP RCU code
2008-11-14 Ingo Molnarlockdep: include/linux/lockdep.h - fix warning in net...
2008-11-13 Alexey Dobriyannet: ifdef struct sock::sk_async_wait_queue
2008-11-12 Ingo Molnarlockdep: include/linux/lockdep.h - fix warning in net...
2008-11-04 Alexey Dobriyannet: #ifdef ->sk_security
2008-10-31 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-10-31 Randy Dunlapnet: delete excess kernel-doc notation
2008-10-29 Eric Dumazetudp: introduce sk_for_each_rcu_safenext()
2008-10-29 Eric Dumazetudp: RCU handling for Unicast packets.
2008-10-29 Eric Dumazetudp: introduce struct udp_table and multiple spinlocks
2008-10-28 Alexey Dobriyannet: reduce structures when XFRM=n
2008-10-07 Peter Zijlstranet: wrap sk->sk_backlog_rcv()
2008-10-07 KOVACS Krisztianinet: Don't lookup the socket if there's a socket attac...
2008-08-28 Alexey Dobriyannet: more #ifdef CONFIG_COMPAT
2008-07-17 Pavel Emelyanovsock: add net to prot->enter_memory_pressure callback
2008-06-18 David S. Millernet: Add sk_set_socket() helper.
2008-06-18 Eric Dumazetudp: sk_drops handling
2008-06-17 David S. Millernet: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users.
2008-06-15 Brian Haleynet: change proto destroy method to return void
2008-04-16 Denis V. Lunev[NETNS]: Add netns refcnt debug for kernel sockets.
2008-04-10 Stephen Hemmingersocket: sk_filter deinline
2008-04-01 Pavel Emelyanov[SOCK][NETNS]: Add a struct net argument to sock_prot_i...
2008-03-28 Pavel Emelyanov[SOCK]: Drop inuse pcounter from struct proto (v2).
2008-03-28 Pavel Emelyanov[SOCK]: Drop per-proto inuse init and fre functions...
2008-03-28 Pavel Emelyanov[SOCK]: Introduce a percpu inuse counters array (v2).
2008-03-28 Pavel Emelyanov[SOCK]: Enumerate struct proto-s to facilitate percpu...
2008-03-26 Denis V. Lunev[NETNS]: Compilation warnings under CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-22 Pavel Emelyanov[RAW]: Add raw_hashinfo member on struct proto.
2008-03-22 Pavel Emelyanov[SOCK]: Add udp_hash member to struct proto.
2008-03-21 Stephen Hemmingersocket: SOCK_DEBUG type checking
2008-03-21 Peter P Waskiewicz Jr[NET]: Add per-connection option to set max TSO frame...
2008-02-29 Denis V. Lunev[NET]: Make netlink_kernel_release publically available...
2008-02-19 Randy Dunlapnet: fix kernel-doc warnings in header files
2008-02-03 Arnaldo Carvalho... [SOCK] proto: Add hashinfo member to struct proto
2008-02-01 Laszlo Attila Toth[NET]: Introducing socket mark socket option.
2008-01-28 David S. Miller[TCP]: Do not purge sk_forward_alloc entirely in tcp_de...
2008-01-28 Eric Dumazet[NET]: prot_inuse cleanups and optimizations
2008-01-28 Hideo Aoki[NET] CORE: Introducing new memory accounting interface.
2008-01-28 Eric Dumazet[SOCK] Avoid divides in sk_stream_pages() and __sk_stre...
2008-01-28 Eric Dumazet[SOCK] Avoid integer divides where not necessary in...
2008-01-28 Harvey Harrison[NET]: Remove FASTCALL macro
2008-01-28 Pavel Emelyanov[NET]: Isolate the net/core/ sysctl table
2008-01-28 Denis V. Lunev[NET]: netns compilation speedup
2008-01-28 Pavel Emelyanov[NET]: Eliminate unused argument from sk_stream_alloc_pskb
2008-01-28 Pavel Emelyanov[NET]: Uninline the sk_stream_alloc_pskb
2008-01-28 Arnaldo Carvalho... [NET] proto: Use pcounters for the inuse field
2008-01-28 Pavel Emelyanov[NET]: Move sock_valbool_flag to socket.c
2008-01-28 Wang Chen[IPV4]: Add raw drops counter.
2008-01-09 Eric Dumazet[SOCK]: Adds a rcu_dereference() in sk_filter
2007-11-19 Herbert Xu[TCP]: Fix TCP header misalignment
2007-11-14 Herbert Xu[TCP]: Fix size calculation in sk_stream_alloc_pskb
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]: Move the sock_copy() from the header
2007-10-18 Pavel Emelyanov[NET]: Fix the race between sk_filter_(de|at)tach and...
2007-10-18 Pavel Emelyanov[NET]: Move the filter releasing into a separate call
2007-10-10 Stephen Hemminger[NET]: sparse warning fixes
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Add a network namespace parameter to struct...
2007-10-10 John Heffner[NET]: Change type of owner in sock_lock_t to int,...
2007-10-10 Ilpo Järvinen[NET]: DIV_ROUND_UP cleanup (part two)
2007-05-31 Arnaldo Carvalho... [SOCK]: Shrink struct sock by 8 bytes on 64-bit.
2007-05-08 Christoph Hellwigcleanup compat ioctl handling
2007-04-26 Andi Kleen[NET]: Move sk_setup_caps() out of line.
2007-04-26 Eric Dumazet[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support
2007-04-26 Stephen Hemminger[NET]: Replace CONFIG_NET_DEBUG with sysctl.
2007-04-26 Eric Dumazet[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps...
2007-04-26 David S. Miller[TCP]: Abstract out all write queue operations.
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-06 David S. Miller[NET]: Revert incorrect accept queue backlog changes.
2007-03-03 Wei Dong[NET]: Fix bugs in "Whether sock accept queue is full...
2007-02-28 Patrick McHardy[NET]: Handle disabled preemption in gfp_any()
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 -> mm.h
2006-12-03 Arnaldo Carvalho... [NET]: Conditionally use bh_lock_sock_nested in sk_rece...
2006-12-03 Al Viro[NET]: Annotate callers of csum_partial_copy_...()...
2006-12-03 Peter Zijlstra[BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLU...
2006-11-25 Paul Bonser[NET]: Re-fix of doc-comment in sock.h
2006-10-23 Randy Dunlap[NET]: kernel-doc fix for sock.h
2006-10-01 Badari Pulavarty[PATCH] Vectorize aio_read/aio_write fileop methods
2006-09-22 Dmitry Mishin[NET]: Fix sk->sk_filter field access
2006-09-22 Venkat Yekkirala[MLSXFRM]: Auto-labeling of child sockets
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 bh_lock_sock()
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate sock_lock_init()
2006-06-30 Herbert Xu[NET]: Generalise TSO-specific bits from skb_setup_caps
2006-06-29 Michael Chan[NET]: Add ECN support for TSO
next