Merge branch 'net-2.6.26-netns-20080326' of git://git.linux-ipv6.org/gitroot/yoshfuji...
[linux-2.6] / net / ipv4 / tcp_input.c
2007-10-18  Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-18  Ilpo Järvinen[TCP]: Remove lost_retrans zero seqno special cases
2007-10-17  Linus TorvaldsMerge branch 'xen-upstream' of git://git./linux/kernel...
2007-10-17  Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-10-16  Linus TorvaldsMerge ssh:///pub/scm/linux/kernel/git/sam/kbuild
2007-10-16  Linus TorvaldsMerge git://git./linux/kernel/git/sam/kbuild
2007-10-15  Linus TorvaldsMerge branch 'devel' of /home/rmk/linux-2.6-arm
2007-10-15  Linus TorvaldsMerge branch 'locks' of git://linux-nfs.org/~bfields...
2007-10-15  Linus TorvaldsMerge branch 'release' of ssh:///linux/kernel/git/aegl...
2007-10-15  Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-15  Ilpo Järvinen[TCP]: high_seq parameter removed (all callers use...
2007-10-15  Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2007-10-15  Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2007-10-15  Linus TorvaldsMerge branch 'nfs-server-stable' of git://linux-nfs...
2007-10-14  Linus TorvaldsMerge branch 'release' of git://lm-sensors.org/kernel...
2007-10-14  David WoodhouseMerge branch 'master' of git://git.infradead.org/~dedek...
2007-10-13  Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh64-2.6
2007-10-13  Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6
2007-10-13  David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2007-10-13  David WoodhouseMerge Linux 2.6.23
2007-10-13  Dmitry TorokhovMerge /pub/scm/linux/kernel/git/torvalds/linux-2.6
2007-10-12  Russell KingMerge branches 'omap1-upstream' and 'omap2-upstream...
2007-10-12  Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/cpufreq
2007-10-12  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-12  Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2007-10-12  Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-10-12  Linus TorvaldsMerge branch 'upstream-fixes' of /linux/kernel/git...
2007-10-12  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-12  Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-10-12  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-12  Ilpo Järvinen[TCP]: Limit processing lost_retrans loop to work-to...
2007-10-12  Ilpo Järvinen[TCP]: Fix lost_retrans loop vs fastpath problems
2007-10-12  Ilpo Järvinen[TCP]: No need to re-count fackets_out/sacked_out at RTO
2007-10-12  Ilpo Järvinen[TCP]: Extract tcp_match_queue_to_sack from sacktag...
2007-10-12  Ilpo Järvinen[TCP]: Kill almost unused variable pcount from sacktag
2007-10-12  Ilpo Järvinen[TCP]: Fix mark_head_lost to ignore R-bit when trying...
2007-10-12  Ilpo Järvinen[TCP]: Add bytes_acked (ABC) clearing to FRTO too
2007-10-11  Tim ShimminMerge branch 'master' of git://git./linux/kernel/git...
2007-10-10  Ilpo Järvinen[TCP]: Separate lost_retrans loop into own function
2007-10-10  Stephen Hemminger[NET]: sparse warning fixes
2007-10-10  Ilpo Järvinen[TCP]: "Annotate" another fackets_out state reset
2007-10-10  Ilpo Järvinen[TCP]: Wrap-safed reordering detection FRTO check
2007-10-10  Ilpo Järvinen[TCP]: Update comment of SACK block validator
2007-10-10  Ilpo Järvinen[TCP]: fix comments that got messed up during code...
2007-10-10  Ilpo Järvinen[TCP] MIB: Count FRTO's successfully detected spurious...
2007-10-10  Ilpo Järvinen[TCP]: Reordered ACK's (old) SACKs not included to...
2007-10-10  Ilpo Järvinen[TCP]: Avoid clearing sacktag hint in trivial situations
2007-10-10  Ilpo Järvinen[TCP]: Enable SACK enhanced FRTO (RFC4138) by default
2007-10-10  Ilpo Järvinen[TCP] FRTO: Improve interoperability with other undo_ma...
2007-10-10  Ilpo Järvinen[TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queue
2007-10-10  Ilpo Järvinen[TCP]: Move accounting from tso_acked to clean_rtx_queue
2007-10-10  Ilpo Järvinen[TCP]: clear_all_retrans_hints prefixed by tcp_
2007-10-10  Ilpo Järvinen[TCP]: Make fackets_out accurate
2007-10-10  Ilpo Järvinen[TCP] MIB: Add counters for discarded SACK blocks
2007-10-10  Ilpo Järvinen[TCP]: Discard fuzzy SACK blocks
2007-10-10  Ilpo Järvinen[TCP]: Rename tcp_ack_packets_out -> tcp_rearm_rto
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]: Reduce sacked_out with reno when purging write_queue
2007-10-10  Ilpo Järvinen[TCP]: Keep state in Disorder also if only lost_out > 0
2007-10-10  Ilpo Järvinen[TCP]: Restore over-zealous tcp_sync_left_out-like...
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]: Move code from tcp_ecn.h to tcp*.c and tcp.h...
2007-10-10  Ilpo Järvinen[TCP] FRTO: remove unnecessary fackets/sacked_out recou...
2007-10-10  Ilpo Järvinen[TCP]: Move Reno SACKed_out counter functions earlier
2007-10-10  David S. Miller[TCP]: Extract DSACK detection code from tcp_sacktag_wr...
2007-10-10  Ilpo Järvinen[TCP]: Rexmit hint must be cleared instead of setting it
2007-10-10  Ilpo Järvinen[TCP]: Extracted rexmit hint clearing from the LOST...
2007-10-10  Ilpo Järvinen[TCP]: Add highest_sack seqno, points to globally highe...
2007-10-10  Len BrownPull bugzilla-8709 into release branch
2007-10-10  Len BrownPull bugzilla-292300 into release branch
2007-10-10  Len BrownPull battery-sbs-ac into release branch
2007-10-10  Len BrownPull thermal into release branch
2007-10-10  Len BrownPull video into release branch
2007-10-10  Len BrownPull fujitsu-v3 into release branch
2007-10-10  Len BrownPull thinkpad into release branch
2007-10-10  Len BrownPull sony-2.6.24 into release branch
2007-10-10  Len BrownPull randconfig into release branch
2007-10-08  Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-08  Ilpo Järvinen[TCP]: Fix fastpath_cnt_hint when GSO skb is partially...
2007-09-25  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-09-24  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-09-17  Len BrownPull misc into release branch
2007-09-15  Linus TorvaldsMerge git://git.linux-xtensa.org/kernel/xtensa-feed
2007-09-13  Paul MackerrasMerge branch 'linux-2.6' into for-2.6.24
2007-09-12  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-09-11  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-09-11  Linus TorvaldsMerge /linux/kernel/git/jejb/scsi-rc-fixes-2.6
2007-09-11  David S. MillerMerge /linux/kernel/git/holtmann/bluetooth-2.6
2007-09-10  Linus TorvaldsMerge branch 'for-linus' of git://linux-m32r.org/git...
2007-09-10  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-09-04  Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2007-09-04  Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2007-09-01  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-09-01  Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-08-31  David S. Miller[TCP]: 'dst' can be NULL in tcp_rto_min()
2007-08-31  Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2007-08-31  Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
next