aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-24xps: Improvements in TX queue selectionTom Herbert1-1/+4
2010-11-17network: tcp_connect should return certain errors up the stackEric Paris1-1/+4
2010-09-23net: return operator cleanupEric Dumazet1-4/+4
2010-09-01tcp: update also tcp_output with regard to RFC 5681Gerrit Renker1-9/+3
2010-08-22tcp: allow effective reduction of TCP's rcv-buffer via setsockoptHagen Paul Pfeifer1-0/+11
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2010-07-19tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen1-0/+3
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-7/+5
2010-06-28tcp: tso_fragment() might avoid GFP_ATOMICEric Dumazet1-3/+3
2010-06-15tcp: unify tcp flag macrosChangli Gao1-30/+29
2010-05-17tcp: tcp_synack_options() fix Eric Dumazet1-5/+4
2010-05-16net: Introduce sk_route_nocapsEric Dumazet1-1/+1
2010-04-22tcp: fix outsegs stat for TSO segmentsTom Herbert1-2/+3
2010-04-20net: Fix various endianness glitchesEric Dumazet1-2/+2
2010-04-15net: replace ipfragok with skb->local_dfShan Wei1-1/+1
2010-04-11tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skbDavid S. Miller1-0/+1
2010-04-11inet: Remove unused send_check length argumentHerbert Xu1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08tcp: Fix tcp_make_synack()Eric Dumazet1-9/+9
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey1-4/+13
2009-12-23tcp: Remove check in __tcp_push_pending_framesKrishna Kumar1-5/+0
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller1-13/+5
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