index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
inet_hashtables.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-27
Revert "tcp: avoid the lookup process failing to get sk in ehash table"
Kuniyuki Iwashima
1
-15
/
+2
2023-06-05
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
1
-1
/
+1
2023-03-22
tcp: Fix bind() conflict check for dual-stack wildcard address.
Kuniyuki Iwashima
1
-1
/
+7
2023-03-10
inet: fix fast path in __inet_hash_connect()
Pietro Borrello
1
-11
/
+1
2023-02-01
tcp: avoid the lookup process failing to get sk in ehash table
Jason Xing
1
-2
/
+15
2023-01-12
tcp: Add TIME_WAIT sockets in bhash2.
Kuniyuki Iwashima
1
-3
/
+5
2022-11-23
dccp/tcp: Fixup bhash2 bucket when connect() fails.
Kuniyuki Iwashima
1
-4
/
+34
2022-11-23
dccp/tcp: Update saddr under bhash's lock.
Kuniyuki Iwashima
1
-6
/
+39
2022-11-23
dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().
Kuniyuki Iwashima
1
-7
/
+4
2022-11-16
tcp: configurable source port perturb table size
Gleb Mazovetskiy
1
-5
/
+5
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-04
once: rename _SLOW to _SLEEPABLE
Jason A. Donenfeld
1
-2
/
+2
2022-10-03
once: add DO_ONCE_SLOW() for sleepable contexts
Eric Dumazet
1
-2
/
+2
2022-09-29
net: Fix incorrect address comparison when searching for a bind2 bucket
Martin KaFai Lau
1
-0
/
+10
2022-09-20
tcp: Introduce optional per-netns ehash.
Kuniyuki Iwashima
1
-0
/
+47
2022-09-20
tcp: Access &tcp_hashinfo via net.
Kuniyuki Iwashima
1
-1
/
+1
2022-09-20
tcp: Set NULL to sk->sk_prot->h.hashinfo.
Kuniyuki Iwashima
1
-7
/
+7
2022-09-20
tcp: Clean up some functions.
Kuniyuki Iwashima
1
-14
/
+15
2022-08-25
net: Add a bhash2 table hashed by port and address
Joanne Koong
1
-13
/
+255
2022-06-16
Revert "net: Add a second bind table hashed by port and address"
Joanne Koong
1
-182
/
+11
2022-06-09
tcp: use alloc_large_system_hash() to allocate table_perturb
Muchun Song
1
-4
/
+6
2022-05-21
net: Add a second bind table hashed by port and address
Joanne Koong
1
-11
/
+182
2022-05-16
inet: rename INET_MATCH()
Eric Dumazet
1
-4
/
+4
2022-05-16
ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
Eric Dumazet
1
-1
/
+1
2022-05-13
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
1
-10
/
+5
2022-05-13
net: inet: Retire port only listening_hash
Martin KaFai Lau
1
-38
/
+9
2022-05-13
net: inet: Open code inet_hash2 and inet_unhash2
Martin KaFai Lau
1
-55
/
+33
2022-05-13
net: inet: Remove count from inet_listen_hashbucket
Martin KaFai Lau
1
-6
/
+0
2022-05-05
tcp: drop the hash_32() part from the index calculation
Willy Tarreau
1
-1
/
+1
2022-05-05
tcp: increase source port perturb table to 2^16
Willy Tarreau
1
-4
/
+5
2022-05-05
tcp: dynamically allocate the perturb table used by source ports
Willy Tarreau
1
-2
/
+10
2022-05-05
tcp: add small random increments to the source port
Willy Tarreau
1
-4
/
+5
2022-05-05
tcp: use different parts of the port_offset for index and offset
Willy Tarreau
1
-1
/
+1
2022-05-05
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
1
-4
/
+6
2022-02-10
tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.
Sebastian Andrzej Siewior
1
-21
/
+32
2021-11-11
bpf: Add ingress_ifindex to bpf_sk_lookup
Mark Pashmfouroush
1
-4
/
+4
2021-10-15
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
1
-1
/
+1
2021-10-07
net: prefer socket bound to interface when not in VRF
Mike Manning
1
-1
/
+3
2021-06-15
tcp: Keep TCP_CLOSE sockets in the reuseport group.
Kuniyuki Iwashima
1
-1
/
+1
2021-02-12
tcp: add some entropy in __inet_hash_connect()
Eric Dumazet
1
-0
/
+5
2021-02-12
tcp: change source port randomizarion at connect() time
Eric Dumazet
1
-3
/
+17
2020-11-24
tcp: fix race condition when creating child sockets from syncookies
Ricardo Dias
1
-8
/
+60
2020-08-31
net: ipv4: remove unused arg exact_dif in compute_score
Miaohe Lin
1
-4
/
+2
2020-08-12
net: initialize fastreuse on inet_inherit_port
Tim Froidcoeur
1
-0
/
+1
2020-07-18
inet: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
1
-0
/
+31
2020-07-18
inet: Extract helper for selecting socket from reuseport group
Jakub Sitnicki
1
-9
/
+20
2019-12-14
tcp/dccp: fix possible race __inet_lookup_established()
Eric Dumazet
1
-8
/
+8
2019-10-30
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
1
-1
/
+1
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+1
2019-06-06
net: ipv4: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
1
-1
/
+1
[next]