summaryrefslogtreecommitdiff
path: root/net/ipv4/inet_hashtables.c
AgeCommit message (Expand)Author
2023-12-15tcp/dccp: change source port selection at connect() timeEric Dumazet
2023-11-10net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev
2023-10-13tcp: Fix listen() warning with v4-mapped-v6 address.Kuniyuki Iwashima
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima
2023-09-13tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Kuniyuki Iwashima
2023-07-31net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfnLorenz Bauer
2023-07-25net: remove duplicate sk_lookup helpersLorenz Bauer
2023-07-25net: document inet[6]_lookup_reuseport sk_state requirementsLorenz Bauer
2023-07-25net: remove duplicate reuseport_lookup functionsLorenz Bauer
2023-07-25net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer
2023-07-19Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima
2023-03-15tcp: Fix bind() conflict check for dual-stack wildcard address.Kuniyuki Iwashima
2023-01-25inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-19tcp: avoid the lookup process failing to get sk in ehash tableJason Xing
2023-01-17inet: fix fast path in __inet_hash_connect()Pietro Borrello
2022-12-30tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-22dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima
2022-11-22dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima
2022-11-22dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().Kuniyuki Iwashima
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-16tcp: configurable source port perturb table sizeGleb Mazovetskiy
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-03once: rename _SLOW to _SLEEPABLEJason A. Donenfeld
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet
2022-09-28net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima
2022-09-20tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima
2022-09-20tcp: Clean up some functions.Kuniyuki Iwashima
2022-08-24net: Add a bhash2 table hashed by port and addressJoanne Koong
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong
2022-06-08tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong
2022-05-16inet: rename INET_MATCH()Eric Dumazet
2022-05-16ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet
2022-05-13inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau
2022-05-12net: inet: Open code inet_hash2 and inet_unhash2Martin KaFai Lau
2022-05-12net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau
2022-05-04tcp: drop the hash_32() part from the index calculationWilly Tarreau
2022-05-04tcp: increase source port perturb table to 2^16Willy Tarreau
2022-05-04tcp: dynamically allocate the perturb table used by source portsWilly Tarreau
2022-05-04tcp: add small random increments to the source portWilly Tarreau
2022-05-04tcp: use different parts of the port_offset for index and offsetWilly Tarreau
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-02-09tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior