summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2009-04-20tcp: fix mid-wq adjustment helperIlpo Järvinen
2009-04-02tcp: miscounts due to tcp_fragment pcount resetIlpo Järvinen
2009-04-02tcp: add helper for counter tweaking due mid-wq changeIlpo Järvinen
2009-03-15tcp: simplify tcp_current_mssIlpo Järvinen
2009-03-15tcp: remove pointless .dsack/.num_sacks codeIlpo Järvinen
2009-03-02tcp: tcp_init_wl / tcp_update_wl argument cleanupHantzis Fotis
2009-03-02tcp: get rid of two unnecessary u16s in TCP skb flags copyingIlpo Järvinen
2009-03-02tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen
2009-03-02tcp: drop unnecessary local var in collapseIlpo Järvinen
2009-03-02tcp: fix corner case issue in segmentation during rexmittingIlpo Järvinen
2009-03-02tcp: Don't clear hints when tcp_fragmentingIlpo Järvinen
2009-03-02tcp: deferring in middle of queue makes very little senseIlpo Järvinen
2009-03-02tcp: don't backtrack to sacked skbsIlpo Järvinen
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-21tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu
2009-02-18tcp: remove obsoleted comment about different passesIlpo Järvinen
2009-02-05Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"David S. Miller
2008-12-25tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu
2008-12-05tcp: fix tso_should_defer in 64bitIlpo Järvinen
2008-12-05tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-05tcp: move some parts from tcp_write_xmitIlpo Järvinen
2008-12-03tcp: make urg+gso work for real this timeIlpo Järvinen
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-24tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen
2008-11-24tcp: collapse more than two on retransmissionIlpo Järvinen
2008-11-21tcp: Do not use TSO/GSO when there is urgent dataPetr Tesarik
2008-11-03net: clean up net/ipv4/ip_sockglue.c tcp_output.cJianjun Kong
2008-10-26syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal
2008-10-23tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen
2008-10-21tcp: should use number of sack blocks instead of -1Ilpo Järvinen
2008-10-07tcp: kill pointless urg_modeIlpo Järvinen
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian
2008-09-23tcp: Fix order of tests in tcp_retransmit_skb()David S. Miller
2008-09-21tcp: advertise MSS requested by userTom Quetchenbach
2008-09-20tcp: back retransmit_high when it over-estimatedIlpo Järvinen
2008-09-20tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen
2008-09-20tcp: remove retransmit_skb_hint clearing from failureIlpo Järvinen
2008-09-20tcp: reorganize retransmit code loopsIlpo Järvinen
2008-09-20tcp: remove tp->lost_out guard to make joining diff nicerIlpo Järvinen
2008-09-20tcp: Reorganize skb tagbit checksIlpo Järvinen
2008-09-20tcp: remove obsolete validity concernIlpo Järvinen
2008-09-20tcp: add tcp_can_forward_retransmitIlpo Järvinen
2008-09-20tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen
2008-09-20tcp: Partial hint clearing has again become meaninglessIlpo Järvinen
2008-08-27tcp: fix tcp header size miscalculation when window scale is unusedPhilip Love
2008-07-21tcp: Fix bitmask test in tcp_syn_options()David S. Miller
2008-07-19tcp: options clean upAdam Langley
2008-07-19tcp: Fix MD5 signatures for non-linear skbsAdam Langley
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov