summaryrefslogtreecommitdiffstats
path: root/include/net/inet6_hashtables.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2018-11-081-3/+2Star
* net: ipv6: add second dif to inet6 socket lookupsDavid Ahern2017-08-071-9/+13
* tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-051-4/+8
* inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-111-4/+7
* inet: create IPv6-equivalent inet_hash functionCraig Gallek2016-02-111-0/+2
* ipv6: get rid of __inet6_hash()Eric Dumazet2015-03-191-2/+0Star
* ipv6: move INET6_MATCH() to include/net/inet6_hashtables.hWANG Cong2014-11-051-0/+10
* ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-181-2/+3
* ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-201-21/+7Star
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-3/+2Star
* inet*.h: Remove extern from function prototypesJoe Perches2013-09-211-20/+18Star
* ipv6: use a stronger hash for tcpEric Dumazet2013-02-221-4/+4
* soreuseport: TCP/IPv6 implementationTom Herbert2013-01-231-1/+4
* ipv6: Early TCP socket demuxEric Dumazet2012-07-271-6/+7
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-121-2/+2
* tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-091-1/+1
* inet: rename some inet_sock fieldsEric Dumazet2009-10-191-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-171-1/+2
* inet6: add struct net argument to inet6_ehashfnPavel Emelyanov2008-06-171-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-02-011-7/+10
* [INET]: Use jhash + random secret for ehash.David S. Miller2007-04-261-5/+7
* [IPV6]: annotate inet6_hashtablesAl Viro2006-12-031-8/+8
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0Star
* [IPV6]: Deinline few large functions in inet6 codeDenis Vlasenko2006-04-101-67/+3Star
* [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/+10Star
* [INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.cArnaldo Carvalho de Melo2005-08-301-1/+105
* [IPV6]: Generalise the tcp_v6_lookup routinesArnaldo Carvalho de Melo2005-08-301-0/+26