tcp: Stalling connections: Move timeout calculation routine
[safe/jmp/linux-2.6] / include / net / tcp.h
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]: Don't panic if S+L skb is detected
2007-10-10 Ilpo Järvinen[TCP]: Reduce sacked_out with reno when purging write_queue
2007-10-10 Ilpo Järvinen[TCP]: Left out sync->verify (the new meaning of it...
2007-10-10 Ilpo Järvinen[TCP]: Add tcp_left_out(tp) "back" to get cleaner looki...
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-09-28 David S. Miller[TCP]: Fix MD5 signature handling on big-endian.
2007-08-03 David S. Miller[TCP]: Invoke tcp_sendmsg() directly, do not use inet_s...
2007-07-31 Stephen Hemminger[TCP]: congestion control API pass RTT in microseconds
2007-07-18 Stephen Hemminger[TCP]: remove unused argument to cong_avoid op
2007-05-31 Pavel Emelianov[TCP]: Consolidate checking for tcp orphan count being...
2007-05-03 Ilpo Järvinen[TCP]: Use S+L catcher only with SACK for now
2007-04-30 Ilpo Järvinen[TCP] FRTO: RFC4138 allows Nagle override when new...
2007-04-30 Ilpo Järvinen[TCP]: Catch skb with S+L bugs earlier
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 Andi Kleen[TCP]: Uninline tcp_done().
2007-04-26 Herbert Xu[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
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]: Add two new spurious RTO responses to FRTO
2007-04-26 John Heffner[TCP]: Add RFC3742 Limited Slow-Start, controlled by...
2007-04-26 Ilpo Järvinen[TCP] FRTO: Entry is allowed only during (New)Reno...
2007-04-26 Ilpo Järvinen[TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c
2007-02-08 Frederik Deweerdt[TCP]: remove tcp header from tcp_v4_check (take #2)
2007-01-04 Gerrit Renker[TCP]: Use old definition of before
2006-12-22 Gerrit Renker[TCP]: Fix ambiguity in the `before' relation.
2006-12-03 Al Viro[NET]: Fix assorted misannotations (from md5 and udplit...
2006-12-03 Al Viro[NET]: Annotate __skb_checksum_complete() and friends.
2006-12-03 Al Viro[NET]: Annotate csum_tcpudp_magic() callers in net/*
2006-12-03 YOSHIFUJI Hideaki[TCP]: MD5 Signature Option (RFC2385) support.
2006-12-03 Stephen Hemminger[TCP]: Restrict congestion control choices.
2006-12-03 Stephen Hemminger[TCP]: Add tcp_available_congestion_control sysctl.
2006-12-03 Eric Dumazet[NET]: Size listen hash tables using backlog hint
2006-08-02 Wei Yongjun[TCP]: SNMPv2 tcpAttemptFails counter error
2006-07-08 Herbert Xu[NET] gso: Fix up GSO packets with broken checksums
2006-06-30 Herbert Xu[NET]: Generalise TSO-specific bits from skb_setup_caps
2006-06-29 Herbert Xu[NET]: Added GSO header verification
2006-06-23 Herbert Xu[NET]: Add software TSOv4
2006-06-23 Herbert Xu[NET]: Merge TSO/UFO fields in sk_buff
2006-06-20 Linus TorvaldsMerge git://git.infradead.org/hdrcleanup-2.6
2006-06-18 David S. Miller[TCP]: Add tcp_slow_start_after_idle sysctl.
2006-06-18 Stephen Hemminger[TCP]: Minimum congestion window consolidation.
2006-06-18 Chris Leech[I/OAT]: Add a sysctl for tuning the I/OAT offloaded...
2006-06-18 Chris Leech[I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and...
2006-06-18 Chris Leech[I/OAT]: Structure changes for TCP recv offload to...
2006-04-26 David WoodhouseDon't include linux/config.h from anywhere else in...
2006-03-31 David S. Miller[TCP]: Kill unused extern decl for tcp_v4_hash_connecting()
2006-03-21 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
2006-03-21 Rick Jones[TCP]: sysctl to allow TCP window > 32767 sans wscale
2006-03-21 John Heffner[TCP]: MTU probing
2006-01-04 Stephen Hemminger[TCP]: less inline's
2006-01-03 Arnaldo Carvalho... [TCP]: Don't use __constant_htonl for a non const arg
2006-01-03 Arnaldo Carvalho... [TWSK]: Introduce struct timewait_sock_ops
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 Stephen Hemminger[TCP]: Appropriate Byte Count support
2005-11-11 Stephen Hemminger[TCP]: add tcp_slow_start helper
2005-11-11 Stephen Hemminger[TCP]: fix congestion window update when using TSO...
2005-11-10 Herbert Xu[NET]: Detect hardware rx checksum faults correctly
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
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 Arnaldo Carvalho... [INET_DIAG]: Move the tcp_diag interface to the proper...
2005-08-29 Arnaldo Carvalho... [TCPDIAG]: Just rename everything to inet_diag
2005-08-29 Arnaldo Carvalho... [ICSK]: Move TCP congestion avoidance members to icsk
2005-08-29 Arnaldo Carvalho... [TIMEWAIT]: Move inet_timewait_death_row routines to...
2005-08-29 Arnaldo Carvalho... [TIMEWAIT]: Introduce inet_timewait_death_row
2005-08-29 Arnaldo Carvalho... [ICSK]: Move generalised functions from tcp to inet_con...
2005-08-29 Arnaldo Carvalho... [ICSK]: Introduce reqsk_queue_prune from code in tcp_sy...
2005-08-29 Arnaldo Carvalho... [ICSK]: Generalise tcp_listen_{start,stop}
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 Arnaldo Carvalho... [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
2005-08-29 Arnaldo Carvalho... [TCP]: Move the tcp sock states to net/tcp_states.h
2005-08-29 Arnaldo Carvalho... [INET]: Generalise the tcp_listen_ lock routines
2005-08-29 Arnaldo Carvalho... [INET]: Move tcp_port_rover to inet_hashinfo
2005-08-29 Arnaldo Carvalho... [INET]: Generalise tcp_bind_hash & tcp_inherit_port
2005-08-29 Arnaldo Carvalho... [INET]: Move bind_hash from tcp_sk to inet_sk
2005-08-29 Arnaldo Carvalho... [INET]: Move the TCP hashtable functions/structs to...
2005-08-29 Arnaldo Carvalho... [INET]: Just rename the TCP hashtable functions/structs...
2005-08-29 Arnaldo Carvalho... [INET]: Introduce inet_sk_rebuild_header
2005-08-29 Arnaldo Carvalho... [SOCK]: Introduce sk_setup_caps
2005-08-29 Arnaldo Carvalho... [NET]: Cleanup INET_REFCNT_DEBUG code
2005-07-31 Baruch Even[NET]: Spelling mistakes threshoulds -> thresholds
2005-07-08 Victor Fusco[NET]: Fix sparse warnings
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]: 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]: Kill extra cwnd validate in __tcp_push_pending_f...
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
next