summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: snmp: add statistics for tcp small queue check"Eric Dumazet2021-12-011-4/+1
* net: snmp: add statistics for tcp small queue checkMenglong Dong2021-11-291-1/+4
* net: remove sk_route_nocapsEric Dumazet2021-11-161-1/+1
* tcp: Use BIT() for OPTION_* constantsLeonard Crestez2021-11-041-7/+7
* net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-031-2/+5
* net: add and use skb_unclone_keeptruesize() helperEric Dumazet2021-11-021-3/+3
* Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-011-5/+2
* net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-011-2/+5
* tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-011-1/+1
* tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet2021-10-281-5/+0
* tcp: do not clear skb->csum if already zeroEric Dumazet2021-10-281-1/+0
* tcp: factorize ip_summed settingEric Dumazet2021-10-281-6/+0
* tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet2021-10-281-7/+3
* tcp: rename sk_stream_alloc_skbEric Dumazet2021-10-261-5/+5
* tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang2021-09-301-2/+1
* tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng2021-09-241-2/+0
* net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang2021-08-181-1/+2
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-081-0/+1
* tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet2021-03-111-8/+0
* tcp: plug skb_still_in_host_queue() to TSQEric Dumazet2021-03-111-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-281-0/+2
|\
| * tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-01-231-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-0/+1
|\|
| * tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-181-0/+1
* | tcp: assign skb hash after tcp_event_data_sentYuchung Cheng2021-01-131-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-3/+6
|\
| * tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-091-3/+6
* | mptcp: track window announced to peerFlorian Westphal2020-11-201-4/+7
* | net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-5/+3
* | tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni2020-11-041-0/+3
|/
* 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