Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / net / ipv6 / inet6_hashtables.c
2009-12-09 Eric Dumazettcp: Fix a connect() race with timewait sockets
2009-12-04 Eric Dumazettcp: connect() race with timewait reuse
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-13 Eric Dumazettcp: replace ehash_size by ehash_mask
2009-02-26 Pavel Emelyanovipv6: don't use tw net when accounting for recycled tw
2008-11-24 Eric Dumazetnet: Convert TCP/DCCP listening hash tables to use RCU
2008-11-21 Eric Dumazetnet: convert TCP/DCCP ehash rwlocks to spinlocks
2008-11-20 Eric Dumazetnet: listening_hash get a spinlock per bucket
2008-11-17 Eric Dumazetnet: Convert TCP & DCCP hash tables to use RCU / hlist_...
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-07-17 Pavel Emelyanovmib: add net to NET_INC_STATS_BH
2008-06-17 Pavel Emelyanovinet6: add struct net argument to inet6_ehashfn
2008-06-17 Pavel Emelyanovinet: add struct net argument to inet_lhashfn
2008-04-01 Pavel Emelyanov[SOCK][NETNS]: Add a struct net argument to sock_prot_i...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit namespace comparision without CONFIG_...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-22 Pavel Emelyanov[SOCK]: Add udp_hash member to struct proto.
2008-02-05 Pavel Emelyanov[INET]: Fix accidentally broken inet(6)_hash_connect...
2008-02-03 Arnaldo Carvalho... [SOCK] proto: Add hashinfo member to struct proto
2008-02-01 Pavel Emelyanov[NETNS]: Tcp-v6 sockets per-net lookup.
2008-02-01 Pavel Emelyanov[INET]: Consolidate inet(6)_hash_connect.
2008-02-01 Pavel Emelyanov[IPV6]: Introduce the INET6_TW_MATCH macro.
2008-01-28 Eric Dumazet[NET]: prot_inuse cleanups and optimizations
2008-01-21 Pavel Emelyanov[IPV6]: Mischecked tw match in __inet6_check_established.
2007-11-07 Eric Dumazet[INET]: Remove per bucket rwlock in tcp/dccp ehash...
2007-10-19 Anton Arapov[INET]: Justification for local port range robustness.
2007-10-11 Stephen Hemminger[INET]: local port range robustness
2007-02-13 YOSHIFUJI Hideaki[IPV6] HASHTABLES: Use appropriate seed for caluculatin...
2007-02-11 YOSHIFUJI Hideaki[NET] IPV6: Fix whitespace errors.
2007-02-08 Eric Dumazet[NET]: change layout of ehash table
2006-12-03 Al Viro[IPV6]: annotate inet6_hashtables
2006-09-29 Al Viro[IPV4]: INET_MATCH() annotations
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-04-10 Denis Vlasenko[IPV6]: Deinline few large functions in inet6 code
2006-03-13 Herbert Xu[TCP]: Fix zero port problem in IPv6
2006-01-03 Arnaldo Carvalho... [INET6]: Generalise tcp_v6_hash_connect
2005-08-29 Arnaldo Carvalho... [INET6_HASHTABLES]: Move inet6_lookup functions to...