summaryrefslogtreecommitdiffstats
path: root/net/dccp/ackvec.c
Commit message (Expand)AuthorAgeFilesLines
* dccp: drop null test before destroy functionsJulia Lawall2015-09-151-8/+4
* dccp: replace min/casting by min_tFabian Frederick2014-11-181-1/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* dccp ccid-2: whitespace fix-upGerrit Renker2010-11-181-1/+1
* dccp ccid-2: Separate option parsing from CCID processingGerrit Renker2010-11-151-0/+28
* dccp ccid-2: Remove old infrastructureGerrit Renker2010-11-151-251/+0
* dccp ccid-2: Update code for the Ack Vector input/registration routineGerrit Renker2010-11-151-0/+150
* dccp ccid-2: Algorithm to update buffer stateGerrit Renker2010-11-151-0/+88
* dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker2010-11-101-1/+30
* dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGerrit Renker2010-11-101-82/+18
* dccp ccid-2: Ack Vector interface clean-upGerrit Renker2010-11-101-114/+64
* net: dccp: fix sign bugKulikov Vasiliy2010-07-181-1/+1
* dccp: remove unused function argumentGerrit Renker2010-06-251-1/+1
* dccp: Set per-connection CCIDs via socket optionsGerrit Renker2008-11-231-5/+4
* dccp: Fix sparse warningsGerrit Renker2008-06-111-27/+2
* [ACKVEC]: Reduce length of identifiersGerrit Renker2008-01-281-86/+77
* [NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2007-10-101-3/+2
* [DCCP] ackvec: Convert to ktime_tArnaldo Carvalho de Melo2007-10-101-6/+5
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* [DCCP]: 48-bit sequence number arithmeticGerrit Renker2007-04-251-1/+1
* [DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo2006-12-111-2/+2
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [DCCP] ackvec: Split long ack vectors across multiple optionsAndrea Bittau2006-12-021-14/+32
* [DCCP] ackvec: infrastructure for sending more than one ackvec per packetAndrea Bittau2006-12-021-12/+11
* [DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvecAndrea Bittau2006-12-021-1/+0
* [DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker2006-12-021-4/+1
* [DCCP]: enable debug messages also for static buildsGerrit Renker2006-12-021-7/+4
* [DCCP] ACKVEC: Optimization - Do not traverse records if none will be foundAndrea Bittau2006-12-021-1/+2
* [DCCP]: Miscellaneous code tidy-upsGerrit Renker2006-12-021-21/+6
* [DCCP]: Update documentation references.Gerrit Renker2006-10-241-6/+6
* [DCCP] ackvec: Remove unused variablesAndrea Bittau2006-09-221-3/+2
* [DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED is usedAndrea Bittau2006-09-221-2/+1
* [DCCP] ACKVEC: fix ackvector length calculationAndrea Bittau2006-09-221-5/+7
* [DCCP] Ackvec: fix soft lockup in ackvec handling codeAndrea Bittau2006-06-111-0/+1
* [DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo2006-03-201-7/+7
* [DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_freeArnaldo Carvalho de Melo2006-03-201-1/+11
* [DCCP] ackvec: Introduce ack vector recordsAndrea Bittau2006-03-201-92/+148
* [DCCP] ackvec: Introduce dccp_ackvec_slabArnaldo Carvalho de Melo2006-03-201-2/+32
* [DCCP] ackvec: Ditch dccpav_buf_lenArnaldo Carvalho de Melo2006-03-201-14/+10
* [NET]: "signed long" -> "long"Kris Katterjohn2006-01-171-1/+1
* [DCCP] ackvec: use u8 for the buf offsetsArnaldo Carvalho de Melo2006-01-041-10/+17
* [DCCP] ackvec: Fix spelling of "throw"Andrea Bittau2006-01-041-3/+3
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-1/+1
* [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo2005-09-181-0/+419