summaryrefslogtreecommitdiffstats
path: root/include/net/inet_hashtables.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima2023-12-221-4/+0
* tcp: Unlink sk from bhash.Kuniyuki Iwashima2023-12-221-1/+0
* tcp: Link bhash2 to bhash.Kuniyuki Iwashima2023-12-221-1/+3
* tcp: Save address type in inet_bind2_bucket.Kuniyuki Iwashima2023-12-221-0/+1
* tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.Kuniyuki Iwashima2023-12-221-7/+4
* net: Fix slab-out-of-bounds in inet[6]_steal_sockLorenz Bauer2023-08-151-1/+1
* tcp/dccp: cache line align inet_hashinfoEric Dumazet2023-08-041-1/+1
* bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-2/+47
* net: remove duplicate sk_lookup helpersLorenz Bauer2023-07-251-0/+7
* net: remove duplicate reuseport_lookup functionsLorenz Bauer2023-07-251-5/+10
* net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer2023-07-251-0/+5
* tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima2022-12-301-0/+4
* dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-221-0/+1
* dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-221-1/+1
* net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau2022-09-281-0/+3
* tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2022-09-201-0/+6
* tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima2022-09-201-0/+10
* net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-241-2/+78
* net: allow unbound socket for packets in VRF when tcp_l3mdev_accept setMike Manning2022-07-291-16/+3
* tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima2022-07-151-1/+1
* Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-161-67/+1
* net: Add a second bind table hashed by port and addressJoanne Koong2022-05-201-1/+67
* inet: rename INET_MATCH()Eric Dumazet2022-05-161-1/+1
* inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2022-05-131-19/+16
* net: inet: Retire port only listening_hashMartin KaFai Lau2022-05-121-40/+1
* net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau2022-05-121-1/+0
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-041-1/+1
* tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau2021-07-231-0/+6
* tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-231-2/+3
* dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai2020-06-091-0/+6
* net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-301-2/+1
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-131-3/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: dccp: fix kernel crash on module loadPeter Oskolkov2018-12-241-0/+1
* net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2018-11-071-0/+11
* net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2018-11-071-7/+6
* inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2017-12-031-6/+22
* inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau2017-12-031-0/+1
* net: ipv4: add second dif to inet socket lookupsDavid Ahern2017-08-071-14/+17
* net: make sk_ehashfn() staticEric Dumazet2017-07-031-1/+0
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* inet: reset tb->fastreuseport when adding a reuseport skJosef Bacik2017-01-181-0/+9
* inet: kill smallest_size and smallest_portJosef Bacik2017-01-181-1/+0
* inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-181-4/+1
* tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-041-16/+24
* tcp/dccp: remove BH disable/enable in lookupEric Dumazet2016-04-041-6/+1
* soreuseport: fast reuseport TCP socket selectionCraig Gallek2016-02-111-1/+4
* inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-111-6/+12
* sock: struct proto hash function may errorCraig Gallek2016-02-111-1/+1
* tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-231-2/+2