summaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_hashtables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* inet: Avoid unitialized variable warning in inet_unhash()Geert Uytterhoeven2018-02-011-4/+2
* net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao2017-12-201-1/+1
* inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2017-12-031-9/+159
* inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau2017-12-031-2/+9
* net/reuseport: drop legacy codePaolo Abeni2017-11-301-9/+2
* soreuseport: fix initialization raceCraig Gallek2017-10-221-4/+1
* net: ipv4: add second dif to inet socket lookupsDavid Ahern2017-08-071-10/+17
* net: make sk_ehashfn() staticEric Dumazet2017-07-031-1/+1
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2