pktgen: Fix delay handling
[safe/jmp/linux-2.6] / net / dccp / ackvec.c
2008-11-24 Gerrit Renkerdccp: Set per-connection CCIDs via socket options
2008-09-09 Gerrit RenkerThis reverts "Merge branch 'dccp' of git://eden-feed...
2008-09-04 Gerrit Renkerdccp ccid-2: Separate option parsing from CCID processing
2008-09-04 Gerrit Renkerdccp ccid-2: Remove old infrastructure
2008-09-04 Gerrit Renkerdccp ccid-2: Update code for the Ack Vector input/regis...
2008-09-04 Gerrit Renkerdccp ccid-2: Algorithm to update buffer state
2008-09-04 Gerrit Renkerdccp ccid-2: Implementation of circular Ack Vector...
2008-09-04 Gerrit Renkerdccp ccid-2: Separate internals of Ack Vectors from...
2008-09-04 Gerrit Renkerdccp ccid-2: Ack Vector interface clean-up
2008-09-04 Gerrit Renkerdccp: Set per-connection CCIDs via socket options
2008-06-11 Gerrit Renkerdccp: Fix sparse warnings
2008-01-28 Gerrit Renker[ACKVEC]: Reduce length of identifiers
2007-10-10 Ilpo Järvinen[NET]: DIV_ROUND_UP cleanup (part two)
2007-10-10 Arnaldo Carvalho... [DCCP] ackvec: Convert to ktime_t
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-04-26 Gerrit Renker[DCCP]: 48-bit sequence number arithmetic
2006-12-11 Arnaldo Carvalho... [DCCP]: Whitespace cleanups
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-03 Andrea Bittau[DCCP] ackvec: Split long ack vectors across multiple...
2006-12-03 Andrea Bittau[DCCP] ackvec: infrastructure for sending more than...
2006-12-03 Andrea Bittau[DCCP] ackvec: Remove unused dccpav_ack_ptr field from...
2006-12-03 Gerrit Renker[DCCP]: Simplified conditions due to use of enum:8...
2006-12-03 Gerrit Renker[DCCP]: enable debug messages also for static builds
2006-12-03 Andrea Bittau[DCCP] ACKVEC: Optimization - Do not traverse records...
2006-12-03 Gerrit Renker[DCCP]: Miscellaneous code tidy-ups
2006-10-24 Gerrit Renker[DCCP]: Update documentation references.
2006-09-22 Andrea Bittau[DCCP] ackvec: Remove unused variables
2006-09-22 Andrea Bittau[DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED...
2006-09-22 Andrea Bittau[DCCP] ACKVEC: fix ackvector length calculation
2006-06-12 Andrea Bittau[DCCP] Ackvec: fix soft lockup in ackvec handling code
2006-03-21 Arnaldo Carvalho... [DCCP] options: Make dccp_insert_options & friends...
2006-03-21 Arnaldo Carvalho... [DCCP] ackvec: Delete all the ack vector records in...
2006-03-21 Andrea Bittau[DCCP] ackvec: Introduce ack vector records
2006-03-21 Arnaldo Carvalho... [DCCP] ackvec: Introduce dccp_ackvec_slab
2006-03-21 Arnaldo Carvalho... [DCCP] ackvec: Ditch dccpav_buf_len
2006-01-17 Kris Katterjohn[NET]: "signed long" -> "long"
2006-01-04 Arnaldo Carvalho... [DCCP] ackvec: use u8 for the buf offsets
2006-01-04 Andrea Bittau[DCCP] ackvec: Fix spelling of "throw"
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-09-18 Arnaldo Carvalho... [DCCP]: Move the ack vector code to net/dccp/ackvec...