summaryrefslogtreecommitdiffstats
path: root/net/dccp/ackvec.c
AgeCommit message (Expand)AuthorLines
2015-09-15dccp: drop null test before destroy functionsJulia Lawall-8/+4
2014-11-18dccp: replace min/casting by min_tFabian Frederick-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2010-11-18dccp ccid-2: whitespace fix-upGerrit Renker-1/+1
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGerrit Renker-0/+28
2010-11-15dccp ccid-2: Remove old infrastructureGerrit Renker-251/+0
2010-11-15dccp ccid-2: Update code for the Ack Vector input/registration routineGerrit Renker-0/+150
2010-11-15dccp ccid-2: Algorithm to update buffer stateGerrit Renker-0/+88
2010-11-10dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker-1/+30
2010-11-10dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGerrit Renker-82/+18
2010-11-10dccp ccid-2: Ack Vector interface clean-upGerrit Renker-114/+64
2010-07-18net: dccp: fix sign bugKulikov Vasiliy-1/+1
2010-06-25dccp: remove unused function argumentGerrit Renker-1/+1
2008-11-23dccp: Set per-connection CCIDs via socket optionsGerrit Renker-5/+4
2008-06-11dccp: Fix sparse warningsGerrit Renker-27/+2
2008-01-28[ACKVEC]: Reduce length of identifiersGerrit Renker-86/+77
2007-10-10[NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen-3/+2
2007-10-10[DCCP] ackvec: Convert to ktime_tArnaldo Carvalho de Melo-6/+5
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-2/+2
2007-04-25[DCCP]: 48-bit sequence number arithmeticGerrit Renker-1/+1
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-2/+2
2006-12-02[DCCP] ackvec: Split long ack vectors across multiple optionsAndrea Bittau-14/+32
2006-12-02[DCCP] ackvec: infrastructure for sending more than one ackvec per packetAndrea Bittau-12/+11
2006-12-02[DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvecAndrea Bittau-1/+0
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker-4/+1
2006-12-02[DCCP]: enable debug messages also for static buildsGerrit Renker-7/+4
2006-12-02[DCCP] ACKVEC: Optimization - Do not traverse records if none will be foundAndrea Bittau-1/+2
2006-12-02[DCCP]: Miscellaneous code tidy-upsGerrit Renker-21/+6
2006-10-24[DCCP]: Update documentation references.Gerrit Renker-6/+6
2006-09-22[DCCP] ackvec: Remove unused variablesAndrea Bittau-3/+2
2006-09-22[DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED is usedAndrea Bittau-2/+1
2006-09-22[DCCP] ACKVEC: fix ackvector length calculationAndrea Bittau-5/+7
2006-06-11[DCCP] Ackvec: fix soft lockup in ackvec handling codeAndrea Bittau-0/+1
2006-03-20[DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo-7/+7
2006-03-20[DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_freeArnaldo Carvalho de Melo-1/+11
2006-03-20[DCCP] ackvec: Introduce ack vector recordsAndrea Bittau-92/+148
2006-03-20[DCCP] ackvec: Introduce dccp_ackvec_slabArnaldo Carvalho de Melo-2/+32
2006-03-20[DCCP] ackvec: Ditch dccpav_buf_lenArnaldo Carvalho de Melo-14/+10
2006-01-17[NET]: "signed long" -> "long"Kris Katterjohn-1/+1
2006-01-04[DCCP] ackvec: use u8 for the buf offsetsArnaldo Carvalho de Melo-10/+17
2006-01-04[DCCP] ackvec: Fix spelling of "throw"Andrea Bittau-3/+3
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro-1/+1
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo-0/+419