summaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_hashtables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-051-1/+1
|/
* net: dccp: fix kernel crash on module loadPeter Oskolkov2018-12-241-8/+26
* net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov2018-12-171-0/+1
* net: tcp: prefer listeners bound to an addressPeter Oskolkov2018-12-141-52/+8
* net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2018-11-071-8/+6
* net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2018-11-071-5/+15
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-111-5/+9
* bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-111-2/+3
* net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern2018-06-201-2/+2