summaryrefslogtreecommitdiff
path: root/include/net/inet_hashtables.h
Commit message (Expand)AuthorAge
* inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2017-12-03
* inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau2017-12-03
* net: ipv4: add second dif to inet socket lookupsDavid Ahern2017-08-07
* net: make sk_ehashfn() staticEric Dumazet2017-07-03
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* inet: reset tb->fastreuseport when adding a reuseport skJosef Bacik2017-01-18
* inet: kill smallest_size and smallest_portJosef Bacik2017-01-18
* inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-18
* tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-04
* tcp/dccp: remove BH disable/enable in lookupEric Dumazet2016-04-04
* soreuseport: fast reuseport TCP socket selectionCraig Gallek2016-02-11
* inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-11
* sock: struct proto hash function may errorCraig Gallek2016-02-11
* tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-23
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-03
* inet: constify __inet_inherit_port() sock argumentEric Dumazet2015-09-29
* inet: simplify timewait refcountingEric Dumazet2015-07-09
* tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet2015-05-26
* inet_hashinfo: remove bsocket counterEric Dumazet2015-05-21
* inet: get rid of last __inet_hash_connect() argumentEric Dumazet2015-03-18
* ipv6: get rid of __inet6_hash()Eric Dumazet2015-03-18
* inet: add IPv6 support to sk_ehashfn()Eric Dumazet2015-03-18
* net: introduce sk_ehashfn() helperEric Dumazet2015-03-18
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-18
* net: Introduce possible_net_tEric W. Biederman2015-03-12
* net: Use a more standard macro for INET_ADDR_COOKIEJoe Perches2014-05-14
* tcp/dccp: remove twchainEric Dumazet2013-10-08
* inet: consolidate INET_TW_MATCHEric Dumazet2013-10-03
* inet*.h: Remove extern from function prototypesJoe Perches2013-09-21
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* soreuseport: TCP/IPv4 implementationTom Herbert2013-01-23
* net: fix sparse endianness warnings on sock_commonEric Dumazet2012-12-02
* net: move inet_dport/inet_num in sock_commonEric Dumazet2012-11-30
* ipv4: Early TCP socket demux.David S. Miller2012-06-19
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* tproxy: fix hash locking issue when using port redirection in __inet_inherit_...Balazs Scheidler2010-10-21
* tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-08
* inet: fix inet_bind_bucket_for_eachLucian Adrian Grijincu2009-11-13
* inet: rename some inet_sock fieldsEric Dumazet2009-10-18
* tcp: replace ehash_size by ehash_maskEric Dumazet2009-10-13
* net: skb->dst accessorsEric Dumazet2009-06-03
* net: move bsockets outside of read only beginning of struct inet_hashinfoEric Dumazet2009-02-01
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-30
|\
| * net: wrong test in inet_ehash_locks_alloc()Eric Dumazet2009-01-27
* | inet: Allowing more than 64k connections and heavily optimize bind(0) time.Evgeniy Polyakov2009-01-21
|/
* net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet2008-11-23
* net: use net_eq() in INET_MATCH and INET_TW_MATCHEric Dumazet2008-11-21
* net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet2008-11-20
* net: listening_hash get a spinlock per bucketEric Dumazet2008-11-20
* net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-16