index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
inet_connection_sock.h
Age
Commit message (
Expand
)
Author
2025-03-25
tcp/dccp: remove icsk->icsk_ack.timeout
Eric Dumazet
2025-03-25
tcp/dccp: remove icsk->icsk_timeout
Eric Dumazet
2025-03-24
tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().
Kuniyuki Iwashima
2025-03-24
tcp: move icsk_clean_acked to a better location
Eric Dumazet
2025-03-18
tcp: cache RTAX_QUICKACK metric in a hot cache line
Eric Dumazet
2025-02-11
tcp: add the ability to control max RTO
Eric Dumazet
2025-02-07
tcp: rename inet_csk_{delete|reset}_keepalive_timer()
Eric Dumazet
2025-01-04
tcp/dccp: allow a connection when sk_max_ack_backlog is zero
Zhongqiu Duan
2024-10-04
tcp: add a fast path in tcp_delack_timer()
Eric Dumazet
2024-10-04
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
2024-06-25
Fix race for duplicate reqsk on identical SYN
luoxuanqiang
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
2024-04-02
tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog
Jason Xing
2024-04-01
inet: preserve const qualifier in inet_csk()
Eric Dumazet
2024-03-25
tcp: properly terminate timers for kernel sockets
Eric Dumazet
2024-01-19
tcp: make sure init the accept_queue's spinlocks once
Zhengchao Shao
2023-10-25
ipv6: drop feature RTAX_FEATURE_ALLFRAG
Yan Zhai
2023-10-16
tcp: Set pingpong threshold via sysctl
Haiyang Zhang
2023-10-10
tcp: record last received ipv6 flowlabel
David Morley
2023-08-16
inet: move inet->is_icsk to inet->inet_flags
Eric Dumazet
2023-08-13
net: tcp: send zero-window ACK when no memory
Menglong Dong
2022-08-24
net: Add a bhash2 table hashed by port and address
Joanne Koong
2022-07-22
Revert "tcp: change pingpong threshold to 3"
Wei Wang
2022-06-16
Revert "net: Add a second bind table hashed by port and address"
Joanne Koong
2022-05-20
net: Add a second bind table hashed by port and address
Joanne Koong
2022-05-12
net: inet: Retire port only listening_hash
Martin KaFai Lau
2022-02-02
tcp: Use BPF timeout setting for SYN ACK RTO
Akhmat Karakotov
2021-11-23
dccp/tcp: Remove an unused argument in inet_csk_listen_start().
Kuniyuki Iwashima
2021-10-15
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
2021-06-29
tcp: change ICSK_CA_PRIV_SIZE definition
Eric Dumazet
2021-03-15
tcp: relookup sock for RST+ACK packets handled by obsolete req sock
Alexander Ovechkin
2021-01-29
tcp: shrink inet_connection_sock icsk_mtup enabled and probe_size
Neal Cardwell
2021-01-22
tcp: remove unused ICSK_TIME_EARLY_RETRANS
Pengcheng Yang
2021-01-18
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
2020-09-30
tcp: add exponential backoff in __tcp_send_ack()
Eric Dumazet
2020-09-30
inet: remove icsk_ack.blocked
Eric Dumazet
2020-09-10
tcp: Only init congestion control if not initialized already
Neal Cardwell
2020-08-24
tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
Martin KaFai Lau
2020-08-24
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
Martin KaFai Lau
2020-08-11
net: refactor bind_bucket fastreuse into helper
Tim Froidcoeur
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-19
net/ipv6: remove compat_ipv6_{get,set}sockopt
Christoph Hellwig
2020-06-04
inet_connection_sock: clear inet_num out of destroy helper
Paolo Abeni
2020-05-15
inet_connection_sock: factor out destroy helper.
Paolo Abeni
2020-03-09
bpf: sockmap: Only check ULP for TCP sockets
Lorenz Bauer
2019-08-31
net/tls: use RCU protection on icsk->icsk_ulp_data
Jakub Kicinski
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-01-27
tcp: change pingpong threshold to 3
Wei Wang
2019-01-27
tcp: Refactor pingpong code
Wei Wang
2019-01-24
tcp_bbr: adapt cwnd based on ack aggregation estimation
Priyaranjan Jha
[next]