summaryrefslogtreecommitdiffstats
path: root/net/ipv6/inet6_hashtables.c
Commit message (Expand)AuthorAgeFilesLines
* inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-181-45/+1
* inet: Fix missing return value in inet6_hashCraig Gallek2016-10-291-2/+4
* net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2016-10-171-3/+4
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-1/+1
* ipv6: fix inet6_lookup_listener()Eric Dumazet2016-04-091-2/+2
* tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-041-41/+15
* tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet2016-04-041-4/+0
* tcp/dccp: remove BH disable/enable in lookupEric Dumazet2016-04-041-2/+0
* soreuseport: fast reuseport TCP socket selectionCraig Gallek2016-02-111-1/+15
* inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-111-2/+6
* inet: create IPv6-equivalent inet_hash functionCraig Gallek2016-02-111-0/+56
* net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-121-0/+2
* inet: inet_twsk_deschedule factorizationEric Dumazet2015-07-091-2/+1
* inet: simplify timewait refcountingEric Dumazet2015-07-091-5/+1
* tcp: connect() from bound sockets can be fasterEric Dumazet2015-05-271-2/+6
* tcp/dccp: get rid of central timewait timerEric Dumazet2015-04-131-1/+1
* inet: get rid of last __inet_hash_connect() argumentEric Dumazet2015-03-181-1/+1
* ipv6: get rid of __inet6_hash()Eric Dumazet2015-03-181-37/+1
* inet: add IPv6 support to sk_ehashfn()Eric Dumazet2015-03-181-18/+4
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-181-5/+5
* ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-241-3/+0
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-1/+1
* net: use reciprocal_scale() helperDaniel Borkmann2014-08-231-1/+1
* inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa2013-10-191-3/+12
* ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-191-0/+24
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-39/+19
* tcp/dccp: remove twchainEric Dumazet2013-10-081-44/+31
* net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2013-10-021-1/+1
* soreuseport: TCP/IPv6 implementationTom Herbert2013-01-231-3/+16
* net: move inet_dport/inet_num in sock_commonEric Dumazet2012-11-301-8/+19
* net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-061-0/+1
* Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl2011-01-191-1/+1
* tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-081-1/+7
* tcp: connect() race with timewait reuseEric Dumazet2009-12-031-5/+10
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-6/+6
* tcp: replace ehash_size by ehash_maskEric Dumazet2009-10-131-1/+1
* ipv6: don't use tw net when accounting for recycled twPavel Emelyanov2009-02-261-2/+2
* net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet2008-11-231-35/+59
* net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet2008-11-201-8/+7
* net: listening_hash get a spinlock per bucketEric Dumazet2008-11-201-11/+12
* net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-161-23/+47
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-2/+2
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-2/+2
* inet6: add struct net argument to inet6_ehashfnPavel Emelyanov2008-06-161-3/+3
* inet: add struct net argument to inet_lhashfnPavel Emelyanov2008-06-161-1/+2
* [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov2008-03-311-2/+2
* [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* [SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov2008-03-221-1/+1
* [INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations.Pavel Emelyanov2008-02-051-1/+1