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
starfive-6.6.48-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
/
ccid3.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-29
[CCID3]: Use a function to update p_inv, and p is never used
Gerrit Renker
1
-4
/
+4
2008-01-29
[CCID3]: Interface CCID3 code with newer Loss Intervals Database
Gerrit Renker
1
-5
/
+5
2008-01-29
[CCID3]: Redundant debugging output / documentation
Gerrit Renker
1
-2
/
+2
2008-01-29
[TFRC]: New rx history code
Arnaldo Carvalho de Melo
1
-9
/
+5
2008-01-29
[TFRC]: Migrate TX history to singly-linked lis
Arnaldo Carvalho de Melo
1
-1
/
+2
2008-01-29
[CCID3]: Accurately determine idle & application-limited periods
Gerrit Renker
1
-2
/
+0
2008-01-29
[CCID3]: Ignore trivial amounts of elapsed time
Gerrit Renker
1
-2
/
+0
2007-10-11
[CCID3]: Remove ifdef surrounding BUG_ON
Arnaldo Carvalho de Melo
1
-4
/
+0
2007-10-11
[CCID3]: Move NULL-protection into function
Gerrit Renker
1
-6
/
+14
2007-10-11
[DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_t
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-10-11
[DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_t
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-10-11
[DCCP]: Convert ccid3hctx_t_ld to ktime_t
Arnaldo Carvalho de Melo
1
-2
/
+1
2007-07-11
[CCID3]: Sending time: update to ktime_t
Gerrit Renker
1
-2
/
+3
2007-04-26
[CCID3]: Use function for RTT sampling
Gerrit Renker
1
-10
/
+0
2006-12-12
[DCCP]: Whitespace cleanups
Arnaldo Carvalho de Melo
1
-11
/
+11
2006-12-12
[DCCP] ccid3: Fixup some type conversions related to rtts
Arnaldo Carvalho de Melo
1
-3
/
+3
2006-12-12
[DCCP] ccid3: Sanity-check RTT samples
Gerrit Renker
1
-0
/
+10
2006-12-12
[DCCP]: Simplify TFRC calculation
Gerrit Renker
1
-19
/
+0
2006-12-12
[DCCP] ccid3: Finer-grained resolution of sending rates
Gerrit Renker
1
-7
/
+26
2006-12-03
[DCCP] ccid3: Deprecate TFRC_SMALLEST_P
Gerrit Renker
1
-2
/
+0
2006-12-03
[DCCP] ccid3: Larger initial windows
Gerrit Renker
1
-2
/
+2
2006-12-03
[DCCP]: Tidy up unused structures
Gerrit Renker
1
-4
/
+0
2006-12-03
[DCCP] ccid3: Consolidate timer resets
Gerrit Renker
1
-1
/
+1
2006-12-03
[DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi
Gerrit Renker
1
-2
/
+0
2006-12-03
[CCID 3]: Add annotations for socket structures
Gerrit Renker
1
-35
/
+55
2006-12-03
[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states
Gerrit Renker
1
-2
/
+17
2006-08-27
[DCCP]: Fix CCID3
Ian McDonald
1
-2
/
+3
2006-08-27
[DCCP]: Update contact details and copyright
Ian McDonald
1
-2
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-21
[DCCP] CCID: Improve CCID infrastructure
Arnaldo Carvalho de Melo
1
-2
/
+3
2005-09-18
[CCID3]: Introduce include/linux/tfrc.h
Arnaldo Carvalho de Melo
1
-10
/
+13
2005-09-10
[CCID3] Initialize ccid3hctx_t_ipi to 250ms
Arnaldo Carvalho de Melo
1
-0
/
+2
2005-09-09
[CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistency
Arnaldo Carvalho de Melo
1
-4
/
+8
2005-09-09
[DCCP] Introduce dccp_timestamp
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-08-30
[CCID3]: Move ccid3_hc_rx_add_hist to packet_history.c
Arnaldo Carvalho de Melo
1
-6
/
+0
2005-08-30
[CCID3]: Move the loss interval code to loss_interval.[ch]
Arnaldo Carvalho de Melo
1
-10
/
+1
2005-08-30
[CCID3]: Move the CCID3 defines to ccid3.h
Arnaldo Carvalho de Melo
1
-5
/
+37
2005-08-30
[CCID3]: Reintroduce ccid3hctx_t_rto
Arnaldo Carvalho de Melo
1
-0
/
+1
2005-08-30
[CCID3]: Separate most of the packet history code
Arnaldo Carvalho de Melo
1
-18
/
+0
2005-08-30
[DCCP]: Initial implementation
Arnaldo Carvalho de Melo
1
-0
/
+137