Revert "tcp: fix tcp_defer_accept to consider the timeout"
[safe/jmp/linux-2.6] / net / ipv4 / tcp_minisocks.c
2009-10-20 David S. MillerRevert "tcp: fix tcp_defer_accept to consider the timeout"
2009-10-13 Willy Tarreautcp: fix tcp_defer_accept to consider the timeout
2009-09-16 Robert Vargatcp: fix CONFIG_TCP_MD5SIG + CONFIG_PREEMPT timer BUG()
2009-09-15 Ilpo Järvinentcp: fix ssthresh u16 leftover
2009-09-03 Wu Fengguangtcp: replace hard coded GFP_KERNEL with sk_allocation
2009-08-29 John Dykstratcp: Remove redundant copy of MD5 authentication key
2009-06-26 Wei Yongjuntcp: missing check ACK flag of received segment in...
2009-03-16 Ilpo Järvinentcp: consolidate paws check
2009-03-03 Hantzis Fotistcp: tcp_init_wl / tcp_update_wl argument cleanup
2009-03-02 Ilpo Järvinentcp: kill eff_sacks "cache", the sole user can calculat...
2008-11-03 Jianjun Kongnet: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks...
2008-10-07 Ilpo Järvinentcp: kill pointless urg_mode
2008-08-08 Adam Langleytcp: (whitespace only) fix confusing indentation
2008-08-07 Gui Jianfengtcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookup
2008-07-17 Pavel Emelyanovmib: add net to NET_INC_STATS_BH
2008-07-17 Pavel Emelyanovmib: add net to TCP_INC_STATS_BH
2008-06-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-12 David S. Millertcp: Revert 'process defer accept as established' changes.
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-03-21 Patrick McManus[TCP]: TCP_DEFER_ACCEPT updates - process as established
2008-03-04 Glenn Griffin[TCP]: Add IPv6 support to TCP SYN cookies
2008-02-29 Denis V. Lunev[INET]: Remove struct dst_entry *dst from request_sock_...
2007-10-10 Ilpo Järvinen[TCP]: Move sack_ok access to obviously named funcs...
2007-10-10 Ilpo Järvinen[TCP]: Tighten tcp_sock's belt, drop left_out
2007-10-10 Ilpo Järvinen[TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h...
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 James Morris[NET]: Convert xtime.tv_sec to get_seconds()
2007-04-26 Eric Dumazet[TCP]: Keep copied_seq, rcv_wup and rcv_next together.
2007-02-28 Arnaldo Carvalho... [TCP]: Fix minisock tcp_create_openreq_child() typo.
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-03 Arnaldo Carvalho... [TCP] minisocks: Use kmemdup and LIMIT_NETDEBUG
2006-12-03 Al Viro[IPV6]: Assorted trivial endianness annotations.
2006-12-03 David S. Miller[TCP]: Fix some warning when MD5 is disabled.
2006-12-03 YOSHIFUJI Hideaki[TCP]: MD5 Signature Option (RFC2385) support.
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-09-22 Brian Haley[NET/IPV4/IPV6]: Change some sysctl variables to __read...
2006-08-02 Wei Yongjun[TCP]: SNMPv2 tcpAttemptFails counter error
2006-07-03 Ingo Molnar[PATCH] lockdep: locking init debugging improvement
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Michael Chan[NET]: Add ECN support for TSO
2006-01-03 Arnaldo Carvalho... [IPV6]: Introduce inet6_timewait_sock
2006-01-03 Arnaldo Carvalho... [ICSK]: Rename struct tcp_func to struct inet_connectio...
2005-11-11 Stephen Hemminger[TCP]: spelling fixes
2005-11-11 Stephen Hemminger[TCP]: Appropriate Byte Count support
2005-09-21 Stephen Hemminger[TCP]: Set default congestion control correctly for...
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]: Introduce reqsk_queue_prune from code in tcp_sy...
2005-08-29 Arnaldo Carvalho... [ICSK]: Introduce inet_csk_clone
2005-08-29 Arnaldo Carvalho... [NET]: Introduce inet_connection_sock
2005-08-29 Arnaldo Carvalho... [SOCK]: Introduce sk_clone
2005-08-29 Arnaldo Carvalho... [INET_TWSK]: Introduce inet_twsk_alloc
2005-08-29 Arnaldo Carvalho... [INET]: Generalise the TCP sock ID lookup routines
2005-08-29 Arnaldo Carvalho... [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
2005-08-29 Arnaldo Carvalho... [INET]: Move tcp_port_rover to inet_hashinfo
2005-08-29 Arnaldo Carvalho... [INET]: Move bind_hash from tcp_sk to inet_sk
2005-08-29 Arnaldo Carvalho... [INET]: Just rename the TCP hashtable functions/structs...
2005-08-29 Arnaldo Carvalho... [SOCK]: Introduce sk_setup_caps
2005-08-29 Arnaldo Carvalho... [NET]: Cleanup INET_REFCNT_DEBUG code
2005-06-23 Stephen Hemminger[TCP]: Add pluggable congestion control algorithm infra...
2005-06-19 Arnaldo Carvalho... [NET] Generalise tcp_listen_opt
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-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2