aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet1-0/+1
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-15/+15
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-03-21tcp: ensure PMTU updates are processed during fastopenJakub Kicinski1-1/+4
2022-03-09tcp: adjust TSO packet sizes based on min_rttEric Dumazet1-12/+21
2022-03-03net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv) timestampMartin KaFai Lau1-7/+9
2022-01-31tcp: Change SYN ACK retransmit behaviour to account for rehashAkhmat Karakotov1-1/+3
2022-01-25net: Adjust sk_gso_max_size once when setDavid Ahern1-1/+1
2021-12-01Revert "net: snmp: add statistics for tcp small queue check"Eric Dumazet1-4/+1
2021-11-29net: snmp: add statistics for tcp small queue checkMenglong Dong1-1/+4
2021-11-16net: remove sk_route_nocapsEric Dumazet1-1/+1
2021-11-04tcp: Use BIT() for OPTION_* constantsLeonard Crestez1-7/+7
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-2/+5
2021-11-02net: add and use skb_unclone_keeptruesize() helperEric Dumazet1-3/+3
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski1-5/+2
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-2/+5
2021-11-01tcp: rename sk_wmem_free_skbTalal Ahmad1-1/+1
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet1-5/+0
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet1-1/+0
2021-10-28tcp: factorize ip_summed settingEric Dumazet1-6/+0
2021-10-28tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet1-7/+3
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet1-5/+5
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang1-2/+1
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng1-2/+0
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang1-1/+2
2021-07-08ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet1-0/+1
2021-03-11tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet1-8/+0
2021-03-11tcp: plug skb_still_in_host_queue() to TSQEric Dumazet1-4/+8
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen1-0/+2
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen1-0/+1
2021-01-13tcp: assign skb hash after tcp_event_data_sentYuchung Cheng1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2020-12-09tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell1-3/+6
2020-11-20mptcp: track window announced to peerFlorian Westphal1-4/+7
2020-11-07net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+3
2020-11-04tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni1-0/+3
2020-09-30tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet1-3/+8
2020-09-30inet: remove icsk_ack.blockedEric Dumazet1-5/+2
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet1-1/+0
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau1-9/+95
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau1-13/+92
2020-08-24tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau1-0/+2
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+8
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng1-5/+8
2020-07-13net: ipv4: kerneldoc fixesAndrew Lunn1-0/+2
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5