summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-10-261-7/+12
* net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-08-311-1/+1
* tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet2022-08-211-3/+4
* tcp: make retransmitted SKB fit into the send windowYonglong Li2022-08-211-7/+16
* tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima2022-08-031-1/+1
* tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.Kuniyuki Iwashima2022-08-031-1/+1
* Revert "tcp: change pingpong threshold to 3"Wei Wang2022-08-031-9/+6
* tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-291-5/+5
* tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima2022-07-291-1/+2
* tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: tcp_rtx_synack() can be called from process contextEric Dumazet2022-06-141-2/+2
* tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-05-091-0/+1
* tcp: ensure PMTU updates are processed during fastopenJakub Kicinski2022-04-081-1/+4
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-251-0/+1
* tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-02-031-0/+2
* tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-271-0/+1
* tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-091-3/+6
* tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet2020-09-301-3/+8
* inet: remove icsk_ack.blockedEric Dumazet2020-09-301-5/+2
* tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet2020-09-141-1/+0
* bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-241-9/+95
* bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-241-13/+92
* tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2020-08-241-0/+2
* tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2020-07-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-5/+8
|\
| * tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-231-5/+8
* | net: ipv4: kerneldoc fixesAndrew Lunn2020-07-131-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-3/+5
|\ \ | |/
| * tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet2020-07-011-3/+5
* | tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet2020-06-201-1/+4
* | tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet2020-06-201-1/+6
|/
* tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()Eric Dumazet2020-05-061-6/+10
* tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet2020-05-061-5/+3
* tcp: add tp->dup_ack_counterEric Dumazet2020-04-301-3/+3
* tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal2020-04-251-2/+6
* tcp: also NULL skb->dev when copy was neededFlorian Westphal2020-03-201-2/+6
* tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet2020-03-191-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-0/+1
|\
| * tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet2020-01-241-0/+1
* | mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch2020-01-241-1/+1
* | mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2020-01-241-0/+44
* | mptcp: Handle MPTCP TCP optionsPeter Krystad2020-01-241-0/+13