index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dccp
/
ccids
/
ccid2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-03
dccp: ccid2.c, ccid3.c use clamp(), clamp_t()
Harvey Harrison
1
-1
/
+1
2008-01-29
[CCID]: More informative registration
Gerrit Renker
1
-1
/
+1
2008-01-29
[CCID2]: Remove misleading comment
Gerrit Renker
1
-10
/
+1
2008-01-29
[CCID2]: Remove redundant ack-counting variable
Gerrit Renker
1
-31
/
+15
2008-01-29
[CCID2]: Remove redundant synchronisation variable
Gerrit Renker
1
-9
/
+2
2008-01-29
[CCID2]: Redundant debugging output
Gerrit Renker
1
-6
/
+0
2008-01-29
[CCID2]: Replace pipe assignment-function with assignment
Gerrit Renker
1
-10
/
+6
2008-01-29
[CCID2]: Replace cwnd assignment-function with assignment
Gerrit Renker
1
-15
/
+7
2008-01-29
[CCID2]: Replace read-only variable with constant
Gerrit Renker
1
-5
/
+3
2008-01-29
[CCID2]: Remove unused variable
Gerrit Renker
1
-4
/
+0
2008-01-29
[CCID2]: Disable broken Ack Ratio adaptation algorithm
Gerrit Renker
1
-2
/
+21
2008-01-29
[CCID2]: Larger initial windows also for CCID2
Gerrit Renker
1
-5
/
+15
2008-01-29
[CCID2]: Deadlock and spurious timeouts when Ack Ratio > cwnd
Gerrit Renker
1
-18
/
+21
2008-01-29
[CCID2]: Don't assign negative values to Ack Ratio
Gerrit Renker
1
-4
/
+5
2008-01-29
[CCID2]: Fix sequence number arithmetic/comparisons
Gerrit Renker
1
-7
/
+2
2008-01-29
[CCID2]: Bug in reading Ack Vectors
Gerrit Renker
1
-1
/
+1
2008-01-29
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
1
-4
/
+2
2007-10-24
[CCID2/3]: Initialisation assignments of 0 are redundant
Gerrit Renker
1
-4
/
+0
2007-10-11
[CCID2]: Sequence number wraparound issues
Gerrit Renker
1
-3
/
+4
2007-10-11
[CCID2]: Remove redundant case block
Gerrit Renker
1
-13
/
+1
2007-10-11
[CCID2]: Remove redundant BUG_ON
Gerrit Renker
1
-8
/
+3
2007-10-11
[CCID2]: Remove ugly BUG_ON
Gerrit Renker
1
-6
/
+5
2007-10-11
[CCID2]: Simplify interface
Gerrit Renker
1
-10
/
+9
2007-10-11
[DCCP]: Make all `debug' parameters bool
Gerrit Renker
1
-1
/
+1
2007-08-22
[DCCP]: Allocation in atomic context
Gerrit Renker
1
-1
/
+1
2007-02-11
[NET] DCCP: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-34
/
+34
2006-12-12
[DCCP]: Whitespace cleanups
Arnaldo Carvalho de Melo
1
-6
/
+6
2006-12-03
[DCCP]: Use `unsigned' for packet lengths
Gerrit Renker
1
-3
/
+2
2006-12-03
[DCCP]: Simplified conditions due to use of enum:8 states
Gerrit Renker
1
-1
/
+1
2006-12-03
[DCCP]: enable debug messages also for static builds
Gerrit Renker
1
-10
/
+6
2006-12-03
[DCCP] CCID2: Code optimizations
Andrea Bittau
1
-2
/
+20
2006-10-31
[DCCP]: fix printk format warnings
Randy Dunlap
1
-8
/
+10
2006-10-25
[DCCP]: Update documentation references.
Gerrit Renker
1
-1
/
+1
2006-09-25
[DCCP]: Use constants for CCIDs
Ian McDonald
1
-1
/
+1
2006-09-23
[DCCP] CCID2: Add helper functions for changing important CCID2 state
Andrea Bittau
1
-8
/
+23
2006-09-23
[DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTT
Andrea Bittau
1
-18
/
+31
2006-09-23
[DCCP] CCID2: Allocate seq records on demand
Andrea Bittau
1
-31
/
+65
2006-09-23
[DCCP] CCID2: Add Kconfig option for CCID2 debug
Andrea Bittau
1
-4
/
+3
2006-09-23
[DCCP] CCID2: Tell DCCP to quickly check whether cwnd is available
Andrea Bittau
1
-1
/
+1
2006-09-23
[DCCP] CCID2: Initialize ssthresh to infinity
Andrea Bittau
1
-2
/
+5
2006-09-23
[DCCP] CCID2: Fix jiffie wrap issues
Andrea Bittau
1
-4
/
+4
2006-09-23
[DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED is used
Andrea Bittau
1
-2
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-21
[DCCP] ccid2: coding style cleanups
Arnaldo Carvalho de Melo
1
-50
/
+26
2006-03-21
[DCCP] CCID: Improve CCID infrastructure
Arnaldo Carvalho de Melo
1
-47
/
+8
2006-03-21
[DCCP] CCID2: Drop sock reference count on timer expiration and reset.
Andrea Bittau
1
-11
/
+15
2006-03-21
[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation
Andrea Bittau
1
-0
/
+838