1. 75202e7 [NET]: Fix comparisons of unsigned < 0. by Bill Nottingham · 17 years ago
  2. 14e50e5 [XFRM]: Allow packet drops during larval state resolution. by David S. Miller · 17 years ago
  3. 1b07a95 [DCCP]: Fix build warning when debugging is disabled. by David S. Miller · 17 years ago
  4. 3df25df [DCCP]: Use menuconfig objects. by Jan Engelhardt · 17 years ago
  5. 4ef8d0a [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net by Milind Arun Choudhary · 17 years ago
  6. f73f709 [DCCP]: Debug statements for Elapsed Time option by Gerrit Renker · 17 years ago
  7. b2449fd [DCCP]: Fix bug in the calculation of very low sending rates by Gerrit Renker · 17 years ago
  8. 30833ff [CCID3]: Use initial RTT sample from SYN exchange by Gerrit Renker · 17 years ago
  9. 89560b5 [DCCP]: Sample RTT from SYN exchange by Gerrit Renker · 17 years ago
  10. 7dfee1a [CCID3]: Use function for RTT sampling by Gerrit Renker · 17 years ago
  11. 4712a79 [DCCP]: Provide function for RTT sampling by Gerrit Renker · 17 years ago
  12. 0c150ef [CCID3]: Handle Idle and Application-Limited periods by Gerrit Renker · 17 years ago
  13. a21f9f9 [CCID3]: Wrap computation of RFC3390-initial rate into separate function by Gerrit Renker · 17 years ago
  14. 1761f7d [CCID3]: Remove build warnings for 64bit by Gerrit Renker · 17 years ago
  15. fddc2fe [CCID3]: More to see in dccp_probe by Gerrit Renker · 17 years ago
  16. 6626e36 [DCCP]: More debug information for dccp_wait_for_ccid by Gerrit Renker · 17 years ago
  17. ac12b0c [DCCP]: Always use debug-toggle parameters by Gerrit Renker · 17 years ago
  18. 1266ade [CCID3]: Remove race condition and update t_ipi when `s' changes by Gerrit Renker · 17 years ago
  19. 8699be7 [CCID3]: More verbose debugging by Ian McDonald · 17 years ago
  20. 551dc5f [CCID3]: Fix use of invalid loss intervals by Ian McDonald · 17 years ago
  21. 371fe77 [CCID3]: Use MSS for larger initial windows by Gerrit Renker · 17 years ago
  22. 9bf1747 [CCID3]: Re-order CCID 3 source file by Gerrit Renker · 17 years ago
  23. 353b13e [CCID3]: Remove redundant `len' test by Gerrit Renker · 17 years ago
  24. 8d13bf9 [DCCP]: Remove ambiguity in the way before48 is used by Gerrit Renker · 17 years ago
  25. b16be51 [DCCP]: Fix for follows48 by Gerrit Renker · 17 years ago
  26. d52de17 [DCCP]: Make `before' relation unambiguous by Gerrit Renker · 17 years ago
  27. 0aec51c [DCCP]: Make dccp_delta_seqno return signed numbers by Gerrit Renker · 17 years ago
  28. 6b811d4 [DCCP]: 48-bit sequence number arithmetic by Gerrit Renker · 17 years ago
  29. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  30. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  31. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  32. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  33. cb69cc5 [TCP/DCCP/RANDOM]: Remove unused exports. by Adrian Bunk · 17 years ago
  34. 39ebc02 [DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOV by Arnaldo Carvalho de Melo · 17 years ago
  35. c93a882 [DCCP]: make dccp_write_xmit_timer() static again by Adrian Bunk · 17 years ago
  36. aabb601 [DCCP]: Initialise write_xmit_timer also on passive sockets by Gerrit Renker · 17 years ago
  37. 151a993 [DCCP]: Revert patch which disables bidirectional mode by Gerrit Renker · 17 years ago
  38. 99c72ce [DCCP]: Set RTO for newly created child socket by Gerrit Renker · 17 years ago
  39. 4d46861 [DCCP]: Correctly split CCID half connections by Gerrit Renker · 17 years ago
  40. b08d584 [NET]: Fix kfree(skb) by Patrick McHardy · 17 years ago
  41. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  42. f7d749f [PATCH] sysctl: dccp: remove unnecessary insert_at_head flag by Eric W. Biederman · 17 years ago
  43. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  44. c9eaf17 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  45. dbca9b275 [NET]: change layout of ehash table by Eric Dumazet · 17 years ago
  46. 0f08461 [DCCP]: Warning fixes. by Andrew Morton · 17 years ago
  47. 8eb9086 [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. by David S. Miller · 17 years ago
  48. e89862f [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). by David S. Miller · 17 years ago
  49. 832e3ca [DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li by Ian McDonald · 18 years ago
  50. 8109b02 [DCCP]: Whitespace cleanups by Arnaldo Carvalho de Melo · 18 years ago
  51. 1fba78b [DCCP] ccid3: Fixup some type conversions related to rtts by Arnaldo Carvalho de Melo · 18 years ago
  52. 9e8efc8 [DCCP] ccid3: BUG-FIX - conversion errors by Gerrit Renker · 18 years ago
  53. 7af5af3 [DCCP] ccid3: Reorder packet history source file by Gerrit Renker · 18 years ago
  54. 85dcb1f [DCCP] ccid3: Reorder packet history header file by Gerrit Renker · 18 years ago
  55. a967241 [DCCP] ccid3: Make debug output consistent by Gerrit Renker · 18 years ago
  56. c5a1ae9 [DCCP] ccid3: Perform history operations only after packet has been sent by Gerrit Renker · 18 years ago
  57. e312d10 [DCCP] ccid3: TX history - remove unused field by Gerrit Renker · 18 years ago
  58. 9f8681d [DCCP] ccid3: Shift window counter computation by Gerrit Renker · 18 years ago
  59. de553c1 [DCCP] ccid3: Sanity-check RTT samples by Gerrit Renker · 18 years ago
  60. fe0499a [DCCP] ccid3: Initialise RTT values by Gerrit Renker · 18 years ago
  61. 65d6c2b [DCCP] ccid: Deprecate ccid_hc_tx_insert_options by Gerrit Renker · 18 years ago
  62. f6282f4 [DCCP]: Warn when discarding packet due to internal errors by Gerrit Renker · 18 years ago
  63. bf58a38 [DCCP]: Only deliver to the CCID rx side in charge by Gerrit Renker · 18 years ago
  64. d63d836 [DCCP]: Simplify TFRC calculation by Gerrit Renker · 18 years ago
  65. 0f9e5b5 [DCCP]: Debug timeval operations by Gerrit Renker · 18 years ago
  66. bfe24a6 [DCCP] ccid3: Simplify calculation for reverse lookup of p by Gerrit Renker · 18 years ago
  67. b9039a2 [DCCP] ccid3: Replace scaled division operations by Gerrit Renker · 18 years ago
  68. 1a21e49 [DCCP] ccid3: Finer-grained resolution of sending rates by Gerrit Renker · 18 years ago
  69. 179ebc9 [DCCP] ccid3: Fix two bugs in sending rate computation by Gerrit Renker · 18 years ago
  70. ff58629 [DCCP] ccid3: Two optimisations for sending rate recomputation by Gerrit Renker · 18 years ago
  71. 45393a6 [DCCP] ccid3: Check against too large p by Gerrit Renker · 18 years ago
  72. 5cc3741d [DCCP]: Remove timeo from output.c by Ian McDonald · 18 years ago
  73. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  74. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  75. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  76. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  77. 2bbf29a [DCCP] tfrc: Binary search for reverse TFRC lookup by Gerrit Renker · 18 years ago
  78. 4415830 [DCCP] ccid3: Deprecate TFRC_SMALLEST_P by Gerrit Renker · 18 years ago
  79. 006042d [DCCP] tfrc: Identify TFRC table limits and simplify code by Gerrit Renker · 18 years ago
  80. 8d0086a [DCCP] tfrc: Add protection against invalid parameters to TFRC routines by Gerrit Renker · 18 years ago
  81. 90fb0e6 [DCCP] tfrc: Fix small error in reverse lookup of p for given f(p) by Gerrit Renker · 18 years ago
  82. 50ab46c [DCCP] tfrc: Document boundaries and limits of the TFRC lookup table by Gerrit Renker · 18 years ago
  83. 26af307 [DCCP] ccid3: Fix warning message about illegal ACK by Gerrit Renker · 18 years ago
  84. 5c3fbb6 [DCCP] ccid3: Fix bug in calculation of send rate by Gerrit Renker · 18 years ago
  85. 76d1277 [DCCP]: Fix BUG in retransmission delay calculation by Gerrit Renker · 18 years ago
  86. 8a508ac [DCCP]: Use higher RTO default for CCID3 by Gerrit Renker · 18 years ago
  87. 6b57c93 [DCCP]: Use `unsigned' for packet lengths by Gerrit Renker · 18 years ago
  88. a79ef76 [DCCP] ccid3: Larger initial windows by Gerrit Renker · 18 years ago
  89. 841bac1 [DCCP]: Make {set,get}sockopt(DCCP_SOCKOPT_PACKET_SIZE) return 0 by Arnaldo Carvalho de Melo · 18 years ago
  90. 5aed324 [DCCP]: Tidy up unused structures by Gerrit Renker · 18 years ago
  91. 78ad713 [DCCP] ccid3: Track RX/TX packet size `s' using moving-average by Gerrit Renker · 18 years ago
  92. 2a1fda6 [DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448 by Gerrit Renker · 18 years ago
  93. 4384260 [DCCP]: Remove allocation of sysctl numbers by Gerrit Renker · 18 years ago
  94. 5d0dbc4 [DCCP] ccid3: Consolidate handling of t_RTO by Gerrit Renker · 18 years ago
  95. 17893bc [DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta by Gerrit Renker · 18 years ago
  96. 48e03ee [DCCP] ccid3: Consolidate timer resets by Gerrit Renker · 18 years ago
  97. 5e19e3f [DCCP] ccid3: Resolve small FIXME by Gerrit Renker · 18 years ago
  98. 70dbd5b [DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sent by Gerrit Renker · 18 years ago
  99. da335ba [DCCP] ccid3: Avoid congestion control on zero-sized data packets by Gerrit Renker · 18 years ago
  100. 7da7f45 [DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packet by Gerrit Renker · 18 years ago