开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
inet_hashtables.c
Age
Commit message (
Expand
)
Author
2022-09-28
net: Fix incorrect address comparison when searching for a bind2 bucket
Martin KaFai Lau
2022-09-20
tcp: Introduce optional per-netns ehash.
Kuniyuki Iwashima
2022-09-20
tcp: Access &tcp_hashinfo via net.
Kuniyuki Iwashima
2022-09-20
tcp: Set NULL to sk->sk_prot->h.hashinfo.
Kuniyuki Iwashima
2022-09-20
tcp: Clean up some functions.
Kuniyuki Iwashima
2022-08-24
net: Add a bhash2 table hashed by port and address
Joanne Koong
2022-06-16
Revert "net: Add a second bind table hashed by port and address"
Joanne Koong
2022-06-08
tcp: use alloc_large_system_hash() to allocate table_perturb
Muchun Song
2022-05-20
net: Add a second bind table hashed by port and address
Joanne Koong
2022-05-16
inet: rename INET_MATCH()
Eric Dumazet
2022-05-16
ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
Eric Dumazet
2022-05-13
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
2022-05-12
net: inet: Retire port only listening_hash
Martin KaFai Lau
2022-05-12
net: inet: Open code inet_hash2 and inet_unhash2
Martin KaFai Lau
2022-05-12
net: inet: Remove count from inet_listen_hashbucket
Martin KaFai Lau
2022-05-04
tcp: drop the hash_32() part from the index calculation
Willy Tarreau
2022-05-04
tcp: increase source port perturb table to 2^16
Willy Tarreau
2022-05-04
tcp: dynamically allocate the perturb table used by source ports
Willy Tarreau
2022-05-04
tcp: add small random increments to the source port
Willy Tarreau
2022-05-04
tcp: use different parts of the port_offset for index and offset
Willy Tarreau
2022-05-04
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
2022-02-09
tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.
Sebastian Andrzej Siewior
2021-11-10
bpf: Add ingress_ifindex to bpf_sk_lookup
Mark Pashmfouroush
2021-10-15
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
2021-10-07
net: prefer socket bound to interface when not in VRF
Mike Manning
2021-06-15
tcp: Keep TCP_CLOSE sockets in the reuseport group.
Kuniyuki Iwashima
2021-02-11
tcp: add some entropy in __inet_hash_connect()
Eric Dumazet
2021-02-11
tcp: change source port randomizarion at connect() time
Eric Dumazet
2020-11-23
tcp: fix race condition when creating child sockets from syncookies
Ricardo Dias
2020-08-31
net: ipv4: remove unused arg exact_dif in compute_score
Miaohe Lin
2020-08-11
net: initialize fastreuse on inet_inherit_port
Tim Froidcoeur
2020-07-17
inet: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-17
inet: Extract helper for selecting socket from reuseport group
Jakub Sitnicki
2019-12-13
tcp/dccp: fix possible race __inet_lookup_established()
Eric Dumazet
2019-10-30
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-05
net: ipv4: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-12-24
net: dccp: fix kernel crash on module load
Peter Oskolkov
2018-12-17
net: dccp: initialize (addr,port) listening hashtable
Peter Oskolkov
2018-12-14
net: tcp: prefer listeners bound to an address
Peter Oskolkov
2018-11-07
net: ensure unbound stream socket to be chosen when not in a VRF
Mike Manning
2018-11-07
net: allow binding socket in a VRF when there's an unbound socket
Robert Shearman
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-08-11
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
Martin KaFai Lau
2018-08-11
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-06-20
net/tcp: Fix socket lookups with SO_BINDTODEVICE
David Ahern
2018-02-01
inet: Avoid unitialized variable warning in inet_unhash()
Geert Uytterhoeven
2017-12-20
net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...
Yafang Shao
2017-12-03
inet: Add a 2nd listener hashtable (port+addr)
Martin KaFai Lau
[next]