aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
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-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
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-18tcp: introduce TCPSpuriousRtxHostQueues SNMP counterEric Dumazet
2013-04-12tcp: GSO should be TSQ friendlyEric Dumazet
2013-04-11tcp: Reallocate headroom if it would overflow csum_startThomas Graf
2013-04-09selinux: add a skb_owned_by() hookEric Dumazet
2013-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-22tcp: preserve ACK clocking in TSOEric Dumazet
2013-03-21tcp: refactor F-RTOYuchung Cheng
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-17tcp: Remove TCPCTChristoph Paasch
2013-03-14tcp: fix skb_availroom()Eric Dumazet
2013-03-12tcp: TLP loss detection.Nandita Dukkipati
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati
2013-02-22tcp: fix SYN-data space mis-accountingYuchung Cheng
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar
2013-02-13tcp: send packets with a socket timestampAndrey Vagin
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng
2012-11-22ipv6: adapt connect for repair moveAndrey Vagin
2012-11-15tcp: fix retransmission in repair modeAndrew Vagin
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu
2012-08-21tcp: fix possible socket refcount problemEric Dumazet
2012-08-06tcp_output: fix sparse warning for tcp_wfreeSilviu-Mihai Popescu
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings
2012-07-31net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng
2012-07-19net-tcp: Fast Open baseYuchung Cheng