summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
...
* | tcp: use zero-window when free_space is lowFlorian Westphal2014-02-191-2/+15
* | net: remove unnecessary return'sstephen hemminger2014-02-141-1/+0Star
|/
* tcp: tsq: fix nonagle handlingJohn Ogness2014-02-111-2/+11
* tcp: remove 1ms offset in srtt computationEric Dumazet2014-02-071-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-111-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/+0Star
* 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/+1Star
| * 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/+0Star
* | 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-10-011-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-251-0/+3
|/
* tcp: account all retransmit failuresYuchung Cheng2013-07-131-3/+4
* tcp: introduce a per-route knob for quick ackCong Wang2013-06-201-2/+4
* tcp:typo unset should be unsentWeiping Pan2013-06-201-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-241-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-231-2/+7
|\
| * tcp: Reallocate headroom if it would overflow csum_startThomas Graf2013-04-121-2/+6
| * selinux: add a skb_owned_by() hookEric Dumazet2013-04-091-0/+1
* | tcp: introduce TCPSpuriousRtxHostQueues SNMP counterEric Dumazet2013-04-181-0/+7
* | tcp: GSO should be TSQ friendlyEric Dumazet2013-04-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-221-2/+5
|\|
| * tcp: preserve ACK clocking in TSOEric Dumazet2013-03-221-2/+5
* | tcp: refactor F-RTOYuchung Cheng2013-03-211-9/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-1/+0Star
|\|
| * tcp: fix skb_availroom()Eric Dumazet2013-03-141-1/+0Star
* | tcp: Remove TCPCTChristoph Paasch2013-03-171-213/+6Star
* | tcp: TLP loss detection.Nandita Dukkipati2013-03-121-0/+9
* | tcp: Tail loss probe (TLP)Nandita Dukkipati2013-03-121-4/+124
|/
* tcp: fix SYN-data space mis-accountingYuchung Cheng2013-02-221-7/+11
* net: Add skb_unclone() helper function.Pravin B Shelar2013-02-151-1/+1
* net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-131-2/+2
* tcp: send packets with a socket timestampAndrey Vagin2013-02-131-2/+2
* net: fix possible wrong checksum generationEric Dumazet2013-01-281-2/+2
* tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa2013-01-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-131-0/+5
|\