index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_output.c
Age
Commit message (
Expand
)
Author
2019-06-27
tcp: refine memory limit test in tcp_fragment()
Eric Dumazet
2019-06-17
tcp: add tcp_min_snd_mss sysctl
Eric Dumazet
2019-06-17
tcp: tcp_fragment() should apply sane memory limits
Eric Dumazet
2019-06-17
tcp: limit payload size of sacked skbs
Eric Dumazet
2018-12-17
tcp: fix NULL ref in tail loss probe
Yuchung Cheng
2018-08-24
tcp: remove DELAYED ACK events in DCTCP
Yuchung Cheng
2018-07-28
tcp: do not cancel delay-AcK on DCTCP special ACK
Yuchung Cheng
2018-07-28
tcp: helpers to send special DCTCP ack
Yuchung Cheng
2018-05-26
tcp: purge write queue in tcp_connect_init()
Eric Dumazet
2017-11-24
tcp: do not mangle skb->cb[] in tcp_make_synack()
Eric Dumazet
2017-11-18
tcp: fix tcp_mtu_probe() vs highest_sack
Eric Dumazet
2017-08-12
tcp: fastopen: tcp_connect() must refresh the route
Eric Dumazet
2017-05-14
tcp: do not underestimate skb->truesize in tcp_trim_head()
Eric Dumazet
2017-02-18
tcp: fix 0 divide in __tcp_select_window()
Eric Dumazet
2016-11-15
tcp: fix wrong checksum calculation on MTU probing
Douglas Caetano dos Santos
2016-11-15
tcp: fix overflow in __tcp_retransmit_skb()
Eric Dumazet
2016-08-16
tcp: consider recv buf for the initial window scale
Soheil Hassas Yeganeh
2016-05-18
tcp: refresh skb timestamp at retransmit time
Eric Dumazet
2015-12-17
tcp: restore fastopen with no data in SYN packet
Eric Dumazet
2015-11-02
net: make skb_set_owner_w() more robust
Eric Dumazet
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-21
tcp: remove improper preemption check in tcp_xmit_probe_skb()
Renato Westphal
2015-10-21
tcp: remove tcp_mark_lost_retrans()
Yuchung Cheng
2015-10-18
tcp: do not set queue_mapping on SYNACK
Eric Dumazet
2015-10-12
net: shrink struct sock and request_sock by 8 bytes
Eric Dumazet
2015-10-03
tcp: attach SYNACK messages to request sockets instead of listener
Eric Dumazet
2015-09-28
tcp: Fix CWV being too strict on thin streams
Bendik Rønning Opstad
2015-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-09-25
tcp/dccp: constify rtx_synack() and friends
Eric Dumazet
2015-09-25
tcp: constify tcp_make_synack() socket argument
Eric Dumazet
2015-09-25
tcp: remove tcp_ecn_make_synack() socket argument
Eric Dumazet
2015-09-25
tcp: remove tcp_synack_options() socket argument
Eric Dumazet
2015-09-23
tcp: add proper TS val into RST packets
Eric Dumazet
2015-09-21
tcp: send loss probe after 1s if no RTT available
Yuchung Cheng
2015-09-17
tcp: provide skb->hash to synack packets
Eric Dumazet
2015-09-10
tcp: generate CA_EVENT_TX_START on data frames
Neal Cardwell
2015-08-25
tcp: fix slow start after idle vs TSO/GSO
Eric Dumazet
2015-08-13
tcp: TLP retransmits last if failed to send new packet
Yuchung Cheng
2015-08-13
tcp: don't extend RTO on failed loss probe attempts
Yuchung Cheng
2015-07-27
tcp: tso: allow deferring under reordering state
Eric Dumazet
2015-07-09
tcp: v1 always send a quick ack when quickacks are enabled
Jon Maxwell
2015-06-11
tcp: remove obsolete check in tcp_set_skb_tso_segs()
Eric Dumazet
2015-06-11
tcp: fill shinfo->gso_size at last moment
Eric Dumazet
2015-06-11
tcp: tcp_set_skb_tso_segs() no longer need struct sock parameter
Eric Dumazet
2015-06-11
tcp: fill shinfo->gso_type at last moment
Eric Dumazet
2015-06-04
tcp: double default TSQ output bytes limit
Wei Liu
2015-05-26
tcp: tcp_tso_autosize() minimum is one packet
Eric Dumazet
2015-05-21
tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info
Marcelo Ricardo Leitner
2015-05-21
tcp: add a force_schedule argument to sk_stream_alloc_skb()
Eric Dumazet
2015-05-19
tcp: add rfc3168, section 6.1.1.1. fallback
Daniel Borkmann
[next]