Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / net / ipv4 / tcp.c
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 David S. MillerMerge branch 'net-next-2.6-misc-20080612a' of git:...
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-06-11 YOSHIFUJI Hideakitcp md5sig: Share most of hash calcucaltion bits betwee...
2008-06-04 Octavian Purdilatcp: Fix for race due to temporary drop of the socket...
2008-04-21 Satoru SATOHtcp: Trivial fix to correct function name in a comment...
2008-03-24 David S. MillerMerge branch 'master' of ../net-2.6/
2008-03-22 Herbert Xu[TCP]: Let skbs grow over a page on fast peers
2008-03-21 Patrick McManus[TCP]: TCP_DEFER_ACCEPT updates - process as established
2008-02-03 Arnaldo Carvalho... [SOCK] proto: Add hashinfo member to struct proto
2008-01-28 Ilpo Järvinen[TCP]: Uninline tcp_set_state
2008-01-28 Ilpo Järvinen[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary
2008-01-28 Hideo Aoki[NET] CORE: Introducing new memory accounting interface.
2008-01-28 Pavel Emelyanov[TCP]: Use BUILD_BUG_ON for tcp_skb_cb size checking
2008-01-28 Pavel Emelyanov[NET]: Eliminate unused argument from sk_stream_alloc_pskb
2008-01-28 Pavel Emelyanov[NET]: Uninline the sk_stream_alloc_pskb
2008-01-28 Adrian Bunk[TCP]: Make tcp_splice_data_recv() static.
2008-01-28 Jens Axboe[TCP]: Splice receive support.
2007-11-07 Eric Dumazet[INET]: Remove per bucket rwlock in tcp/dccp ehash...
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-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-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-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-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...
next