dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()
[safe/jmp/linux-2.6] / net / dccp / ccids / lib /
2008-09-04 Gerrit Renkerdccp tfrc/ccid-3: Computing Loss Rate from Loss Event...
2008-09-04 Gerrit Renkerdccp ccid-3: Remove ugly RTT-sampling history lookup
2008-09-04 Gerrit Renkerdccp ccid-3: Replace lazy BUG_ON with condition
2008-09-04 Gerrit Renkerdccp: Toggle debug output without module unloading
2008-07-13 Gerrit Renkerdccp ccid-3: Length of loss intervals
2008-07-13 Gerrit Renkerdccp ccid-3: Fix a loss detection bug
2008-07-13 Gerrit Renkerdccp: Upgrade NDP count from 3 to 6 bytes
2008-07-13 Gerrit Renkerdccp ccid-3: Fix error in loss detection
2008-06-11 Gerrit Renkerdccp ccid-3: X truncated due to type conversion
2008-06-11 Gerrit Renkerdccp ccid-3: TFRC reverse-lookup Bug-Fix
2008-06-11 Gerrit Renkerdccp: Fix sparse warnings
2008-01-28 Gerrit Renker[TFRC]: Remove previous loss intervals implementation
2008-01-28 Gerrit Renker[CCID3]: Interface CCID3 code with newer Loss Intervals...
2008-01-28 Gerrit Renker[TFRC]: CCID3 (and CCID4) needs to access these inlines
2008-01-28 Gerrit Renker[TFRC]: Ringbuffer to track loss interval history
2008-01-28 Gerrit Renker[TFRC]: Loss interval code needs the macros/inlines...
2008-01-28 Gerrit Renker[TFRC]: Put RX/TX initialisation into tfrc.c
2008-01-28 Gerrit Renker[TFRC]: The function tfrc_rx_hist_entry_delete() is...
2008-01-28 Gerrit Renker[TFRC]: Move comment.
2008-01-28 Arnaldo Carvalho... [TFRC]: New rx history code
2008-01-28 Arnaldo Carvalho... [TFRC]: Rename dccp_rx_ to tfrc_rx_
2008-01-28 Arnaldo Carvalho... [TFRC]: Make the rx history slab be global
2008-01-28 Arnaldo Carvalho... [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for...
2008-01-28 Gerrit Renker[TFRC]: Provide central source file and debug facility
2008-01-28 Arnaldo Carvalho... [TFRC]: Hide tx history details from the CCIDs
2008-01-28 Arnaldo Carvalho... [TFRC]: Migrate TX history to singly-linked lis
2008-01-28 Gerrit Renker[CCID3]: Inline for moving average
2007-11-20 Joe Perches[DCCP]: Add missing "space"
2007-10-10 Arnaldo Carvalho... [DCCP] packet_history: Convert dccphtx_tstamp to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP] packet_history: convert dccphrx_tstamp to ktime_t
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 YOSHIFUJI Hideaki[NET] DCCP: Fix whitespace errors.
2007-07-11 Adrian Bunk[DCCP]: Make struct dccp_li_cachep static.
2007-07-11 Arnaldo Carvalho... loss_interval: make struct dccp_li_hist_entry private
2007-07-11 Arnaldo Carvalho... loss_interval: Nuke dccp_li_hist
2007-07-11 Arnaldo Carvalho... loss_interval: Make dccp_li_hist_entry_{new,delete...
2007-07-11 Arnaldo Carvalho... loss_interval: unexport dccp_li_hist_interval_new
2007-07-11 Arnaldo Carvalho... [DCCP] loss_interval: Move ccid3_hc_rx_update_li to...
2007-07-11 Ian McDonaldccid3: Update copyrights
2007-04-26 Ian McDonald[CCID3]: Fix use of invalid loss intervals
2007-02-11 YOSHIFUJI Hideaki[NET] DCCP: Fix whitespace errors.
2006-12-11 Gerrit Renker[DCCP] ccid3: Reorder packet history source file
2006-12-11 Gerrit Renker[DCCP] ccid3: Reorder packet history header file
2006-12-11 Gerrit Renker[DCCP] ccid3: TX history - remove unused field
2006-12-11 Gerrit Renker[DCCP]: Simplify TFRC calculation
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-03 Gerrit Renker[DCCP] tfrc: Binary search for reverse TFRC lookup
2006-12-03 Gerrit Renker[DCCP] tfrc: Identify TFRC table limits and simplify...
2006-12-03 Gerrit Renker[DCCP] tfrc: Add protection against invalid parameters...
2006-12-03 Gerrit Renker[DCCP] tfrc: Fix small error in reverse lookup of p...
2006-12-03 Gerrit Renker[DCCP] tfrc: Document boundaries and limits of the...
2006-12-03 Gerrit Renker[DCCP]: Simplified conditions due to use of enum:8...
2006-08-27 Ian McDonald[DCCP]: Fix CCID3
2006-08-27 Ian McDonald[DCCP]: Introduce dccp_rx_hist_find_entry
2006-08-27 Ian McDonald[DCCP]: Update contact details and copyright
2006-08-27 Ian McDonald[DCCP]: Fix typo
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-02-08 Al Viro[PATCH] remove bogus asm/bug.h includes.
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-09-09 Arnaldo Carvalho... [DCCP] Introduce dccp_timestamp
2005-08-29 Arnaldo Carvalho... [CCID3]: Move ccid3_hc_rx_detect_loss to packet_history.c
2005-08-29 Arnaldo Carvalho... [CCID3]: Move ccid3_hc_rx_add_hist to packet_history.c
2005-08-29 Arnaldo Carvalho... [DCCP]: Move the calc_X routines to dccp_tfrc_lib
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce dccp_tfrc_lib module with net/dccp...
2005-08-29 Arnaldo Carvalho... [DCCP]: Just move packet_history.[ch] to net/dccp/ccids...
2005-08-29 Arnaldo Carvalho... [CCID3]: Move the loss interval code to loss_interval...