aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17tcp: refine TSO splitsEric Dumazet1-39/+54
2013-12-10net: more spelling fixesstephen hemminger1-5/+5
2013-12-06tcp: optimize some skb_shinfo(skb) usesEric Dumazet1-15/+21
2013-11-19tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin1-1/+0
2013-11-14tcp: tsq: restore minimal amount of queueingEric Dumazet1-1/+5
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2013-10-18tcp: remove redundant code in __tcp_retransmit_skb()Neal Cardwell1-15/+0
2013-10-17tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet1-2/+1
2013-10-17tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-10-11tcp: tcp_transmit_skb() optimizationsEric Dumazet1-7/+7
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet1-1/+1
2013-10-10inet: includes a sock_common in request_sockEric Dumazet1-2/+2
2013-10-02tcp: Always set options to 0 before calling tcp_established_optionsAndi Kleen1-0/+2
2013-09-30tcp: TSQ can use a dynamic limitEric Dumazet1-6/+11
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2013-08-30tcp: tcp_make_synack() should use sock_wmallocPhil Oester1-1/+1
2013-08-29tcp: TSO packets automatic sizingEric Dumazet1-1/+1
2013-08-29tcp: initialize rcv_tstamp for restored socketsAndrew Vagin1-0/+2
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet1-0/+3
2013-07-12tcp: account all retransmit failuresYuchung Cheng1-3/+4
2013-06-19tcp: introduce a per-route knob for quick ackCong Wang1-2/+4
2013-06-19tcp:typo unset should be unsentWeiping Pan1-1/+1
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng1-15/+18
2013-05-23tcp: xps: fix reordering issuesEric Dumazet1-4/+6
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet1-1/+2
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2013-04-18tcp: introduce TCPSpuriousRtxHostQueues SNMP counterEric Dumazet1-0/+7
2013-04-12tcp: GSO should be TSQ friendlyEric Dumazet1-1/+1
2013-04-11tcp: Reallocate headroom if it would overflow csum_startThomas Graf1-2/+6
2013-04-09selinux: add a skb_owned_by() hookEric Dumazet1-0/+1
2013-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2013-03-22tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2013-03-21tcp: refactor F-RTOYuchung Cheng1-9/+2
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2013-03-17tcp: Remove TCPCTChristoph Paasch1-213/+6
2013-03-14tcp: fix skb_availroom()Eric Dumazet1-1/+0
2013-03-12tcp: TLP loss detection.Nandita Dukkipati1-0/+9
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati1-4/+124
2013-02-22tcp: fix SYN-data space mis-accountingYuchung Cheng1-7/+11
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar1-1/+1
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-2/+2
2013-02-13tcp: send packets with a socket timestampAndrey Vagin1-2/+2
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-2/+2
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa1-1/+1
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng1-5/+10
2012-11-22ipv6: adapt connect for repair moveAndrey Vagin1-0/+5
2012-11-15tcp: fix retransmission in repair modeAndrew Vagin1-0/+4
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng1-3/+3
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-5/+16