index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dccp
/
ackvec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dccp: drop null test before destroy functions
Julia Lawall
2015-09-15
1
-8
/
+4
*
dccp: replace min/casting by min_t
Fabian Frederick
2014-11-18
1
-1
/
+1
*
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
dccp ccid-2: whitespace fix-up
Gerrit Renker
2010-11-18
1
-1
/
+1
*
dccp ccid-2: Separate option parsing from CCID processing
Gerrit Renker
2010-11-15
1
-0
/
+28
*
dccp ccid-2: Remove old infrastructure
Gerrit Renker
2010-11-15
1
-251
/
+0
*
dccp ccid-2: Update code for the Ack Vector input/registration routine
Gerrit Renker
2010-11-15
1
-0
/
+150
*
dccp ccid-2: Algorithm to update buffer state
Gerrit Renker
2010-11-15
1
-0
/
+88
*
dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling
Gerrit Renker
2010-11-10
1
-1
/
+30
*
dccp ccid-2: Separate internals of Ack Vectors from option-parsing code
Gerrit Renker
2010-11-10
1
-82
/
+18
*
dccp ccid-2: Ack Vector interface clean-up
Gerrit Renker
2010-11-10
1
-114
/
+64
*
net: dccp: fix sign bug
Kulikov Vasiliy
2010-07-18
1
-1
/
+1
*
dccp: remove unused function argument
Gerrit Renker
2010-06-25
1
-1
/
+1
*
dccp: Set per-connection CCIDs via socket options
Gerrit Renker
2008-11-23
1
-5
/
+4
*
dccp: Fix sparse warnings
Gerrit Renker
2008-06-11
1
-27
/
+2
*
[ACKVEC]: Reduce length of identifiers
Gerrit Renker
2008-01-28
1
-86
/
+77
*
[NET]: DIV_ROUND_UP cleanup (part two)
Ilpo Järvinen
2007-10-10
1
-3
/
+2
*
[DCCP] ackvec: Convert to ktime_t
Arnaldo Carvalho de Melo
2007-10-10
1
-6
/
+5
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
1
-2
/
+2
*
[DCCP]: 48-bit sequence number arithmetic
Gerrit Renker
2007-04-25
1
-1
/
+1
*
[DCCP]: Whitespace cleanups
Arnaldo Carvalho de Melo
2006-12-11
1
-2
/
+2
*
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
1
-2
/
+2
*
[DCCP] ackvec: Split long ack vectors across multiple options
Andrea Bittau
2006-12-02
1
-14
/
+32
*
[DCCP] ackvec: infrastructure for sending more than one ackvec per packet
Andrea Bittau
2006-12-02
1
-12
/
+11
*
[DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvec
Andrea Bittau
2006-12-02
1
-1
/
+0
*
[DCCP]: Simplified conditions due to use of enum:8 states
Gerrit Renker
2006-12-02
1
-4
/
+1
*
[DCCP]: enable debug messages also for static builds
Gerrit Renker
2006-12-02
1
-7
/
+4
*
[DCCP] ACKVEC: Optimization - Do not traverse records if none will be found
Andrea Bittau
2006-12-02
1
-1
/
+2
*
[DCCP]: Miscellaneous code tidy-ups
Gerrit Renker
2006-12-02
1
-21
/
+6
*
[DCCP]: Update documentation references.
Gerrit Renker
2006-10-24
1
-6
/
+6
*
[DCCP] ackvec: Remove unused variables
Andrea Bittau
2006-09-22
1
-3
/
+2
*
[DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED is used
Andrea Bittau
2006-09-22
1
-2
/
+1
*
[DCCP] ACKVEC: fix ackvector length calculation
Andrea Bittau
2006-09-22
1
-5
/
+7
*
[DCCP] Ackvec: fix soft lockup in ackvec handling code
Andrea Bittau
2006-06-11
1
-0
/
+1
*
[DCCP] options: Make dccp_insert_options & friends yell on error
Arnaldo Carvalho de Melo
2006-03-20
1
-7
/
+7
*
[DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_free
Arnaldo Carvalho de Melo
2006-03-20
1
-1
/
+11
*
[DCCP] ackvec: Introduce ack vector records
Andrea Bittau
2006-03-20
1
-92
/
+148
*
[DCCP] ackvec: Introduce dccp_ackvec_slab
Arnaldo Carvalho de Melo
2006-03-20
1
-2
/
+32
*
[DCCP] ackvec: Ditch dccpav_buf_len
Arnaldo Carvalho de Melo
2006-03-20
1
-14
/
+10
*
[NET]: "signed long" -> "long"
Kris Katterjohn
2006-01-17
1
-1
/
+1
*
[DCCP] ackvec: use u8 for the buf offsets
Arnaldo Carvalho de Melo
2006-01-04
1
-10
/
+17
*
[DCCP] ackvec: Fix spelling of "throw"
Andrea Bittau
2006-01-04
1
-3
/
+3
*
[PATCH] gfp flags annotations - part 1
Al Viro
2005-10-08
1
-1
/
+1
*
[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]
Arnaldo Carvalho de Melo
2005-09-18
1
-0
/
+419