[TCP]: MD5 Signature Option (RFC2385) support.
[safe/jmp/linux-2.6] / net / ipv4 / tcp_output.c
2006-12-03 YOSHIFUJI Hideaki[TCP]: MD5 Signature Option (RFC2385) support.
2006-12-03 Gerrit Renker[TCP/DCCP]: Introduce net_xmit_eval
2006-12-03 David S. Miller[TCP]: Don't set SKB owner in tcp_transmit_skb().
2006-10-19 John Heffner[TCP]: Bound TSO defer time
2006-10-12 YOSHIFUJI Hideaki[NET]: Use hton{l,s}() for non-initializers.
2006-09-29 Al Viro[TCP] net/ipv4/tcp_output.c: trivial annotations
2006-09-22 Brian Haley[NET/IPV4/IPV6]: Change some sysctl variables to __read...
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-08-22 Stephen Hemminger[TCP]: Limit window scaling if window is clamped.
2006-08-08 Wei Yongjun[TCP]: SNMPv2 tcpOutSegs counter error
2006-06-30 Herbert Xu[NET]: Generalise TSO-specific bits from skb_setup_caps
2006-06-29 Michael Chan[NET]: Add ECN support for TSO
2006-06-23 Herbert Xu[NET]: Merge TSO/UFO fields in sk_buff
2006-06-18 David S. Miller[TCP]: Add tcp_slow_start_after_idle sysctl.
2006-06-05 Herbert Xu ~{PmVHI~}[TCP]: Avoid skb_pull if possible when trimming head
2006-04-30 Hua Zhong[TCP]: Fix unlikely usage in tcp_transmit_skb()
2006-04-20 Herbert Xu[TCP]: Account skb overhead in tcp_fragment
2006-04-18 Herbert Xu[TCP]: Fix truesize underflow
2006-04-14 Adrian Bunk[IPV4]: Possible cleanups.
2006-03-21 Rick Jones[TCP]: sysctl to allow TCP window > 32767 sans wscale
2006-03-21 John Heffner[TCP] mtu probing: move tcp-specific data out of inet_c...
2006-03-21 John Heffner[TCP]: MTU probing
2006-03-12 David S. Miller[TCP]: Fix tcp_tso_should_defer() when limit>=65536
2006-01-04 Stephen Hemminger[TCP]: less inline's
2006-01-03 Arnaldo Carvalho... [IP_SOCKGLUE]: Remove most of the tcp specific calls
2006-01-03 Arnaldo Carvalho... [ICSK]: Rename struct tcp_func to struct inet_connectio...
2005-12-07 David S. Miller[TCP] Vegas: timestamp before clone
2005-11-11 Stephen Hemminger[TCP]: speed up SACK processing
2005-11-11 Stephen Hemminger[TCP]: spelling fixes
2005-11-11 Stephen Hemminger[TCP]: fix congestion window update when using TSO...
2005-10-20 Herbert Xu[TCP] Allow len == skb->len in tcp_fragment
2005-10-13 Herbert Xu[TCP]: Ratelimit debugging warning.
2005-10-12 Herbert Xu[TCP]: Add code to help track down "BUG at net/ipv4...
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-09-30 David S. Miller[TCP]: Revert 6b251858d377196b8cea20e65cae60f584a42735
2005-09-28 David S. Miller[TCP]: Fix init_cwnd calculations in tcp_select_initial...
2005-09-23 Herbert Xu[TCP]: Adjust Reno SACK estimate in tcp_fragment
2005-09-20 Herbert Xu[TCP]: Handle SACK'd packets properly in tcp_fragment().
2005-09-15 Herbert Xu[TCP]: Compute in_sacked properly when we split up...
2005-09-11 Herbert Xu[TCP]: Fix double adjustment of tp->{lost,left}_out...
2005-09-08 Herbert Xu[TCP]: Fix off by one in tcp_fragment() "already sent...
2005-09-02 David S. Miller[TCP]: Keep TSO enabled even during loss events.
2005-08-29 David S. Miller[NET]: Implement SKB fast cloning.
2005-08-29 Patrick McHardy[NET]: Store skb->timestamp as offset to a base timestamp
2005-08-29 Arnaldo Carvalho... [ICSK]: Move TCP congestion avoidance members to icsk
2005-08-29 Arnaldo Carvalho... [NET]: Just move the inet_connection_sock function...
2005-08-29 Arnaldo Carvalho... [NET]: Introduce inet_connection_sock
2005-08-29 David S. Miller[NET]: Kill skb->list
2005-08-23 Dmitry Yusupov[TCP]: Do TSO deferral even if tail SKB can go out...
2005-08-17 Herbert Xu[TCP]: Fix bug #5070: kernel BUG at net/ipv4/tcp_output...
2005-08-17 Herbert Xu[TCP]: Fix bug #5070: kernel BUG at net/ipv4/tcp_output...
2005-08-11 Herbert Xu[TCP]: Adjust {p,f}ackets_out correctly in tcp_retransm...
2005-08-05 Herbert Xu[PATCH] tcp: fix TSO cwnd caching bug
2005-08-05 David S. Miller[PATCH] tcp: fix TSO sizing bugs
2005-07-08 Victor Fusco[NET]: Fix sparse warnings
2005-07-05 David S. Miller[TCP]: Never TSO defer under periods of congestion.
2005-07-05 David S. Miller[TCP]: Move to new TSO segmenting scheme.
2005-07-05 David S. Miller[TCP]: Eliminate redundant computations in tcp_write_xm...
2005-07-05 David S. Miller[TCP]: Break out tcp_snd_test() into it's constituent...
2005-07-05 David S. Miller[TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.
2005-07-05 David S. Miller[TCP]: Fix redundant calculations of tcp_current_mss()
2005-07-05 David S. Miller[TCP]: tcp_write_xmit() tabbing cleanup
2005-07-05 David S. Miller[TCP]: Kill extra cwnd validate in __tcp_push_pending_f...
2005-07-05 David S. Miller[TCP]: Add missing skb_header_release() call to tcp_fra...
2005-07-05 David S. Miller[TCP]: Move __tcp_data_snd_check into tcp_output.c
2005-07-05 David S. Miller[TCP]: Move send test logic out of net/tcp.h
2005-07-05 David S. Miller[TCP]: Fix quick-ack decrementing with TSO.
2005-06-23 Stephen Hemminger[TCP]: Add pluggable congestion control algorithm infra...
2005-06-19 Arnaldo Carvalho... [NET] Rename open_request to request_sock
2005-06-19 Arnaldo Carvalho... [NET] Generalise TCP's struct open_request minisock...
2005-05-05 Jesper Juhl[PATCH] update Ross Biro bouncing email address
2005-04-25 David S. Miller[TCP]: skb pcount with MTU discovery
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2