summaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_hashtables.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: get rid of twsk_unique()Eric Dumazet2024-05-091-1/+2
* tcp: Fix refcnt handling in __inet_hash_connect().Kuniyuki Iwashima2024-03-141-1/+1
* inet: move inet_ehash_secret and udp_ehash_secret into net_hotdataEric Dumazet2024-03-071-2/+1
* dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().Kuniyuki Iwashima2024-02-161-1/+24
* tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima2023-12-221-2/+1
* tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima2023-12-221-4/+4
* tcp: Unlink sk from bhash.Kuniyuki Iwashima2023-12-221-3/+0
* tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).Kuniyuki Iwashima2023-12-221-3/+3
* tcp: Link bhash2 to bhash.Kuniyuki Iwashima2023-12-221-10/+11
* tcp: Rename tb in inet_bind2_bucket_(init|create)().Kuniyuki Iwashima2023-12-221-16/+16
* tcp: Save address type in inet_bind2_bucket.Kuniyuki Iwashima2023-12-221-16/+13
* tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.Kuniyuki Iwashima2023-12-221-17/+17
* tcp: Rearrange tests in inet_bind2_bucket_(addr_match|match_addr_any)().Kuniyuki Iwashima2023-12-221-13/+12
* tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima2023-12-221-1/+2
* tcp/dccp: change source port selection at connect() timeEric Dumazet2023-12-151-11/+16
* net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev2023-11-101-1/+1
* tcp: Fix listen() warning with v4-mapped-v6 address.Kuniyuki Iwashima2023-10-131-15/+9
* tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima2023-09-131-1/+6
* tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima2023-09-131-1/+2
* tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Kuniyuki Iwashima2023-09-131-15/+13
* net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfnLorenz Bauer2023-07-311-2/+0
* net: remove duplicate sk_lookup helpersLorenz Bauer2023-07-251-13/+13
* net: document inet[6]_lookup_reuseport sk_state requirementsLorenz Bauer2023-07-251-0/+15
* net: remove duplicate reuseport_lookup functionsLorenz Bauer2023-07-251-7/+13
* net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer2023-07-251-7/+8
* Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2023-07-191-15/+2
* ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima2023-03-291-7/+4
* tcp: Fix bind() conflict check for dual-stack wildcard address.Kuniyuki Iwashima2023-03-151-1/+7
* inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki2023-01-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-201-2/+15
|\
| * tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2023-01-191-2/+15
* | inet: fix fast path in __inet_hash_connect()Pietro Borrello2023-01-171-11/+1
|/
* tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima2022-12-301-3/+5
* Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\
| * treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* | dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-221-4/+34
* | dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-221-6/+39
* | dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().Kuniyuki Iwashima2022-11-221-7/+4
* | tcp: configurable source port perturb table sizeGleb Mazovetskiy2022-11-161-5/+5
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* once: rename _SLOW to _SLEEPABLEJason A. Donenfeld2022-10-031-2/+2
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-031-2/+2
* net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau2022-09-281-0/+10
* tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2022-09-201-0/+47
* tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-201-1/+1
* tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima2022-09-201-7/+7
* tcp: Clean up some functions.Kuniyuki Iwashima2022-09-201-14/+15
* net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-241-13/+255
* Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-161-182/+11
* tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song2022-06-081-4/+6