- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / net / dccp / ccids / ccid3.h
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-10 Arnaldo Carvalho... [CCID3]: Remove ifdef surrounding BUG_ON
2007-10-10 Gerrit Renker[CCID3]: Move NULL-protection into function
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert ccid3hctx_t_ld to ktime_t
2007-07-11 Gerrit Renker[CCID3]: Sending time: update to ktime_t
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-04-26 Gerrit Renker[CCID3]: Use function for RTT sampling
2006-12-11 Arnaldo Carvalho... [DCCP]: Whitespace cleanups
2006-12-11 Arnaldo Carvalho... [DCCP] ccid3: Fixup some type conversions related to...
2006-12-11 Gerrit Renker[DCCP] ccid3: Sanity-check RTT samples
2006-12-11 Gerrit Renker[DCCP]: Simplify TFRC calculation
2006-12-11 Gerrit Renker[DCCP] ccid3: Finer-grained resolution of sending rates
2006-12-03 Gerrit Renker[DCCP] ccid3: Deprecate TFRC_SMALLEST_P
2006-12-03 Gerrit Renker[DCCP] ccid3: Larger initial windows
2006-12-03 Gerrit Renker[DCCP]: Tidy up unused structures
2006-12-03 Gerrit Renker[DCCP] ccid3: Consolidate timer resets
2006-12-03 Gerrit Renker[DCCP] ccid3: Fix bug in calculation of first t_nom...
2006-12-03 Gerrit Renker[CCID 3]: Add annotations for socket structures
2006-12-03 Gerrit Renker[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use...
2006-08-27 Ian McDonald[DCCP]: Fix CCID3
2006-08-27 Ian McDonald[DCCP]: Update contact details and copyright
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-21 Arnaldo Carvalho... [DCCP] CCID: Improve CCID infrastructure
2005-09-18 Arnaldo Carvalho... [CCID3]: Introduce include/linux/tfrc.h
2005-09-09 Arnaldo Carvalho... [CCID3] Initialize ccid3hctx_t_ipi to 250ms
2005-09-09 Arnaldo Carvalho... [CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consis...
2005-09-09 Arnaldo Carvalho... [DCCP] Introduce dccp_timestamp
2005-08-29 Arnaldo Carvalho... [CCID3]: Move ccid3_hc_rx_add_hist to packet_history.c
2005-08-29 Arnaldo Carvalho... [CCID3]: Move the loss interval code to loss_interval...
2005-08-29 Arnaldo Carvalho... [CCID3]: Move the CCID3 defines to ccid3.h
2005-08-29 Arnaldo Carvalho... [CCID3]: Reintroduce ccid3hctx_t_rto
2005-08-29 Arnaldo Carvalho... [CCID3]: Separate most of the packet history code
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial implementation