aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ackvec.h
Commit message (Expand)AuthorAgeFilesLines
* dccp ccid-2: Separate option parsing from CCID processingGerrit Renker2010-11-151-0/+19
* dccp ccid-2: Remove old infrastructureGerrit Renker2010-11-151-14/+0
* dccp ccid-2: Update code for the Ack Vector input/registration routineGerrit Renker2010-11-151-0/+4
* dccp ccid-2: Algorithm to update buffer stateGerrit Renker2010-11-151-0/+1
* dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker2010-11-101-2/+8
* dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGerrit Renker2010-11-101-1/+1
* dccp ccid-2: Ack Vector interface clean-upGerrit Renker2010-11-101-47/+56
* dccp: Minimise header option overhead in setting the MPSGerrit Renker2009-03-021-0/+3
* dccp: Clean up ccid.c after integration of CCID pluginsGerrit Renker2009-01-041-49/+0
* dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker2009-01-041-2/+2
* dccp: Set per-connection CCIDs via socket optionsGerrit Renker2008-11-231-3/+2
* [ACKVEC]: Reduce length of identifiersGerrit Renker2008-01-281-31/+31
* [DCCP]: Spelling fixesJoe Perches2007-12-201-1/+1
* [DCCP] ackvec: Convert to ktime_tArnaldo Carvalho de Melo2007-10-101-2/+2
* [DCCP] ackvec: infrastructure for sending more than one ackvec per packetAndrea Bittau2006-12-021-7/+11
* [DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvecAndrea Bittau2006-12-021-2/+0
* [DCCP]: Update documentation references.Gerrit Renker2006-10-241-2/+1
* [DCCP] ackvec: Remove unused variablesAndrea Bittau2006-09-221-3/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [DCCP] ackvec: Introduce ack vector recordsAndrea Bittau2006-03-201-6/+25
* [DCCP] ackvec: Introduce dccp_ackvec_slabArnaldo Carvalho de Melo2006-03-201-0/+12
* [DCCP] ackvec: Ditch dccpav_buf_lenArnaldo Carvalho de Melo2006-03-201-7/+3
* [DCCP] ackvec: use u8 for the buf offsetsArnaldo Carvalho de Melo2006-01-041-6/+6
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-2/+2
* [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo2005-09-181-0/+133