1. c38c92a dccp ccid-2: Simplify dec_pipe and rearming of RTO timer by Gerrit Renker · 14 years ago
  2. 30564e3 dccp ccid-2: Remove redundant sanity tests by Gerrit Renker · 14 years ago
  3. 67b67e3 ccid: ccid-2/3 code cosmetics by Gerrit Renker · 14 years ago
  4. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  5. 77d2dd9 dccp ccid-2: Remove CCID naming redundancy 1/2 by Gerrit Renker · 15 years ago
  6. b1c00fe dccp ccid-2: Overhaul CCID naming convention 1/2 by Gerrit Renker · 15 years ago
  7. aa1b1ff net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyle by Gerrit Renker · 15 years ago
  8. ddebc97 dccp: Lockless integration of CCID congestion-control plugins by Gerrit Renker · 16 years ago
  9. e8ef967 dccp: Registration routines for changing feature values by Gerrit Renker · 16 years ago
  10. 410e27a This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" by Gerrit Renker · 16 years ago
  11. 6224877 tcp/dccp: Consolidate common code for RFC 3390 conversion by Gerrit Renker · 16 years ago
  12. 20bbd0f dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer() by Gerrit Renker · 16 years ago
  13. 1435562 dccp ccid-2: Replace broken RTT estimator with better algorithm by Gerrit Renker · 16 years ago
  14. e9803c0 dccp ccid-2: Simplify dec_pipe and rearming of RTO timer by Gerrit Renker · 16 years ago
  15. c6f0f2e dccp ccid-2: Remove redundant sanity tests by Gerrit Renker · 16 years ago
  16. 83337da dccp ccid-2: Stop polling by Gerrit Renker · 16 years ago
  17. c8bf462 dccp ccid-2: Separate option parsing from CCID processing by Gerrit Renker · 16 years ago
  18. ff49e27 dccp ccid-2: Ack Vector interface clean-up by Gerrit Renker · 16 years ago
  19. c506d91 dccp: Unused argument in CCID tx function by Gerrit Renker · 16 years ago
  20. 1fb8750 dccp ccid-2: Remove ccid2hc{tx,rx}_ prefixes by Gerrit Renker · 16 years ago
  21. 86349c8 dccp: Registration routines for changing feature values by Gerrit Renker · 16 years ago
  22. 4326499 dccp: Toggle debug output without module unloading by Gerrit Renker · 16 years ago
  23. 84994e1 dccp: ccid2.c, ccid3.c use clamp(), clamp_t() by Harvey Harrison · 16 years ago
  24. 84a97b0 [CCID]: More informative registration by Gerrit Renker · 17 years ago
  25. dcfbc7e [CCID2]: Remove misleading comment by Gerrit Renker · 17 years ago
  26. a302002 [CCID2]: Remove redundant ack-counting variable by Gerrit Renker · 17 years ago
  27. 8339936 [CCID2]: Remove redundant synchronisation variable by Gerrit Renker · 17 years ago
  28. da98e0b [CCID2]: Redundant debugging output by Gerrit Renker · 17 years ago
  29. 95b21d7 [CCID2]: Replace pipe assignment-function with assignment by Gerrit Renker · 17 years ago
  30. 3deeadd [CCID2]: Replace cwnd assignment-function with assignment by Gerrit Renker · 17 years ago
  31. 63df18a [CCID2]: Replace read-only variable with constant by Gerrit Renker · 17 years ago
  32. 7792cd8 [CCID2]: Remove unused variable by Gerrit Renker · 17 years ago
  33. 900bfed [CCID2]: Disable broken Ack Ratio adaptation algorithm by Gerrit Renker · 17 years ago
  34. b00d2bb [CCID2]: Larger initial windows also for CCID2 by Gerrit Renker · 17 years ago
  35. d50ad16 [CCID2]: Deadlock and spurious timeouts when Ack Ratio > cwnd by Gerrit Renker · 17 years ago
  36. df054e1 [CCID2]: Don't assign negative values to Ack Ratio by Gerrit Renker · 17 years ago
  37. cfbbeab [CCID2]: Fix sequence number arithmetic/comparisons by Gerrit Renker · 17 years ago
  38. 3de5489 [CCID2]: Bug in reading Ack Vectors by Gerrit Renker · 17 years ago
  39. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  40. 24c667d [CCID2/3]: Initialisation assignments of 0 are redundant by Gerrit Renker · 17 years ago
  41. 5e28599 [CCID2]: Sequence number wraparound issues by Gerrit Renker · 17 years ago
  42. 6c58324 [CCID2]: Remove redundant case block by Gerrit Renker · 17 years ago
  43. ee196c2 [CCID2]: Remove redundant BUG_ON by Gerrit Renker · 17 years ago
  44. 7d9e893 [CCID2]: Remove ugly BUG_ON by Gerrit Renker · 17 years ago
  45. cd1f7d3 [CCID2]: Simplify interface by Gerrit Renker · 17 years ago
  46. 042d18f [DCCP]: Make all `debug' parameters bool by Gerrit Renker · 17 years ago
  47. 39dad26 [DCCP]: Allocation in atomic context by Gerrit Renker · 17 years ago
  48. c9eaf17 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  49. 8109b02 [DCCP]: Whitespace cleanups by Arnaldo Carvalho de Melo · 18 years ago
  50. 6b57c93 [DCCP]: Use `unsigned' for packet lengths by Gerrit Renker · 18 years ago
  51. 59348b1 [DCCP]: Simplified conditions due to use of enum:8 states by Gerrit Renker · 18 years ago
  52. 8411671 [DCCP]: enable debug messages also for static builds by Gerrit Renker · 18 years ago
  53. 32aac18 [DCCP] CCID2: Code optimizations by Andrea Bittau · 18 years ago
  54. 234af48 [DCCP]: fix printk format warnings by Randy Dunlap · 18 years ago
  55. 0e64e94 [DCCP]: Update documentation references. by Gerrit Renker · 18 years ago
  56. 3dd9a7c [DCCP]: Use constants for CCIDs by Ian McDonald · 18 years ago
  57. 593f16a [DCCP] CCID2: Add helper functions for changing important CCID2 state by Andrea Bittau · 18 years ago
  58. 374bcf3 [DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTT by Andrea Bittau · 18 years ago
  59. 07978aa [DCCP] CCID2: Allocate seq records on demand by Andrea Bittau · 18 years ago
  60. 8d424f6 [DCCP] CCID2: Add Kconfig option for CCID2 debug by Andrea Bittau · 18 years ago
  61. 446dec3 [DCCP] CCID2: Tell DCCP to quickly check whether cwnd is available by Andrea Bittau · 18 years ago
  62. d458c25 [DCCP] CCID2: Initialize ssthresh to infinity by Andrea Bittau · 18 years ago
  63. 29651cd [DCCP] CCID2: Fix jiffie wrap issues by Andrea Bittau · 18 years ago
  64. 8e27e46 [DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED is used by Andrea Bittau · 18 years ago
  65. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  66. c0c736d [DCCP] ccid2: coding style cleanups by Arnaldo Carvalho de Melo · 18 years ago
  67. 91f0ebf [DCCP] CCID: Improve CCID infrastructure by Arnaldo Carvalho de Melo · 18 years ago
  68. 77ff72d [DCCP] CCID2: Drop sock reference count on timer expiration and reset. by Andrea Bittau · 18 years ago
  69. 2a91aa3 [DCCP] CCID2: Initial CCID2 (TCP-Like) implementation by Andrea Bittau · 18 years ago