aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ackvec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-02[DCCP] ackvec: Split long ack vectors across multiple optionsAndrea Bittau1-14/+32
2006-12-02[DCCP] ackvec: infrastructure for sending more than one ackvec per packetAndrea Bittau1-12/+11
2006-12-02[DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvecAndrea Bittau1-1/+0
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker1-4/+1
2006-12-02[DCCP]: enable debug messages also for static buildsGerrit Renker1-7/+4
2006-12-02[DCCP] ACKVEC: Optimization - Do not traverse records if none will be foundAndrea Bittau1-1/+2
2006-12-02[DCCP]: Miscellaneous code tidy-upsGerrit Renker1-21/+6
2006-10-24[DCCP]: Update documentation references.Gerrit Renker1-6/+6
2006-09-22[DCCP] ackvec: Remove unused variablesAndrea Bittau1-3/+2
2006-09-22[DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED is usedAndrea Bittau1-2/+1
2006-09-22[DCCP] ACKVEC: fix ackvector length calculationAndrea Bittau1-5/+7
2006-06-11[DCCP] Ackvec: fix soft lockup in ackvec handling codeAndrea Bittau1-0/+1
2006-03-20[DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo1-7/+7
2006-03-20[DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_freeArnaldo Carvalho de Melo1-1/+11
2006-03-20[DCCP] ackvec: Introduce ack vector recordsAndrea Bittau1-92/+148
2006-03-20[DCCP] ackvec: Introduce dccp_ackvec_slabArnaldo Carvalho de Melo1-2/+32
2006-03-20[DCCP] ackvec: Ditch dccpav_buf_lenArnaldo Carvalho de Melo1-14/+10
2006-01-17[NET]: "signed long" -> "long"Kris Katterjohn1-1/+1
2006-01-04[DCCP] ackvec: use u8 for the buf offsetsArnaldo Carvalho de Melo1-10/+17
2006-01-04[DCCP] ackvec: Fix spelling of "throw"Andrea Bittau1-3/+3
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo1-0/+419