aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/ackvec.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-3/+1
2013-10-19net: dccp: Remove extern from function prototypesGravatar Joe Perches 1-11/+10
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-2/+5
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGravatar Gerrit Renker 1-0/+19
2010-11-15dccp ccid-2: Remove old infrastructureGravatar Gerrit Renker 1-14/+0
2010-11-15dccp ccid-2: Update code for the Ack Vector input/registration routineGravatar Gerrit Renker 1-0/+4
2010-11-15dccp ccid-2: Algorithm to update buffer stateGravatar Gerrit Renker 1-0/+1
2010-11-10dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGravatar Gerrit Renker 1-2/+8
2010-11-10dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGravatar Gerrit Renker 1-1/+1
2010-11-10dccp ccid-2: Ack Vector interface clean-upGravatar Gerrit Renker 1-47/+56
2009-03-02dccp: Minimise header option overhead in setting the MPSGravatar Gerrit Renker 1-0/+3
2009-01-04dccp: Clean up ccid.c after integration of CCID pluginsGravatar Gerrit Renker 1-49/+0
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGravatar Gerrit Renker 1-2/+2
2008-11-23dccp: Set per-connection CCIDs via socket optionsGravatar Gerrit Renker 1-3/+2
2008-01-28[ACKVEC]: Reduce length of identifiersGravatar Gerrit Renker 1-31/+31
2007-12-20[DCCP]: Spelling fixesGravatar Joe Perches 1-1/+1
2007-10-10[DCCP] ackvec: Convert to ktime_tGravatar Arnaldo Carvalho de Melo 1-2/+2
2006-12-02[DCCP] ackvec: infrastructure for sending more than one ackvec per packetGravatar Andrea Bittau 1-7/+11
2006-12-02[DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvecGravatar Andrea Bittau 1-2/+0
2006-10-24[DCCP]: Update documentation references.Gravatar Gerrit Renker 1-2/+1
2006-09-22[DCCP] ackvec: Remove unused variablesGravatar Andrea Bittau 1-3/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-20[DCCP] ackvec: Introduce ack vector recordsGravatar Andrea Bittau 1-6/+25
2006-03-20[DCCP] ackvec: Introduce dccp_ackvec_slabGravatar Arnaldo Carvalho de Melo 1-0/+12
2006-03-20[DCCP] ackvec: Ditch dccpav_buf_lenGravatar Arnaldo Carvalho de Melo 1-7/+3
2006-01-04[DCCP] ackvec: use u8 for the buf offsetsGravatar Arnaldo Carvalho de Melo 1-6/+6
2005-10-08[PATCH] gfp flags annotations - part 1Gravatar Al Viro 1-2/+2
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Gravatar Arnaldo Carvalho de Melo 1-0/+133