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
/
ackvec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-25
net: dccp: delete repeated words
Randy Dunlap
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-4
/
+1
2018-01-02
net: dccp: drop unneeded newline
Julia Lawall
1
-1
/
+1
2015-09-16
dccp: drop null test before destroy functions
Julia Lawall
1
-8
/
+4
2014-11-18
dccp: replace min/casting by min_t
Fabian Frederick
1
-1
/
+1
2011-11-01
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
1
-0
/
+1
2010-11-18
dccp ccid-2: whitespace fix-up
Gerrit Renker
1
-1
/
+1
2010-11-15
dccp ccid-2: Separate option parsing from CCID processing
Gerrit Renker
1
-0
/
+28
2010-11-15
dccp ccid-2: Remove old infrastructure
Gerrit Renker
1
-251
/
+0
2010-11-15
dccp ccid-2: Update code for the Ack Vector input/registration routine
Gerrit Renker
1
-0
/
+150
2010-11-15
dccp ccid-2: Algorithm to update buffer state
Gerrit Renker
1
-0
/
+88
2010-11-10
dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling
Gerrit Renker
1
-1
/
+30
2010-11-10
dccp ccid-2: Separate internals of Ack Vectors from option-parsing code
Gerrit Renker
1
-82
/
+18
2010-11-10
dccp ccid-2: Ack Vector interface clean-up
Gerrit Renker
1
-114
/
+64
2010-07-19
net: dccp: fix sign bug
Kulikov Vasiliy
1
-1
/
+1
2010-06-26
dccp: remove unused function argument
Gerrit Renker
1
-1
/
+1
2008-11-24
dccp: Set per-connection CCIDs via socket options
Gerrit Renker
1
-5
/
+4
2008-06-11
dccp: Fix sparse warnings
Gerrit Renker
1
-27
/
+2
2008-01-29
[ACKVEC]: Reduce length of identifiers
Gerrit Renker
1
-86
/
+77
2007-10-11
[NET]: DIV_ROUND_UP cleanup (part two)
Ilpo Järvinen
1
-3
/
+2
2007-10-11
[DCCP] ackvec: Convert to ktime_t
Arnaldo Carvalho de Melo
1
-6
/
+5
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-2
/
+2
2007-04-26
[DCCP]: 48-bit sequence number arithmetic
Gerrit Renker
1
-1
/
+1
2006-12-12
[DCCP]: Whitespace cleanups
Arnaldo Carvalho de Melo
1
-2
/
+2
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-2
/
+2
2006-12-03
[DCCP] ackvec: Split long ack vectors across multiple options
Andrea Bittau
1
-14
/
+32
2006-12-03
[DCCP] ackvec: infrastructure for sending more than one ackvec per packet
Andrea Bittau
1
-12
/
+11
2006-12-03
[DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvec
Andrea Bittau
1
-1
/
+0
2006-12-03
[DCCP]: Simplified conditions due to use of enum:8 states
Gerrit Renker
1
-4
/
+1
2006-12-03
[DCCP]: enable debug messages also for static builds
Gerrit Renker
1
-7
/
+4
2006-12-03
[DCCP] ACKVEC: Optimization - Do not traverse records if none will be found
Andrea Bittau
1
-1
/
+2
2006-12-03
[DCCP]: Miscellaneous code tidy-ups
Gerrit Renker
1
-21
/
+6
2006-10-25
[DCCP]: Update documentation references.
Gerrit Renker
1
-6
/
+6
2006-09-23
[DCCP] ackvec: Remove unused variables
Andrea Bittau
1
-3
/
+2
2006-09-23
[DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED is used
Andrea Bittau
1
-2
/
+1
2006-09-23
[DCCP] ACKVEC: fix ackvector length calculation
Andrea Bittau
1
-5
/
+7
2006-06-12
[DCCP] Ackvec: fix soft lockup in ackvec handling code
Andrea Bittau
1
-0
/
+1
2006-03-21
[DCCP] options: Make dccp_insert_options & friends yell on error
Arnaldo Carvalho de Melo
1
-7
/
+7
2006-03-21
[DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_free
Arnaldo Carvalho de Melo
1
-1
/
+11
2006-03-21
[DCCP] ackvec: Introduce ack vector records
Andrea Bittau
1
-92
/
+148
2006-03-21
[DCCP] ackvec: Introduce dccp_ackvec_slab
Arnaldo Carvalho de Melo
1
-2
/
+32
2006-03-21
[DCCP] ackvec: Ditch dccpav_buf_len
Arnaldo Carvalho de Melo
1
-14
/
+10
2006-01-18
[NET]: "signed long" -> "long"
Kris Katterjohn
1
-1
/
+1
2006-01-04
[DCCP] ackvec: use u8 for the buf offsets
Arnaldo Carvalho de Melo
1
-10
/
+17
2006-01-04
[DCCP] ackvec: Fix spelling of "throw"
Andrea Bittau
1
-3
/
+3
2005-10-09
[PATCH] gfp flags annotations - part 1
Al Viro
1
-1
/
+1
2005-09-18
[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]
Arnaldo Carvalho de Melo
1
-0
/
+419