summaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_hashtables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-151-1/+1
* net: prefer socket bound to interface when not in VRFMike Manning2021-10-071-1/+3
* tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima2021-06-151-1/+1
* tcp: add some entropy in __inet_hash_connect()Eric Dumazet2021-02-111-0/+5
* tcp: change source port randomizarion at connect() timeEric Dumazet2021-02-111-3/+17
* tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-231-8/+60
* net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin2020-08-311-4/+2
* net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-08-111-0/+1
* inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-0/+31
* inet: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-171-9/+20
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-131-8/+8
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-1/+1