[TCP]: MD5 Signature Option (RFC2385) support.
[safe/jmp/linux-2.6] / net / ipv4 / tcp.c
2006-12-03 YOSHIFUJI Hideaki[TCP]: MD5 Signature Option (RFC2385) support.
2006-11-16 John Heffner[TCP]: Fix up sysctl_tcp_mem initialization.
2006-11-07 John Heffner[TCP]: Don't use highmem in tcp hash size calculation.
2006-09-22 Alexey Kuznetsov[TCP]: Send ACKs each 2nd received segment.
2006-09-22 Alexey Dobriyan[NET]: Use SLAB_PANIC
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-02 Alexey Dobriyan[NET]: Fix more per-cpu typos
2006-08-02 David S. Miller[TCP]: Process linger2 timeout consistently.
2006-07-04 Herbert Xu[NET]: Verify gso_type too in gso_segment
2006-06-30 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2006-06-30 Herbert Xu[NET]: Generalise TSO-specific bits from skb_setup_caps
2006-06-30 Herbert Xu[IPV6]: Added GSO support for TCPv6
2006-06-30 Herbert Xu[TCP]: Reset gso_segs if packet is dodgy
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Herbert Xu[NET]: Added GSO header verification
2006-06-26 Herbert Xu[NET]: Fix CHECKSUM_HW GSO problems.
2006-06-23 Herbert Xu[NET]: Add software TSOv4
2006-06-23 Herbert Xu[NET]: Merge TSO/UFO fields in sk_buff
2006-06-18 Herbert Xu[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM
2006-06-18 Chris Leech[I/OAT]: TCP recv offload to I/OAT
2006-06-18 Chris Leech[I/OAT]: Make sk_eat_skb I/OAT aware.
2006-06-18 Chris Leech[I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and...
2006-05-04 Herbert Xu[TCP]: Fix sock_orphan dead lock
2006-03-25 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2006-03-25 Davide Libenzi[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed...
2006-03-25 David S. Miller[TCP]: Mark tcp_*mem[] __read_mostly.
2006-03-25 John Heffner[TCP]: Set default max buffers from memory pool size
2006-03-21 Arnaldo Carvalho... [NET]: Identation & other cleanups related to compat_...
2006-03-21 Arnaldo Carvalho... [ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt
2006-03-21 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
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-30 Arjan van de Ven[NET]: Add const markers to various variables.
2005-11-30 Mike Stroyan[IPV4] tcp/route: Another look at hash table sizes
2005-11-11 Stephen Hemminger[TCP]: spelling fixes
2005-11-11 Stephen Hemminger[TCP]: Appropriate Byte Count support
2005-11-05 Stephen Hemminger[TCP/DCCP]: Randomize port selection
2005-09-06 Herbert Xu[TCP]: Fix TCP_OFF() bug check introduced by previous...
2005-09-02 Herbert Xu[TCP]: Fix sk_forward_alloc underflow in tcp_sendmsg
2005-09-02 Herbert Xu[NET]: Add sk_stream_wmem_schedule
2005-08-29 Eric Dumazet[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_...
2005-08-29 Arnaldo Carvalho... [ICSK]: Generalise tcp_listen_poll
2005-08-29 Arnaldo Carvalho... [ICSK]: Move TCP congestion avoidance members to icsk
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... [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]: Just rename the TCP hashtable functions/structs...
2005-08-29 Arnaldo Carvalho... [NET]: Cleanup INET_REFCNT_DEBUG code
2005-08-29 Arnaldo Carvalho... [REQSK]: Move the syn_table destroy from tcp_listen_sto...
2005-08-29 David S. Miller[NET]: Kill skb->list
2005-08-23 David S. Miller[TCP]: Unconditionally clear TCP_NAGLE_PUSH in skb_enta...
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 send-side cpu utiliziation regression.
2005-07-05 David S. Miller[TCP]: Simplify SKB data portion allocation with NETIF_...
2005-06-24 Stephen Hemminger[TCP]: Allow choosing TCP congestion control via sockopt.
2005-06-23 Stephen Hemminger[TCP]: Add pluggable congestion control algorithm infra...
2005-06-19 David S. Miller[TCP]: Fix sysctl_tcp_low_latency
2005-06-19 Arnaldo Carvalho... [NET] rename struct tcp_listen_opt to struct listen_sock
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-06-13 Andi Kleen[TCP]: Adjust TCP mem order check to new alloc_large_sy...
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