aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-20tcp: make tcp_cwnd_application_limited() staticWeiping Pan1-0/+22
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-3/+1
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet1-1/+1
2014-03-27tcp: tcp_make_synack() minor changesEric Dumazet1-2/+2
2014-03-26tcp: delete unused parameter in tcp_nagle_check()Peter Pan(潘卫平)1-3/+3
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-0/+11
2014-03-10tcp: timestamp SYN+DATA messagesEric Dumazet1-0/+6
2014-03-07tcp: do not leak non zero tstamp in output packetsEric Dumazet1-0/+2
2014-03-06tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller1-2/+2
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+16
2014-03-03tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng1-2/+6
2014-03-03tcp: fix bogus RTT on special retransmissionYuchung Cheng1-3/+8
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet1-9/+6
2014-02-26net: tcp: add mib counters to track zero window transitionsFlorian Westphal1-1/+11
2014-02-26net: tcp: use NET_INC_STATS()Eric Dumazet1-2/+2
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet1-1/+6
2014-02-19tcp: use zero-window when free_space is lowFlorian Westphal1-2/+15
2014-02-13net: remove unnecessary return'sstephen hemminger1-1/+0
2014-02-10tcp: tsq: fix nonagle handlingJohn Ogness1-2/+11
2014-02-06tcp: remove 1ms offset in srtt computationEric Dumazet1-1/+1
2013-12-29tcp: make local functions staticstephen hemminger1-1/+1
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