[DCCP]: Use `unsigned' for packet lengths
[safe/jmp/linux-2.6] / net / dccp / ccids / ccid2.c
2006-12-03 Gerrit Renker[DCCP]: Use `unsigned' for packet lengths
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] CCID2: Code optimizations
2006-10-30 Randy Dunlap[DCCP]: fix printk format warnings
2006-10-24 Gerrit Renker[DCCP]: Update documentation references.
2006-09-24 Ian McDonald[DCCP]: Use constants for CCIDs
2006-09-22 Andrea Bittau[DCCP] CCID2: Add helper functions for changing importa...
2006-09-22 Andrea Bittau[DCCP] CCID2: Halve cwnd once upon multiple losses...
2006-09-22 Andrea Bittau[DCCP] CCID2: Allocate seq records on demand
2006-09-22 Andrea Bittau[DCCP] CCID2: Add Kconfig option for CCID2 debug
2006-09-22 Andrea Bittau[DCCP] CCID2: Tell DCCP to quickly check whether cwnd...
2006-09-22 Andrea Bittau[DCCP] CCID2: Initialize ssthresh to infinity
2006-09-22 Andrea Bittau[DCCP] CCID2: Fix jiffie wrap issues
2006-09-22 Andrea Bittau[DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-21 Arnaldo Carvalho... [DCCP] ccid2: coding style cleanups
2006-03-21 Arnaldo Carvalho... [DCCP] CCID: Improve CCID infrastructure
2006-03-21 Andrea Bittau[DCCP] CCID2: Drop sock reference count on timer expira...
2006-03-21 Andrea Bittau[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation