aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2015-06-25Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidlsk-v3.14-15.07-androidAlex Shi
2015-05-06tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-05-06tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet
2015-04-29tcp: tcp_make_synack() should clear skb->tstampEric Dumazet
2015-04-20Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2015-04-19tcp: Fix crash in TCP Fast OpenBen Hutchings
2015-03-30Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2015-03-26tcp: make connect() mem charging friendlyEric Dumazet
2015-03-26tcp: fix tcp fin memory accountingJosh Hunt
2015-01-28Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2015-01-27tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu
2014-10-15Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2014-10-15tcp: fixing TLP's FIN recoveryPer Hurtig
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-10-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin
2014-07-29Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2014-07-28tcp: fix false undo corner casesYuchung Cheng
2014-03-19tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-03tcp: fix bogus RTT on special retransmissionYuchung Cheng
2014-02-26net: tcp: use NET_INC_STATS()Eric Dumazet
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet
2014-02-10tcp: tsq: fix nonagle handlingJohn Ogness
2014-02-06tcp: remove 1ms offset in srtt computationEric Dumazet
2013-12-29tcp: make local functions staticstephen hemminger
2013-12-17tcp: refine TSO splitsEric Dumazet
2013-12-10net: more spelling fixesstephen hemminger
2013-12-06tcp: optimize some skb_shinfo(skb) usesEric Dumazet
2013-11-19tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin
2013-11-14tcp: tsq: restore minimal amount of queueingEric Dumazet
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-18tcp: remove redundant code in __tcp_retransmit_skb()Neal Cardwell
2013-10-17tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet
2013-10-17tcp: must unclone packets before mangling themEric Dumazet
2013-10-11tcp: tcp_transmit_skb() optimizationsEric Dumazet
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet
2013-10-10inet: includes a sock_common in request_sockEric Dumazet
2013-10-02tcp: Always set options to 0 before calling tcp_established_optionsAndi Kleen
2013-09-30tcp: TSQ can use a dynamic limitEric Dumazet
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-30tcp: tcp_make_synack() should use sock_wmallocPhil Oester
2013-08-29tcp: TSO packets automatic sizingEric Dumazet
2013-08-29tcp: initialize rcv_tstamp for restored socketsAndrew Vagin
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet
2013-07-12tcp: account all retransmit failuresYuchung Cheng
2013-06-19tcp: introduce a per-route knob for quick ackCong Wang
2013-06-19tcp:typo unset should be unsentWeiping Pan
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng
2013-05-23tcp: xps: fix reordering issuesEric Dumazet
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet