- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / net / ipv4 / tcp.c
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2007-11-07 Eric Dumazet[INET]: Remove per bucket rwlock in tcp/dccp ehash...
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-30 Jean Delvare[TCP]: Saner thash_entries default with much memory.
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-10 Rick Jones[TCP]: Return useful listenq info in tcp_info and INET_...
2007-10-10 Ilpo Järvinen[NET]: DIV_ROUND_UP cleanup (part two)
2007-10-10 Ilpo Järvinen[TCP]: Move sack_ok access to obviously named funcs...
2007-10-04 Jeff Mahoney- patches.suse/kabi-safe-2.6.22.6-tcp_sendmsg: kABI...
2007-08-31 David MillerTCP: Do not autobind ports for TCP sockets
2007-08-03 David S. Miller[TCP]: Invoke tcp_sendmsg() directly, do not use inet_s...
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-11 Andrew MortonI/OAT: warning fix
2007-07-11 Chris LeechI/OAT: Only offload copies for TCP when there will...
2007-06-24 Jens Axboe[TCP] tcp_read_sock: Allow recv_actor() return return...
2007-06-04 Mark Glines[TCP]: Use default 32768-61000 outgoing port range...
2007-05-31 Pavel Emelianov[TCP]: Consolidate checking for tcp orphan count being...
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-04 Srinivas Aji[TCP]: zero out rx_opt in tcp_disconnect()
2007-04-29 Gerrit Renker[TCP]: Update references in two old comments
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 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Eric Dumazet[TCP]: tcp_memory_pressure and tcp_socket are__read_mos...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
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 David S. Miller[TCP]: Abstract out all write queue operations.
2007-03-16 John Heffner[TCP]: Fix tcp_mem[] initialization.
2007-03-09 David MillerFix TCP MD5 locking.
2007-02-26 David S. Miller[TCP]: Fix MD5 signature pool locking.
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-02-08 Eric Dumazet[NET]: change layout of ehash table
2006-12-14 David S. Miller[TCP]: Fix oops caused by __tcp_put_md5sig_pool()
2006-12-03 Adrian Bunk[NET]: Possible cleanups.
2006-12-03 Arnaldo Carvalho... [TCP]: Tidy up skb_entail
2006-12-03 Al Viro[NET]: Annotate callers of csum_fold() in net/*
2006-12-03 YOSHIFUJI Hideaki[TCP]: MD5 Signature Option (RFC2385) support.
2006-11-19 John Heffner[PATCH] TCP: Don't use highmem in tcp hash size calcula...
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-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
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-04-26 Greg Kroah-Hartman- patches.suse/ioat-engine-dma-mask: Delete.
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-17 Olaf Kirch- patches.suse/ioat-*: IOAT update from Intel (142510).
2006-01-16 Olaf Kirch- patches.suse/ioat-dma-*: Enabled IOAT (142510).
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...
next