aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.18.117 into android-msm-marlin-3.18-ltsPetri Gynther2018-08-241-8/+25
|\
| * tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-281-3/+8
| * tcp: helpers to send special DCTCP ackYuchung Cheng2018-07-281-5/+17
* | Merge 3.18.110 into android-msm-marlin-3.18-ltsPetri Gynther2018-08-171-2/+5
|\|
| * tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-251-2/+5
* | Merge 3.18.100 into android-msm-marlin-3.18Thierry Strudel2018-03-201-8/+4
|\|
| * tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-241-7/+2
| * tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-181-1/+2
* | Merge linux-3.18.70 into android-msm-marlin-3.18Thierry Strudel2017-09-121-0/+3
|\|
| * tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet2017-08-121-0/+3
* | Merge 3.18.53 into android-msm-marlin-3.18Greg Kroah-Hartman2017-06-081-7/+12
|\|
| * tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet2017-05-151-7/+12
* | Big merge into 3.18.52Greg Kroah-Hartman2017-05-121-8/+13
|\|
| * tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos2017-04-181-5/+7
| * tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet2017-04-181-1/+2
| * tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-04-181-2/+4
* | Merge more of 3.18.37 into android-msm-marlin-3.18Greg Kroah-Hartman2017-04-211-2/+4
|\|
| * tcp: refresh skb timestamp at retransmit timeEric Dumazet2016-07-121-2/+4
* | Merge tag 'lsk-v3.18-15.12-android' into 'msm-3.18'Kaushal Kumar2016-02-111-0/+1
|\ \
| * | Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman2015-11-111-0/+1
| |\|
| | * tcp: add proper TS val into RST packetsEric Dumazet2015-10-271-0/+1
| * | Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman2015-06-161-19/+45
| |\|
| * | Merge branch 'android-3.18' of https://android.googlesource.com/kernel/common...Kevin Hilman2015-05-121-1/+1
| |\ \
* | | | tcp: double default TSQ output bytes limitWei Liu2015-09-041-2/+2
* | | | Merge tag 'v3.18.14' into msm-3.18Matt Wagantall2015-07-141-19/+45
|\ \ \ \ | | |_|/ | |/| |
| * | | tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-05-111-21/+29
| * | | tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet2015-05-111-1/+19
| |/ /
* | | Merge tag 'v3.18.13' into msm-3.18Matt Wagantall2015-07-141-0/+2
|\| |
| * | tcp: tcp_make_synack() should clear skb->tstampEric Dumazet2015-04-271-0/+2
* | | Merge tag 'v3.18.11' into msm-3.18Matt Wagantall2015-07-141-45/+29
|\| |
| * | tcp: make connect() mem charging friendlyEric Dumazet2015-03-241-40/+28
| * | tcp: fix tcp fin memory accountingJosh Hunt2015-03-241-5/+1
* | | Merge tag 'v3.18.4' into msm-3.18Matt Wagantall2015-07-141-2/+2
|\| | | |/ |/|
| * tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu2015-01-271-2/+2
* | tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall2015-02-041-1/+1
|/
* net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet2014-10-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-181-9/+25
|\
| * tcp: TCP Small Queues and strange attractorsEric Dumazet2014-10-141-7/+19
| * tcp: fix ooo_okay setting vs Small QueuesEric Dumazet2014-10-141-2/+6
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\ \ | |/ |/|
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-261-1/+1
* | net: cleanup and document skb fclone layoutEric Dumazet2014-10-011-4/+1
* | tcp: change TCP_ECN prefixes to lower caseFlorian Westphal2014-09-291-9/+9
* | net: tcp: add DCTCP congestion control algorithmDaniel Borkmann2014-09-291-0/+1
* | net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal2014-09-291-0/+4
* | net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann2014-09-291-7/+18
* | tcp: change tcp_skb_pcount() locationEric Dumazet2014-09-281-3/+6
* | tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet2014-09-281-0/+5
* | net: introduce __skb_header_release()Eric Dumazet2014-09-261-5/+5
* | tcp: avoid possible arithmetic overflowsEric Dumazet2014-09-221-7/+6