]> pilppa.org Git - linux-2.6-omap-h63xx.git/history - net/dccp/ccids/ccid2.c
[TFRC]: CCID3 (and CCID4) needs to access these inlines
[linux-2.6-omap-h63xx.git] / net / dccp / ccids / ccid2.c
2008-01-28 Gerrit Renker[CCID2]: Remove misleading comment
2008-01-28 Gerrit Renker[CCID2]: Remove redundant ack-counting variable
2008-01-28 Gerrit Renker[CCID2]: Remove redundant synchronisation variable
2008-01-28 Gerrit Renker[CCID2]: Redundant debugging output
2008-01-28 Gerrit Renker[CCID2]: Replace pipe assignment-function with assignment
2008-01-28 Gerrit Renker[CCID2]: Replace cwnd assignment-function with assignment
2008-01-28 Gerrit Renker[CCID2]: Replace read-only variable with constant
2008-01-28 Gerrit Renker[CCID2]: Remove unused variable
2008-01-28 Gerrit Renker[CCID2]: Disable broken Ack Ratio adaptation algorithm
2008-01-28 Gerrit Renker[CCID2]: Larger initial windows also for CCID2
2008-01-28 Gerrit Renker[CCID2]: Deadlock and spurious timeouts when Ack Ratio...
2008-01-28 Gerrit Renker[CCID2]: Don't assign negative values to Ack Ratio
2008-01-28 Gerrit Renker[CCID2]: Fix sequence number arithmetic/comparisons
2008-01-28 Gerrit Renker[CCID2]: Bug in reading Ack Vectors
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2007-12-10 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-11-20 Len BrownPull cpuidle into release branch
2007-11-17 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davej...
2007-11-12 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2007-11-03 Linus TorvaldsMerge branch 'v2.6.24-rc1-lockdep' of git://git.kernel...
2007-11-03 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2007-11-01 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-10-30 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-10-29 Len BrownPull documentation into release branch
2007-10-29 Len BrownPull cpuidle into release branch
2007-10-29 Len BrownPull fujitsu into release branch
2007-10-29 Len BrownPull alexey-fixes into release branch
2007-10-29 Jeff GarzikMerge branch 'upstream-jeff' of git://git.kernel.org...
2007-10-29 Jeff GarzikMerge branch 'fixes-jgarzik' of git://git.kernel.org...
2007-10-27 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-10-26 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-10-26 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2007-10-26 Linus TorvaldsMerge branch 'master' of git://git.kernel.org/pub/scm...
2007-10-26 David S. MillerMerge master.kernel.org:/pub/scm/linux/kernel/git/acme...
2007-10-24 Gerrit Renker[CCID2/3]: Initialisation assignments of 0 are redundant
2007-10-23 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2007-10-19 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2007-10-19 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2007-10-17 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-10-15 Linus TorvaldsMerge branch 'locks' of git://linux-nfs.org/~bfields...
2007-10-15 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2007-10-15 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/jejb...
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.kernel.org/pub/scm/linux/kernel/git...
2007-10-13 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2007-10-13 David WoodhouseMerge branch 'master' of git://git.kernel.org/pub/scm...
2007-10-13 Dmitry TorokhovMerge master.kernel.org:/pub/scm/linux/kernel/git/torva...
2007-10-12 Russell KingMerge branches 'omap1-upstream' and 'omap2-upstream...
2007-10-12 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davej...
2007-10-12 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-10-12 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2007-10-12 Linus TorvaldsMerge branch 'master' of git://git.kernel.org/pub/scm...
2007-10-12 Linus TorvaldsMerge branch 'upstream-fixes' of master.kernel.org...
2007-10-12 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-10-12 Linus TorvaldsMerge branch 'master' of git://git.kernel.org/pub/scm...
2007-10-10 Gerrit Renker[CCID2]: Sequence number wraparound issues
2007-10-10 Gerrit Renker[CCID2]: Remove redundant case block
2007-10-10 Gerrit Renker[CCID2]: Remove redundant BUG_ON
2007-10-10 Gerrit Renker[CCID2]: Remove ugly BUG_ON
2007-10-10 Gerrit Renker[CCID2]: Simplify interface
2007-10-10 Gerrit Renker[DCCP]: Make all `debug' parameters bool
2007-09-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-09-12 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-09-11 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-09-11 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/jejb...
2007-09-01 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-08-31 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-08-31 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2007-08-28 Paul MackerrasMerge branch 'linux-2.6' into for-2.6.24
2007-08-27 Linus TorvaldsMerge branch 'master' of git://git.kernel.org/pub/scm...
2007-08-25 Linus TorvaldsMerge branch 'agp-patches' of git://git.kernel.org...
2007-08-25 Linus TorvaldsMerge branch 'drm-patches' of git://git.kernel.org...
2007-08-25 Len BrownPull thermal into release branch
2007-08-25 Len BrownPull bugzilla-1641 into release branch
2007-08-25 Len BrownPull battery into release branch
2007-08-24 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/letha...
2007-08-24 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-08-24 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-08-23 David WoodhouseMerge branch 'master' of git://git.kernel.org/pub/scm...
2007-08-22 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2007-08-22 Linus TorvaldsMerge branch 'master' of master.kernel.org:/pub/scm...
2007-08-22 Linus TorvaldsMerge branch 'master' of master.kernel.org:/pub/scm...
2007-08-22 Gerrit Renker[DCCP]: Allocation in atomic context
2007-04-30 Tony LuckPull percpu-dtc into release branch
2007-04-30 Tony LuckPull error-inject into release branch
2007-02-26 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davej...
2007-02-26 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/kyle...
2007-02-26 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-02-26 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davej...
2007-02-20 Russell KingMerge ARM fixes
2007-02-19 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2007-02-19 Linus TorvaldsMerge branch 'for-linus' of master.kernel.org:/home...
2007-02-19 Linus TorvaldsMerge branch 'for-linus' of ssh://master.kernel.org...
2007-02-17 John W. LinvilleMerge branch 'upstream' into upstream-jgarzik
2007-02-17 Jeff GarzikMerge branch 'gfar' of master.kernel.org:/pub/scm/linux...
2007-02-17 Kyle McMartinMerge branch 'parisc' from /home/kyle/repos/parisc...
2007-02-17 Len BrownPull bugzilla-7897 into release branch
2007-02-17 Len BrownPull bugzilla-7887 into release branch
next