tcp: options clean up
[safe/jmp/linux-2.6] / net / ipv4 / tcp_output.c
2008-07-19 Adam Langleytcp: options clean up
2008-07-19 Adam Langleytcp: Fix MD5 signatures for non-linear skbs
2008-07-17 Pavel Emelyanovmib: add net to NET_INC_STATS_BH
2008-07-17 Pavel Emelyanovmib: add net to NET_INC_STATS
2008-07-17 Pavel Emelyanovmib: add net to TCP_INC_STATS
2008-07-03 Pavel Emelyanovtcp: de-bloat a bit with factoring NET_INC_STATS_BH out
2008-06-12 David S. MillerMerge branch 'net-next-2.6-misc-20080612a' of git:...
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-06-11 YOSHIFUJI Hideakitcp md5sig: Remove redundant protocol argument.
2008-06-04 Sridhar Samudralatcp: Increment OUTRSTS in tcp_send_active_reset()
2008-05-21 Sridhar Samudralatcp: TCP connection times out if ICMP frag needed is...
2008-04-16 Ilpo Järvinen[TCP]: Remove superflushious skb == write_queue_tail...
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-10 Florian Westphal[Syncookies]: Add support for TCP options via timestamps.
2008-04-08 Ilpo Järvinen[TCP]: tcp_simple_retransmit can cause S+L
2008-03-21 Peter P Waskiewicz Jr[NET]: Add per-connection option to set max TSO frame...
2008-03-21 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-20 Patrick McHardy[TCP]: Fix shrinking windows with window scaling
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-12 Ilpo Järvinen[TCP]: Prevent sending past receiver window with TSO...
2008-03-04 Glenn Griffin[TCP]: Add IPv6 support to TCP SYN cookies
2008-02-01 Adrian Bunk[TCP]: Unexport sysctl_tcp_tso_win_divisor
2008-01-28 Ilpo Järvinen[TCP]: Perform setting of common control fields in...
2008-01-28 Ilpo Järvinen[TCP]: Urgent parameter effect can be simplified.
2008-01-28 Ilpo Järvinen[TCP]: Remove unnecessary local variable
2008-01-28 Ilpo Järvinen[TCP]: Code duplication removal, added tcp_bound_to_hal...
2008-01-28 Ilpo Järvinen[TCP]: cleanup tcp_{in,out}put.c style
2008-01-28 Ilpo Järvinen[TCP]: reduce tcp_output's indentation levels a bit
2008-01-28 Ilpo Järvinen[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary
2008-01-28 Ilpo Järvinen[TCP]: Introduce tcp_wnd_end() to reduce line lengths
2008-01-28 Ilpo Järvinen[TCP]: Rename update_send_head & include related increm...
2008-01-28 Hideo Aoki[NET] CORE: Introducing new memory accounting interface.
2008-01-28 Ilpo Järvinen[TCP]: Force TSO splits to MSS boundaries
2008-01-28 Eric Dumazet[TCP] Avoid two divides in tcp_output.c
2008-01-28 Ilpo Järvinen[TCP]: Fix TSO deferring
2008-01-28 Ilpo Järvinen[TCP]: Abstract tp->highest_sack accessing & point...
2008-01-28 Ilpo Järvinen[TCP]: Add tcp_for_write_queue_from_safe and use it...
2008-01-28 Ilpo Järvinen[TCP]: Remove local variable and use packets_in_flight...
2008-01-28 Ilpo Järvinen[TCP]: MTUprobe: prepare skb fields earlier
2008-01-28 Pavel Emelyanov[NET]: Eliminate unused argument from sk_stream_alloc_pskb
2008-01-28 Ilpo Järvinen[TCP]: Move FRTO checks out from write queue abstractio...
2008-01-28 Ilpo Järvinen[TCP]: Rewrite SACK block processing & sack_recv_cache use
2008-01-28 Ilpo Järvinen[TCP]: Convert highest_sack to sk_buff to allow direct...
2007-12-05 Ilpo Järvinen[TCP]: NAGLE_PUSH seems to be a wrong way around
2007-11-23 Ilpo Järvinen[TCP] MTUprobe: Cleanup send queue check (no need to...
2007-11-23 Ilpo Järvinen[TCP]: MTUprobe: receiver window & data available check...
2007-11-20 Ilpo Järvinen[TCP] MTUprobe: fix potential sk_send_head corruption
2007-10-12 Ilpo Järvinen[TCP]: Limit processing lost_retrans loop to work-to...
2007-10-10 Ilpo Järvinen[TCP]: Fix two off-by-one errors in fackets_out adjusti...
2007-10-10 Ilpo Järvinen[TCP]: No fackets_out/highest_sack tuning when SACK...
2007-10-10 Ilpo Järvinen[TCP]: Re-place highest_sack check to a more robust...
2007-10-10 Ilpo Järvinen[TCP]: Avoid clearing sacktag hint in trivial situations
2007-10-10 Ilpo Järvinen[TCP]: clear_all_retrans_hints prefixed by tcp_
2007-10-10 Ilpo Järvinen[TCP]: Make fackets_out accurate
2007-10-10 Ilpo Järvinen[TCP]: Maintain highest_sack accurately to the highest skb
2007-10-10 Ilpo Järvinen[NET] Cleanup: DIV_ROUND_UP
2007-10-10 Ilpo Järvinen[TCP]: tcp_packets_out_inc to tcp_output.c (no callers...
2007-10-10 Ilpo Järvinen[TCP]: Remove unnecessary wrapper tcp_packets_out_dec
2007-10-10 Ilpo Järvinen[TCP]: Move sack_ok access to obviously named funcs...
2007-10-10 Ilpo Järvinen[TCP]: Left out sync->verify (the new meaning of it...
2007-10-10 Ilpo Järvinen[TCP]: Tighten tcp_sock's belt, drop left_out
2007-10-10 Ilpo Järvinen[TCP]: Add tcp_dec_pcount_approx int variant
2007-10-10 Ilpo Järvinen[TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h...
2007-10-10 Ilpo Järvinen[TCP]: Access to highest_sack obsoletes forward_cnt_hint
2007-07-19 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-07-11 Ilpo Järvinen[TCP]: SACK fastpath did override adjusted fackets_out
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-30 Ilpo Järvinen[TCP] FRTO: RFC4138 allows Nagle override when new...
2007-04-29 Gerrit Renker[TCP]: Update references in two old comments
2007-04-26 Stephen Hemminger[TCP]: Congestion control API update.
2007-04-26 Ilpo Järvinen[TCP]: Sed magic converts func(sk, tp, ...) -> func...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Some more conversions to skb_copy_from_linea...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
2007-04-26 Stephen Hemminger[TCP]: whitespace cleanup
2007-04-26 David S. Miller[TCP]: Abstract out all write queue operations.
2007-04-26 Ilpo Järvinen[TCP]: Add two new spurious RTO responses to FRTO
2007-04-09 David S. Miller[TCP]: slow_start_after_idle should influence cwnd...
2007-04-02 John Heffner[TCP]: Do receiver-side SWS avoidance for rcvbuf <...
2007-02-13 Ilpo Järvinen[TCP]: Prevent pseudo garbage in SYN's advertized window
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-02-08 John Heffner[TCP]: Don't apply FIN exception to full TSO segments.
2007-01-26 David S. Miller[TCP]: Restore SKB socket owner setting in tcp_transmit...
2007-01-24 Jarek Poplawski[TCP]: rare bad TCP checksum with 2.6.19
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()
next