summaryrefslogtreecommitdiffstats
path: root/net/ipv6/inet6_hashtables.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-061-1/+1
|/
* net: tcp6: prefer listeners bound to an addressPeter Oskolkov2018-12-151-48/+6Star
* net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2018-11-081-8/+6Star
* bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-111-5/+9
* net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern2018-06-201-2/+2
* inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2017-12-031-0/+66
* net/reuseport: drop legacy codePaolo Abeni2017-11-301-9/+2Star
* net: ipv6: add second dif to inet6 socket lookupsDavid Ahern2017-08-071-11/+17
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-181-45/+1Star
* 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-281-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-051-41/+15Star
* tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet2016-04-051-4/+0Star
* tcp/dccp: remove BH disable/enable in lookupEric Dumazet2016-04-051-2/+0Star
* 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-131-0/+2
* inet: inet_twsk_deschedule factorizationEric Dumazet2015-07-101-2/+1Star
* inet: simplify timewait refcountingEric Dumazet2015-07-101-5/+1Star
* 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-191-1/+1
* ipv6: get rid of __inet6_hash()Eric Dumazet2015-03-191-37/+1Star
* inet: add IPv6 support to sk_ehashfn()Eric Dumazet2015-03-191-18/+4Star
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-191-5/+5
* ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-251-3/+0Star
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-251-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-201-3/+12
* ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-201-0/+24
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-39/+19Star
* tcp/dccp: remove twchainEric Dumazet2013-10-091-44/+31Star
* 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-071-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-091-1/+7
* tcp: connect() race with timewait reuseEric Dumazet2009-12-041-5/+10
* inet: rename some inet_sock fieldsEric Dumazet2009-10-191-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-241-35/+59
* net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet2008-11-211-8/+7Star