aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-02tcp: sysctl_tcp_cookie_size needs to be exported to modules.David S. Miller1-0/+1
2009-12-02tcp: Fix warning on 64-bit.David S. Miller1-1/+1
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson1-17/+86
2009-12-02TCPCT part 1f: Initiator Cookie => ResponderWilliam Allen Simpson1-30/+163
2009-12-02TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson1-0/+3
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson1-1/+2
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches1-2/+2
2009-10-29Allow to turn off TCP window scale opt per routeGilad Ben-Yossef1-2/+4
2009-10-29Allow disabling TCP timestamp options per routeGilad Ben-Yossef1-2/+6
2009-10-29Add the no SACK route option featureGilad Ben-Yossef1-1/+3
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-2/+2
2009-10-01IPv4 TCP fails to send window scale option when window scale is zeroOri Finkelman1-5/+6
2009-09-02tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang1-2/+3
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-07-23TCP: Add comments to (near) all functions in tcp_output.c v3Andi Kleen1-14/+44
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra1-1/+1
2009-06-29tcp: Stop non-TSO packets morphing into TSOHerbert Xu1-1/+2
2009-06-03net: skb->dst accessorsEric Dumazet1-1/+1
2009-05-04tcp: extend ECN sysctl to allow server-side only ECNIlpo Järvinen1-1/+1
2009-04-20tcp: fix mid-wq adjustment helperIlpo Järvinen1-1/+1
2009-04-02tcp: miscounts due to tcp_fragment pcount resetIlpo Järvinen1-1/+6
2009-04-02tcp: add helper for counter tweaking due mid-wq changeIlpo Järvinen1-32/+34
2009-03-15tcp: simplify tcp_current_mssIlpo Järvinen1-34/+7
2009-03-15tcp: remove pointless .dsack/.num_sacks codeIlpo Järvinen1-2/+1
2009-03-02tcp: tcp_init_wl / tcp_update_wl argument cleanupHantzis Fotis1-1/+1
2009-03-02tcp: get rid of two unnecessary u16s in TCP skb flags copyingIlpo Järvinen1-2/+2
2009-03-02tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen1-6/+6
2009-03-02tcp: drop unnecessary local var in collapseIlpo Järvinen1-5/+2
2009-03-02tcp: fix corner case issue in segmentation during rexmittingIlpo Järvinen1-0/+2
2009-03-02tcp: Don't clear hints when tcp_fragmentingIlpo Järvinen1-1/+6
2009-03-02tcp: deferring in middle of queue makes very little senseIlpo Järvinen1-0/+4
2009-03-02tcp: don't backtrack to sacked skbsIlpo Järvinen1-1/+1
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+0
2009-02-21tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu1-4/+8
2009-02-18tcp: remove obsoleted comment about different passesIlpo Järvinen1-1/+0
2009-02-05Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"David S. Miller1-8/+4
2008-12-25tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu1-4/+8
2008-12-05tcp: fix tso_should_defer in 64bitIlpo Järvinen1-1/+1
2008-12-05tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen1-37/+17
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-12/+10
2008-12-05tcp: move some parts from tcp_write_xmitIlpo Järvinen1-11/+12
2008-12-03tcp: make urg+gso work for real this timeIlpo Järvinen1-12/+10
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2008-11-24tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen1-50/+0
2008-11-24tcp: collapse more than two on retransmissionIlpo Järvinen1-37/+59
2008-11-21tcp: Do not use TSO/GSO when there is urgent dataPetr Tesarik1-2/+5
2008-11-03net: clean up net/ipv4/ip_sockglue.c tcp_output.cJianjun Kong1-4/+4
2008-10-26syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal1-5/+5
2008-10-23tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen1-6/+17
2008-10-21tcp: should use number of sack blocks instead of -1Ilpo Järvinen1-1/+1