summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c (follow)
Commit message (Expand)AuthorAge
* Merge 4.4.189 into android-4.4Greg Kroah-Hartman2019-08-11
|\
| * tcp: be more careful in tcp_fragment()Eric Dumazet2019-08-11
* | Merge 4.4.184 into android-4.4Greg Kroah-Hartman2019-06-28
|\|
| * tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-27
* | Merge 4.4.182 into android-4.4Greg Kroah-Hartman2019-06-17
|\|
| * tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-17
| * tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-17
| * tcp: limit payload size of sacked skbsEric Dumazet2019-06-17
* | Merge 4.4.168 into android-4.4Greg Kroah-Hartman2018-12-19
|\|
| * tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-17
* | Merge 4.4.152 into android-4.4Greg Kroah-Hartman2018-08-24
|\|
| * tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-08-24
* | Merge 4.4.145 into android-4.4Greg Kroah-Hartman2018-07-31
|\|
| * tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-28
| * tcp: helpers to send special DCTCP ackYuchung Cheng2018-07-28
* | Merge 4.4.133 into android-4.4Greg Kroah-Hartman2018-05-26
|\|
| * tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-26
* | Merge 4.4.101 into android-4.4Greg Kroah-Hartman2017-11-24
|\|
| * tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-24
* | Merge 4.4.99 into android-4.4Greg Kroah-Hartman2017-11-18
|\|
| * tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-18
* | Merge 4.4.82 into android-4.4Greg Kroah-Hartman2017-08-14
|\|
| * tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet2017-08-12
* | Merge 4.4.68 into android-4.4Greg Kroah-Hartman2017-05-15
|\|
| * tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet2017-05-14
* | Merge branch 'upstream-linux-4.4.y' into android-4.4Todd Kjos2017-03-02
|\|
| * tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-02-18
* | Merge tag 'v4.4.32' into android-4.4.yDmitry Shmidt2016-11-15
|\|
| * tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos2016-11-15
| * tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet2016-11-15
* | Merge tag 'v4.4.19' into android-4.4.yDmitry Shmidt2016-08-22
|\|
| * tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh2016-08-16
* | Merge tag 'v4.4.16' into android-4.4.yDmitry Shmidt2016-08-01
|\|
| * tcp: refresh skb timestamp at retransmit timeEric Dumazet2016-05-18
* | tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall2016-02-16
|/
* tcp: restore fastopen with no data in SYN packetEric Dumazet2015-12-17
* net: make skb_set_owner_w() more robustEric Dumazet2015-11-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-24
|\
| * tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal2015-10-21
* | tcp: remove tcp_mark_lost_retrans()Yuchung Cheng2015-10-21
* | tcp: do not set queue_mapping on SYNACKEric Dumazet2015-10-18
* | net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-12
* | tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet2015-10-03
* | tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad2015-09-28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-26
|\|
| * tcp: add proper TS val into RST packetsEric Dumazet2015-09-23
* | tcp/dccp: constify rtx_synack() and friendsEric Dumazet2015-09-25
* | tcp: constify tcp_make_synack() socket argumentEric Dumazet2015-09-25
* | tcp: remove tcp_ecn_make_synack() socket argumentEric Dumazet2015-09-25
* | tcp: remove tcp_synack_options() socket argumentEric Dumazet2015-09-25