summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mib: add net to NET_INC_STATSPavel Emelyanov2008-07-161-2/+2
* mib: add net to TCP_INC_STATSPavel Emelyanov2008-07-161-5/+5
* tcp: de-bloat a bit with factoring NET_INC_STATS_BH outPavel Emelyanov2008-07-031-2/+5
* Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo...David S. Miller2008-06-111-2/+1
|\
| * tcp md5sig: Remove redundant protocol argument.YOSHIFUJI Hideaki2008-06-121-2/+1
* | net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
|/
* tcp: Increment OUTRSTS in tcp_send_active_reset()Sridhar Samudrala2008-06-041-0/+2
* tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala2008-05-211-4/+6
* [TCP]: Remove superflushious skb == write_queue_tail() checkIlpo Järvinen2008-04-151-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-0/+3
|\
| * [TCP]: tcp_simple_retransmit can cause S+LIlpo Järvinen2008-04-071-0/+3
* | [Syncookies]: Add support for TCP options via timestamps.Florian Westphal2008-04-101-1/+5
* | [NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr2008-03-211-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-211-1/+1
|\ \ | |/
| * [TCP]: Fix shrinking windows with window scalingPatrick McHardy2008-03-201-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181-2/+10
|\ \ | |/
| * [TCP]: Prevent sending past receiver window with TSO (at last skb)Ilpo Järvinen2008-03-111-2/+10
* | [TCP]: Add IPv6 support to TCP SYN cookiesGlenn Griffin2008-03-041-0/+1
|/
* [TCP]: Unexport sysctl_tcp_tso_win_divisorAdrian Bunk2008-01-311-1/+0
* [TCP]: Perform setting of common control fields in one placeIlpo Järvinen2008-01-281-55/+36
* [TCP]: Urgent parameter effect can be simplified.Ilpo Järvinen2008-01-281-1/+1
* [TCP]: Remove unnecessary local variableIlpo Järvinen2008-01-281-2/+1
* [TCP]: Code duplication removal, added tcp_bound_to_half_wnd()Ilpo Järvinen2008-01-281-8/+11
* [TCP]: cleanup tcp_{in,out}put.c styleIlpo Järvinen2008-01-281-73/+73
* [TCP]: reduce tcp_output's indentation levels a bitIlpo Järvinen2008-01-281-118/+121
* [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessaryIlpo Järvinen2008-01-281-4/+3
* [TCP]: Introduce tcp_wnd_end() to reduce line lengthsIlpo Järvinen2008-01-281-10/+10
OpenPOWER on IntegriCloud