index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
Neal Cardwell
2022-10-26
1
-7
/
+12
*
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
2022-08-31
1
-1
/
+1
*
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
2022-08-31
1
-1
/
+1
*
tcp: fix over estimation in sk_forced_mem_schedule()
Eric Dumazet
2022-08-21
1
-3
/
+4
*
tcp: make retransmitted SKB fit into the send window
Yonglong Li
2022-08-21
1
-7
/
+16
*
tcp: Fix a data-race around sysctl_tcp_min_tso_segs.
Kuniyuki Iwashima
2022-08-03
1
-1
/
+1
*
tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.
Kuniyuki Iwashima
2022-08-03
1
-1
/
+1
*
Revert "tcp: change pingpong threshold to 3"
Wei Wang
2022-08-03
1
-9
/
+6
*
tcp: Fix a data-race around sysctl_tcp_retrans_collapse.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
tcp: Fix a data-race around sysctl_tcp_early_retrans.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
tcp: Fix data-races around sysctl knobs related to SYN option.
Kuniyuki Iwashima
2022-07-29
1
-5
/
+5
*
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
tcp: Fix a data-race around sysctl_tcp_probe_interval.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
tcp: Fix a data-race around sysctl_tcp_probe_threshold.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
tcp: Fix data-races around sysctl_tcp_min_snd_mss.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+2
*
tcp: Fix data-races around sysctl_tcp_base_mss.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
tcp: Fix data-races around sysctl_tcp_mtu_probing.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
tcp: tcp_rtx_synack() can be called from process context
Eric Dumazet
2022-06-14
1
-2
/
+2
*
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
2022-05-09
1
-0
/
+1
*
tcp: ensure PMTU updates are processed during fastopen
Jakub Kicinski
2022-04-08
1
-1
/
+4
*
ipv6: tcp: drop silly ICMPv6 packet too big messages
Eric Dumazet
2021-07-25
1
-0
/
+1
*
tcp: make TCP_USER_TIMEOUT accurate for zero window probes
Enke Chen
2021-02-03
1
-0
/
+2
*
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
2021-01-27
1
-0
/
+1
*
tcp: fix cwnd-limited bug for TSO deferral where we send nothing
Neal Cardwell
2020-12-09
1
-3
/
+6
*
tcp: add exponential backoff in __tcp_send_ack()
Eric Dumazet
2020-09-30
1
-3
/
+8
*
inet: remove icsk_ack.blocked
Eric Dumazet
2020-09-30
1
-5
/
+2
*
tcp: remove SOCK_QUEUE_SHRUNK
Eric Dumazet
2020-09-14
1
-1
/
+0
*
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
2020-08-24
1
-9
/
+95
*
bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
Martin KaFai Lau
2020-08-24
1
-13
/
+92
*
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
Martin KaFai Lau
2020-08-24
1
-0
/
+2
*
tcp: rename request_sock cookie_ts bit to syncookie
Florian Westphal
2020-07-31
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-25
1
-5
/
+8
|
\
|
*
tcp: allow at most one TLP probe per flight
Yuchung Cheng
2020-07-23
1
-5
/
+8
*
|
net: ipv4: kerneldoc fixes
Andrew Lunn
2020-07-13
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-11
1
-3
/
+5
|
\
\
|
|
/
|
*
tcp: md5: do not send silly options in SYNCOOKIES
Eric Dumazet
2020-07-01
1
-3
/
+5
*
|
tcp: remove indirect calls for icsk->icsk_af_ops->send_check
Eric Dumazet
2020-06-20
1
-1
/
+4
*
|
tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit
Eric Dumazet
2020-06-20
1
-1
/
+6
|
/
*
tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()
Eric Dumazet
2020-05-06
1
-6
/
+10
*
tcp: refine tcp_pacing_delay() for very low pacing rates
Eric Dumazet
2020-05-06
1
-5
/
+3
*
tcp: add tp->dup_ack_counter
Eric Dumazet
2020-04-30
1
-3
/
+3
*
tcp: mptcp: use mptcp receive buffer space to select rcv window
Florian Westphal
2020-04-25
1
-2
/
+6
*
tcp: also NULL skb->dev when copy was needed
Florian Westphal
2020-03-20
1
-2
/
+6
*
tcp: ensure skb->dev is NULL before leaving TCP stack
Eric Dumazet
2020-03-19
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-26
1
-0
/
+1
|
\
|
*
tcp: do not leave dangling pointers in tp->highest_sack
Eric Dumazet
2020-01-24
1
-0
/
+1
*
|
mptcp: parse and emit MP_CAPABLE option according to v1 spec
Christoph Paasch
2020-01-24
1
-1
/
+1
*
|
mptcp: Handle MP_CAPABLE options for outgoing connections
Peter Krystad
2020-01-24
1
-0
/
+44
*
|
mptcp: Handle MPTCP TCP options
Peter Krystad
2020-01-24
1
-0
/
+13
[next]