summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-3/+1
|\
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-3/+1
* | tcp: increment retransmit counters in tlp and fast openEric Dumazet2014-04-301-7/+7
|/
* ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2014-04-151-1/+1
* tcp: tcp_make_synack() minor changesEric Dumazet2014-03-271-2/+2
* tcp: delete unused parameter in tcp_nagle_check()Peter Pan(潘卫平)2014-03-261-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-0/+11
|\
| * tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-111-0/+11
* | tcp: timestamp SYN+DATA messagesEric Dumazet2014-03-101-0/+6
* | tcp: do not leak non zero tstamp in output packetsEric Dumazet2014-03-071-0/+2
* | tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller2014-03-061-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-6/+16
|\|
| * tcp: fix bogus RTT on special retransmissionYuchung Cheng2014-03-031-3/+8
| * net: tcp: use NET_INC_STATS()Eric Dumazet2014-02-261-2/+2
| * net-tcp: fastopen: fix high order allocationsEric Dumazet2014-02-221-1/+6
* | tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng2014-03-031-2/+6
* | tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-261-9/+6
* | net: tcp: add mib counters to track zero window transitionsFlorian Westphal2014-02-261-1/+11
* | tcp: use zero-window when free_space is lowFlorian Westphal2014-02-191-2/+15
* | net: remove unnecessary return'sstephen hemminger2014-02-131-1/+0
|/
* tcp: tsq: fix nonagle handlingJohn Ogness2014-02-101-2/+11
* tcp: remove 1ms offset in srtt computationEric Dumazet2014-02-061-1/+1
* tcp: make local functions staticstephen hemminger2013-12-291-1/+1
* tcp: refine TSO splitsEric Dumazet2013-12-171-39/+54
* net: more spelling fixesstephen hemminger2013-12-101-5/+5
* tcp: optimize some skb_shinfo(skb) usesEric Dumazet2013-12-061-15/+21
* tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin2013-11-191-1/+0
* tcp: tsq: restore minimal amount of queueingEric Dumazet2013-11-141-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-5/+7
|\
| * tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet2013-10-171-2/+1
| * tcp: must unclone packets before mangling themEric Dumazet2013-10-171-3/+6
* | tcp: remove redundant code in __tcp_retransmit_skb()Neal Cardwell2013-10-181-15/+0
* | tcp: tcp_transmit_skb() optimizationsEric Dumazet2013-10-111-7/+7
* | inet: rename ir_loc_port to ir_numEric Dumazet2013-10-101-1/+1
* | inet: includes a sock_common in request_sockEric Dumazet2013-10-101-2/+2
|/
* tcp: Always set options to 0 before calling tcp_established_optionsAndi Kleen2013-10-021-0/+2
* tcp: TSQ can use a dynamic limitEric Dumazet2013-09-301-6/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-1/+3
|\
| * tcp: tcp_make_synack() should use sock_wmallocPhil Oester2013-08-301-1/+1
| * tcp: initialize rcv_tstamp for restored socketsAndrew Vagin2013-08-291-0/+2
* | tcp: TSO packets automatic sizingEric Dumazet2013-08-291-1/+1
* | tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet2013-07-241-0/+3
|/
* tcp: account all retransmit failuresYuchung Cheng2013-07-121-3/+4
* tcp: introduce a per-route knob for quick ackCong Wang2013-06-191-2/+4
* tcp:typo unset should be unsentWeiping Pan2013-06-191-1/+1
* tcp: properly send new data in fast recovery in first RTTYuchung Cheng2013-06-131-15/+18
* tcp: xps: fix reordering issuesEric Dumazet2013-05-231-4/+6
* net: Add MIB counters for checksum errorsEric Dumazet2013-04-291-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-2/+7
|\
| * tcp: Reallocate headroom if it would overflow csum_startThomas Graf2013-04-111-2/+6