aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix mid-wq adjustment helperIlpo Järvinen2009-04-201-1/+1
* tcp: miscounts due to tcp_fragment pcount resetIlpo Järvinen2009-04-021-1/+6
* tcp: add helper for counter tweaking due mid-wq changeIlpo Järvinen2009-04-021-32/+34
* tcp: simplify tcp_current_mssIlpo Järvinen2009-03-151-34/+7
* tcp: remove pointless .dsack/.num_sacks codeIlpo Järvinen2009-03-151-2/+1
* tcp: tcp_init_wl / tcp_update_wl argument cleanupHantzis Fotis2009-03-021-1/+1
* tcp: get rid of two unnecessary u16s in TCP skb flags copyingIlpo Järvinen2009-03-021-2/+2
* tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen2009-03-021-6/+6
* tcp: drop unnecessary local var in collapseIlpo Järvinen2009-03-021-5/+2
* tcp: fix corner case issue in segmentation during rexmittingIlpo Järvinen2009-03-021-0/+2
* tcp: Don't clear hints when tcp_fragmentingIlpo Järvinen2009-03-021-1/+6
* tcp: deferring in middle of queue makes very little senseIlpo Järvinen2009-03-021-0/+4
* tcp: don't backtrack to sacked skbsIlpo Järvinen2009-03-021-1/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-241-1/+0
|\
| * tcp: remove obsoleted comment about different passesIlpo Järvinen2009-02-181-1/+0
* | tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu2009-02-211-4/+8
|/
* Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"David S. Miller2009-02-051-8/+4
* tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu2008-12-251-4/+8
* tcp: fix tso_should_defer in 64bitIlpo Järvinen2008-12-051-1/+1
* tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen2008-12-051-37/+17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-051-12/+10
|\
| * tcp: make urg+gso work for real this timeIlpo Järvinen2008-12-031-12/+10
* | tcp: move some parts from tcp_write_xmitIlpo Järvinen2008-12-051-11/+12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-261-2/+5
|\ \ | |/
| * tcp: Do not use TSO/GSO when there is urgent dataPetr Tesarik2008-11-211-2/+5
* | tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen2008-11-241-50/+0
* | tcp: collapse more than two on retransmissionIlpo Järvinen2008-11-241-37/+59
* | net: clean up net/ipv4/ip_sockglue.c tcp_output.cJianjun Kong2008-11-031-4/+4
|/
* syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal2008-10-261-5/+5
* tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen2008-10-231-6/+17
* tcp: should use number of sack blocks instead of -1Ilpo Järvinen2008-10-211-1/+1
* tcp: kill pointless urg_modeIlpo Järvinen2008-10-071-6/+12
* tcp: Port redirection support for TCPKOVACS Krisztian2008-10-011-1/+1
* tcp: Fix order of tests in tcp_retransmit_skb()David S. Miller2008-09-231-1/+1
* tcp: advertise MSS requested by userTom Quetchenbach2008-09-211-3/+10
* tcp: back retransmit_high when it over-estimatedIlpo Järvinen2008-09-201-2/+10
* tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen2008-09-201-3/+5
* tcp: remove retransmit_skb_hint clearing from failureIlpo Järvinen2008-09-201-3/+1
* tcp: reorganize retransmit code loopsIlpo Järvinen2008-09-201-46/+33
* tcp: remove tp->lost_out guard to make joining diff nicerIlpo Järvinen2008-09-201-37/+38
* tcp: Reorganize skb tagbit checksIlpo Järvinen2008-09-201-19/+19
* tcp: remove obsolete validity concernIlpo Järvinen2008-09-201-4/+0
* tcp: add tcp_can_forward_retransmitIlpo Järvinen2008-09-201-18/+28
* tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen2008-09-201-18/+7
* tcp: Partial hint clearing has again become meaninglessIlpo Järvinen2008-09-201-2/+2
* tcp: fix tcp header size miscalculation when window scale is unusedPhilip Love2008-08-271-2/+4
* tcp: Fix bitmask test in tcp_syn_options()David S. Miller2008-07-211-1/+1
* tcp: options clean upAdam Langley2008-07-191-196/+236
* tcp: Fix MD5 signatures for non-linear skbsAdam Langley2008-07-191-9/+5
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-2/+2