index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
inet_hashtables.c
Age
Commit message (
Expand
)
Author
2025-09-23
tcp: Update bind bucket state on port release
Jakub Sitnicki
2025-09-22
tcp: Remove redundant sk_unhashed() in inet_unhash().
Kuniyuki Iwashima
2025-09-22
tcp: Remove inet6_hash().
Kuniyuki Iwashima
2025-09-22
tcp: Remove osk from __inet_hash() arg.
Kuniyuki Iwashima
2025-09-01
tcp: Remove sk->sk_prot->orphan_count.
Kuniyuki Iwashima
2025-08-25
tcp: Don't pass hashinfo to socket lookup helpers.
Kuniyuki Iwashima
2025-08-25
tcp: Remove hashinfo test for inet6?_lookup_run_sk_lookup().
Kuniyuki Iwashima
2025-08-25
tcp: Remove sk_protocol test for tcp_twsk_unique().
Kuniyuki Iwashima
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
2025-05-16
net: rfs: add sock_rps_delete_flow() helper
Eric Dumazet
2025-04-11
tcp: Rename tcp_or_dccp_get_hashinfo().
Kuniyuki Iwashima
2025-04-11
net: Unexport shared functions for DCCP.
Kuniyuki Iwashima
2025-03-06
inet: call inet6_ehashfn() once from inet6_hash_connect()
Eric Dumazet
2025-03-06
inet: change lport contribution to inet_ehashfn() and inet6_ehashfn()
Eric Dumazet
2025-03-06
tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()
Eric Dumazet
2025-03-04
tcp: use RCU lookup in __inet_hash_connect()
Eric Dumazet
2025-03-04
tcp: add RCU management to inet_bind_bucket
Eric Dumazet
2025-03-04
tcp: use RCU in __inet{6}_check_established()
Eric Dumazet
2024-08-05
inet: constify 'struct net' parameter of various lookup helpers
Eric Dumazet
2024-08-05
inet: constify inet_sk_bound_dev_eq() net parameter
Eric Dumazet
2024-05-09
tcp: get rid of twsk_unique()
Eric Dumazet
2024-03-14
tcp: Fix refcnt handling in __inet_hash_connect().
Kuniyuki Iwashima
2024-03-07
inet: move inet_ehash_secret and udp_ehash_secret into net_hotdata
Eric Dumazet
2024-02-16
dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().
Kuniyuki Iwashima
2023-12-22
tcp: Remove dead code and fields for bhash2.
Kuniyuki Iwashima
2023-12-22
tcp: Link sk and twsk to tb2->owners using skc_bind_node.
Kuniyuki Iwashima
2023-12-22
tcp: Unlink sk from bhash.
Kuniyuki Iwashima
2023-12-22
tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).
Kuniyuki Iwashima
2023-12-22
tcp: Link bhash2 to bhash.
Kuniyuki Iwashima
2023-12-22
tcp: Rename tb in inet_bind2_bucket_(init|create)().
Kuniyuki Iwashima
2023-12-22
tcp: Save address type in inet_bind2_bucket.
Kuniyuki Iwashima
2023-12-22
tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.
Kuniyuki Iwashima
2023-12-22
tcp: Rearrange tests in inet_bind2_bucket_(addr_match|match_addr_any)().
Kuniyuki Iwashima
2023-12-22
tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.
Kuniyuki Iwashima
2023-12-15
tcp/dccp: change source port selection at connect() time
Eric Dumazet
2023-11-10
net: set SOCK_RCU_FREE before inserting socket into hashtable
Stanislav Fomichev
2023-10-13
tcp: Fix listen() warning with v4-mapped-v6 address.
Kuniyuki Iwashima
2023-09-13
tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.
Kuniyuki Iwashima
2023-09-13
tcp: Fix bind() regression for v4-mapped-v6 wildcard address.
Kuniyuki Iwashima
2023-09-13
tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...
Kuniyuki Iwashima
2023-07-31
net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfn
Lorenz Bauer
2023-07-25
net: remove duplicate sk_lookup helpers
Lorenz Bauer
2023-07-25
net: document inet[6]_lookup_reuseport sk_state requirements
Lorenz Bauer
2023-07-25
net: remove duplicate reuseport_lookup functions
Lorenz Bauer
2023-07-25
net: export inet_lookup_reuseport and inet6_lookup_reuseport
Lorenz Bauer
2023-07-19
Revert "tcp: avoid the lookup process failing to get sk in ehash table"
Kuniyuki Iwashima
2023-03-29
ipv6: Remove in6addr_any alternatives.
Kuniyuki Iwashima
2023-03-15
tcp: Fix bind() conflict check for dual-stack wildcard address.
Kuniyuki Iwashima
2023-01-25
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
2023-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
[next]