summaryrefslogtreecommitdiffstats
path: root/include/net/inet6_hashtables.h
Commit message (Expand)AuthorAgeFilesLines
* ipv6: use a stronger hash for tcpEric Dumazet2013-02-211-4/+4
* soreuseport: TCP/IPv6 implementationTom Herbert2013-01-231-1/+4
* ipv6: Early TCP socket demuxEric Dumazet2012-07-261-6/+7
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-2/+2
* tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-081-1/+1
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-2/+2
* net: skb->dst accessorsEric Dumazet2009-06-031-1/+1
* inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian2008-10-071-4/+8
* inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo2008-10-071-0/+11
* netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov2008-06-161-1/+2
* inet6: add struct net argument to inet6_ehashfnPavel Emelyanov2008-06-161-2/+5
* [SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo2008-02-031-1/+1
* [NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov2008-01-311-7/+10
* [INET]: Use jhash + random secret for ehash.David S. Miller2007-04-251-5/+7
* [IPV6]: annotate inet6_hashtablesAl Viro2006-12-021-8/+8
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [IPV6]: Deinline few large functions in inet6 codeDenis Vlasenko2006-04-091-67/+3
* [IPV6]: Introduce inet6_timewait_sockArnaldo Carvalho de Melo2006-01-031-3/+3
* [IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hashArnaldo Carvalho de Melo2006-01-031-0/+26
* [INET]: speedup inet (tcp/dccp) lookupsEric Dumazet2005-10-031-11/+10
* [INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.cArnaldo Carvalho de Melo2005-08-291-1/+105
* [IPV6]: Generalise the tcp_v6_lookup routinesArnaldo Carvalho de Melo2005-08-291-0/+26