nfsd4.1: common slot allocation size calculation
[safe/jmp/linux-2.6] / net / ipv4 / tcp_input.c
2007-06-15 Ilpo Järvinen[TCP]: Congestion control API RTT sampling fix
2007-06-14 Ilpo Järvinen[TCP]: Add missing break to TCP option parsing code
2007-06-12 Ilpo Järvinen[TCP]: Fix left_out setting during FRTO
2007-06-04 Ilpo Järvinen[TCP]: Fix GSO ignorance of pkts_acked arg (cong.cntrl...
2007-05-19 Ilpo Järvinen[TCP] FRTO: Prevent state inconsistency in corner cases
2007-05-19 Ilpo Järvinen[TCP] FRTO: Add missing ECN CWR sending to one of the...
2007-04-30 Ilpo Järvinen[TCP] FRTO: RFC4138 allows Nagle override when new...
2007-04-30 Ilpo Järvinen[TCP] FRTO: Delay skb available check until it's mandatory
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 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Herbert Xu[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_transport_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_network_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_mac_header()
2007-04-26 Arnaldo Carvalho... [TCP]: Use skb_set_mac_header in tcp_collapse
2007-04-26 Arnaldo Carvalho... [TCP]: Do the layer header setting in tcp_collapse...
2007-04-26 Stephen Hemminger[TCP]: whitespace cleanup
2007-04-26 David S. Miller[TCP]: Abstract out all write queue operations.
2007-04-26 James Morris[NET]: Convert xtime.tv_sec to get_seconds()
2007-04-26 Ilpo Järvinen[TCP]: FRTO undo response falls back to ratehalving...
2007-04-26 Ilpo Järvinen[TCP]: Complete icsk-to-local-variable change (in tcp_e...
2007-04-26 Ilpo Järvinen[TCP]: Add two new spurious RTO responses to FRTO
2007-04-26 Ilpo Järvinen[TCP]: Correct reordering detection change (no FRTO...
2007-04-26 Ilpo Järvinen[TCP]: SACK enhanced FRTO
2007-04-26 Ilpo Järvinen[TCP]: Prevent reordering adjustments during FRTO
2007-04-26 Ilpo Järvinen[TCP] FRTO: Fake cwnd for ssthresh callback
2007-04-26 Ilpo Järvinen[TCP] FRTO: Reverse RETRANS bit clearing logic
2007-04-26 Ilpo Järvinen[TCP] FRTO: Entry is allowed only during (New)Reno...
2007-04-26 Ilpo Järvinen[TCP]: Prevent unrelated cwnd adjustment while using...
2007-04-26 Ilpo Järvinen[TCP] FRTO: frto_counter modulo-op converted to two...
2007-04-26 Ilpo Järvinen[TCP]: Don't enter to fast recovery while using FRTO
2007-04-26 Ilpo Järvinen[TCP] FRTO: Response should reset also snd_cwnd_cnt
2007-04-26 Ilpo Järvinen[TCP] FRTO: fixes fallback to conventional recovery
2007-04-26 Ilpo Järvinen[TCP] FRTO: Ignore some uninteresting ACKs
2007-04-26 Ilpo Järvinen[TCP] FRTO: Use Disorder state during operation instead...
2007-04-26 Ilpo Järvinen[TCP] FRTO: Consecutive RTOs keep prior_ssthresh and...
2007-04-26 Ilpo Järvinen[TCP] FRTO: Comment cleanup & improvement
2007-04-26 Ilpo Järvinen[TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c
2007-04-26 Ilpo Järvinen[TCP] FRTO: Separated response from FRTO detection...
2007-04-26 Ilpo Järvinen[TCP] FRTO: Incorrectly clears TCPCB_EVER_RETRANS bit
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-02-08 Baruch Even[TCP]: Check num sacks in SACK fast path
2007-02-08 Baruch Even[TCP]: Seperate DSACK from SACK fast path
2007-02-08 Baruch Even[TCP]: Advance fast path pointer for first block only
2007-01-25 Baruch Even[TCP]: Fix sorting of SACK blocks.
2007-01-24 Masayuki Nakagawa[TCP]: skb is unexpectedly freed.
2006-12-07 Ralf Baechle[NET]: Memory barrier cleanups
2006-12-03 Al Viro[NET]: Annotate __skb_checksum_complete() and friends.
2006-12-03 YOSHIFUJI Hideaki[TCP]: MD5 Signature Option (RFC2385) support.
2006-12-03 Venkat YekkiralaSELinux: Return correct context for SO_PEERSEC
2006-10-04 David S. Miller[TCP]: Kill warning in tcp_clean_rtx_queue().
2006-09-29 John Heffner[TCP]: Fix and simplify microsecond rtt sampling
2006-09-29 Al Viro[TCP] net/ipv4/tcp_input.c: trivial annotations
2006-09-29 Al Viro[TCP]: struct tcp_sack_block annotations
2006-09-22 Alexey Kuznetsov[TCP]: Send ACKs each 2nd received segment.
2006-09-22 Herbert Xu[TCP]: Fix rcv mss estimate for LRO
2006-09-22 Brian Haley[NET/IPV4/IPV6]: Change some sysctl variables to __read...
2006-09-18 Stephen Hemminger[TCP]: Turn ABC off.
2006-08-30 Daikichi Osuga[TCP]: Two RFC3465 Appropriate Byte Count fixes.
2006-08-05 Ilpo Järvinen[TCP]: Fixes IW > 2 cases when TCP is application limited
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
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 Stephen Hemminger[TCP]: Minimum congestion window consolidation.
2006-06-18 David S. Miller[TCP]: tcp_rcv_rtt_measure_ts() call in pure-ACK path...
2006-06-18 Chris Leech[I/OAT]: TCP recv offload to I/OAT
2006-06-12 Aki M Nyrhinen[TCP]: continued: reno sacked_out count fix
2006-05-17 Angelo P. Castellani[TCP]: reno sacked_out count fix
2006-04-14 Adrian Bunk[IPV4]: Possible cleanups.
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-02-10 John Heffner[TCP]: rcvbuf lock when tcp_moderate_rcvbuf enabled
2006-01-09 Kris Katterjohn[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
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-11-15 Stephen Hemminger[TCP]: More spelling fixes.
2005-11-11 Stephen Hemminger[TCP]: speed up SACK processing
2005-11-11 Stephen Hemminger[TCP]: spelling fixes
2005-11-11 John Heffner[TCP]: receive buffer growth limiting with mixed MTU
2005-11-11 Stephen Hemminger[TCP]: Appropriate Byte Count support
2005-11-11 Stephen Hemminger[TCP]: simplify microsecond rtt sampling
2005-10-27 Herbert Xu[TCP]: Clear stale pred_flags when snd_wnd changes
2005-09-30 Alexey Kuznetsov[TCP]: Don't over-clamp window in tcp_clamp_window()
2005-09-15 Herbert Xu[TCP]: Compute in_sacked properly when we split up...
2005-09-02 David S. Miller[TCP]: Keep TSO enabled even during loss events.
2005-08-29 Arnaldo Carvalho... [NET]: Fix sparse warnings
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... [ICSK]: Introduce reqsk_queue_prune from code in tcp_sy...
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-07-08 David S. Miller[NET]: Transform skb_queue_len() binary tests into...
2005-07-05 David S. Miller[TCP]: Move to new TSO segmenting scheme.
2005-07-05 David S. Miller[TCP]: Break out send buffer expansion test.
next