1. 7e87fe8 dccp ccid-2: Separate option parsing from CCID processing by Gerrit Renker · 14 years ago
  2. 52394ee dccp ccid-2: Remove old infrastructure by Gerrit Renker · 14 years ago
  3. d83447f dccp ccid-2: Schedule Sync as out-of-band mechanism by Gerrit Renker · 14 years ago
  4. 1821946 dccp ccid-2: Consolidate Ack-Vector processing within main DCCP module by Gerrit Renker · 14 years ago
  5. 3802408 dccp ccid-2: Update code for the Ack Vector input/registration routine by Gerrit Renker · 14 years ago
  6. 5753fdf dccp ccid-2: Algorithm to update buffer state by Gerrit Renker · 14 years ago
  7. b3d14bf dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling by Gerrit Renker · 14 years ago
  8. 7d87093 dccp ccid-2: Separate internals of Ack Vectors from option-parsing code by Gerrit Renker · 14 years ago
  9. f17a37c dccp ccid-2: Ack Vector interface clean-up by Gerrit Renker · 14 years ago
  10. 1c0e0a0 dccp ccid-2: Stop polling by Gerrit Renker · 14 years ago
  11. b1fcf55 dccp: Refine the wait-for-ccid mechanism by Gerrit Renker · 14 years ago
  12. dc841e3 dccp: Extend CCID packet dequeueing interface by Gerrit Renker · 14 years ago
  13. fe84f41 dccp: Return-value convention of hc_tx_send_packet() by Gerrit Renker · 14 years ago
  14. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  15. 9941fb6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  16. 093d282 tproxy: fix hash locking issue when using port redirection in __inet_inherit_port() by Balazs Scheidler · 14 years ago
  17. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  18. 2f34b32 dccp: cosmetics - warning format by Gerrit Renker · 14 years ago
  19. ecdfbda dccp: schedule an Ack when receiving timestamps by Gerrit Renker · 14 years ago
  20. d196c9a dccp: generalise data-loss condition by Ivo Calado · 14 years ago
  21. baf9e78 dccp: remove unused argument in CCID tx function by Gerrit Renker · 14 years ago
  22. 93344af dccp: merge now-reduced connect_init() function by Gerrit Renker · 14 years ago
  23. 0b53d46 dccp: fix the adjustments to AWL and SWL by Gerrit Renker · 14 years ago
  24. 1f4f0f6 dccp: Kill dead code and add static markers. by stephen hemminger · 14 years ago
  25. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  26. 536bb20 dccp ccid-3: Remove redundant 'options_received' struct by Gerrit Renker · 14 years ago
  27. 792e6d3 dccp tfrc/ccid-3: computing the loss rate from the Loss Event Rate by Gerrit Renker · 14 years ago
  28. 80763dfb dccp ccid-3: remove dead states by Gerrit Renker · 14 years ago
  29. a18213d dccp: Replace magic CCID-specific numbers by symbolic constants by Gerrit Renker · 14 years ago
  30. 4874c13 dccp: Add packet type information to CCID-specific option parsing by Gerrit Renker · 14 years ago
  31. 37efb03 dccp ccid-3: Simplify and consolidate tx_parse_options by Gerrit Renker · 14 years ago
  32. d2c7263 dccp ccid-3: remove buggy RTT-sampling history lookup by Gerrit Renker · 14 years ago
  33. 20cbd3e dccp ccid-3: A lower bound for the inter-packet scheduling algorithm by Gerrit Renker · 14 years ago
  34. 89858ad dccp ccid-3: use per-route RTO or TCP RTO as fallback by Gerrit Renker · 14 years ago
  35. 4886fca dccp ccid-2: Share TCP's minimum RTO code by Gerrit Renker · 14 years ago
  36. 22b71c8 tcp/dccp: Consolidate common code for RFC 3390 conversion by Gerrit Renker · 14 years ago
  37. d26eeb0 dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer() by Gerrit Renker · 14 years ago
  38. d82b6f8 dccp ccid-2: Use u32 timestamps uniformly by Gerrit Renker · 14 years ago
  39. 231cc2a dccp ccid-2: Replace broken RTT estimator with better algorithm by Gerrit Renker · 14 years ago
  40. c38c92a dccp ccid-2: Simplify dec_pipe and rearming of RTO timer by Gerrit Renker · 14 years ago
  41. 30564e3 dccp ccid-2: Remove redundant sanity tests by Gerrit Renker · 14 years ago
  42. 51c22bb dccp ccid-3: No more CCID control blocks in LISTEN state by Gerrit Renker · 14 years ago
  43. 67b67e3 ccid: ccid-2/3 code cosmetics by Gerrit Renker · 14 years ago
  44. 8e64159 net: dccp: fix sign bug by Kulikov Vasiliy · 14 years ago
  45. 1823e4c8 snmp: add align parameter to snmp_mib_init() by Eric Dumazet · 14 years ago
  46. 59b8080 dccp: make implementation of Syn-RTT symmetric by Gerrit Renker · 14 years ago
  47. a7d13fb dccp: remove unused function argument by Gerrit Renker · 14 years ago
  48. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  49. 20c59de ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option by Arnaud Ebalard · 14 years ago
  50. 042604d net/dccp: Use memdup_user by Julia Lawall · 14 years ago
  51. b1cdc46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  52. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  53. d9b52dc net/dccp: expansion of error code size by Yoichi Yuasa · 14 years ago
  54. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  55. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  56. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 14 years ago
  57. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago
  58. bb29624 inet: Remove unused send_check length argument by Herbert Xu · 14 years ago
  59. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  60. 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
  61. b138338 net: remove trailing space in messages by Frans Pop · 14 years ago
  62. ec733b15 net: snmp mib cleanup by Eric Dumazet · 14 years ago
  63. d14a0eb net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation by Gerrit Renker · 14 years ago
  64. a3a858f net: backlog functions rename by Zhu Yi · 14 years ago
  65. 7d720c3 percpu: add __percpu sparse annotations to net by Tejun Heo · 14 years ago
  66. 55d9559 dccp: support for passing MSG_TRUNC by Gerrit Renker · 14 years ago
  67. 69a6a0b dccp: allow probing of CCID-array length by Gerrit Renker · 14 years ago
  68. 9c119ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  69. 1386be5 dccp: fix auto-loading of dccp(_probe) by Gerrit Renker · 14 years ago
  70. 8ed030d dccp: fix bug in cache allocation by Gerrit Renker · 14 years ago
  71. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  72. 6be3257 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  73. de4ef86 dccp: fix dccp rmmod when kernel configured to use slub by Neil Horman · 14 years ago
  74. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  75. 38ff3e6 dccp_probe: Fix module load dependencies between dccp and dccp_probe by Neil Horman · 14 years ago
  76. 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
  77. e64c026 kfifo: cleanup namespace by Stefani Seibold · 15 years ago
  78. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
  79. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
  80. 9327f70 tcp: Fix a connect() race with timewait sockets by Eric Dumazet · 15 years ago
  81. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  82. e6b4d11 TCPCT part 1a: add request_values parameter for sending SYNACK by William Allen Simpson · 15 years ago
  83. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  84. 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago
  85. ea94ff3 net: Fix for dst_negative_advice by Krishna Kumar · 15 years ago
  86. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  87. f373b53 tcp: replace ehash_size by ehash_mask by Eric Dumazet · 15 years ago
  88. b301e82 IPv6: use ipv6_addr_set_v4mapped() by Brian Haley · 15 years ago
  89. 996ccf4 dccp ccid-3: Remove CCID naming redundancy 2/2 by Gerrit Renker · 15 years ago
  90. 77d2dd9 dccp ccid-2: Remove CCID naming redundancy 1/2 by Gerrit Renker · 15 years ago
  91. 388d5e9 dccp ccid-3: Overhaul CCID naming convention 2/2 by Gerrit Renker · 15 years ago
  92. b1c00fe dccp ccid-2: Overhaul CCID naming convention 1/2 by Gerrit Renker · 15 years ago
  93. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  94. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  95. 5708e86 net: constify remaining proto_ops by Alexey Dobriyan · 15 years ago
  96. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago
  97. 3261309 net: constify struct net_protocol by Alexey Dobriyan · 15 years ago
  98. aa1b1ff net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyle by Gerrit Renker · 15 years ago
  99. 3b401a8 inet: inet_connection_sock_af_ops const by Stephen Hemminger · 15 years ago
  100. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago