summaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_hashtables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Add a second bind table hashed by port and addressJoanne Koong2022-05-201-11/+182
* inet: rename INET_MATCH()Eric Dumazet2022-05-161-4/+4
* ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet2022-05-161-1/+1
* inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2022-05-131-10/+5
* net: inet: Retire port only listening_hashMartin KaFai Lau2022-05-121-38/+9
* net: inet: Open code inet_hash2 and inet_unhash2Martin KaFai Lau2022-05-121-55/+33
* net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau2022-05-121-6/+0
* tcp: drop the hash_32() part from the index calculationWilly Tarreau2022-05-041-1/+1
* tcp: increase source port perturb table to 2^16Willy Tarreau2022-05-041-4/+5
* tcp: dynamically allocate the perturb table used by source portsWilly Tarreau2022-05-041-2/+10
* tcp: add small random increments to the source portWilly Tarreau2022-05-041-4/+5
* tcp: use different parts of the port_offset for index and offsetWilly Tarreau2022-05-041-1/+1
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-041-4/+6
* tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior2022-02-091-21/+32
* bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-101-4/+4