1. dbd5a2f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-master by Yuta HIGUCHI · 11 years ago
  2. 1e80238 addFlow now uses the cleanup batching version of addFlowFast by Nick Karanatsios · 11 years ago
  3. 47a284e Merge pull request #536 from y-higuchi/remove_shaded_kryo by pavlin-r · 11 years ago
  4. 584c20e Merge pull request #537 from jonohart/fw by pavlin-r · 11 years ago
  5. 0444d93 Changes to the model for pushing reactive flows. When we get a packet-in we now only check src_mac and dst_mac to see if a flow is already in the network. Also we have implemented flow-removed notifications from the FlowManager to have better accounting of the flows in the network at the Forwarding level by Jonathan Hart · 11 years ago
  6. b1f4070 Fix ramcloud configuration by yoshi · 11 years ago
  7. 2d5ac52 Remove shaded Kryo2 by Yuta HIGUCHI · 11 years ago
  8. 391d68d Allow RAMCloud to start from a configurable option by yoshi · 11 years ago
  9. b6a66eb Fix ramcloud configuration path by yoshi · 11 years ago
  10. eab1c8b Avoid search by FlowID when removing all flows by Yuta HIGUCHI · 11 years ago
  11. 65782f5 add PerfMon for addFlowFast() by Toshio Koide · 11 years ago
  12. f9cd37c cleanup log output by Nick Karanatsios · 11 years ago
  13. b032ec8 src/main/java/net/onrc/onos/ofcontroller/flowmanager/FlowEntity.java by Nick Karanatsios · 11 years ago
  14. 758df8d batch onos flow entry registration into three batch operations by Nick Karanatsios · 11 years ago
  15. c71b712 WIP: addFlowFast() by Toshio Koide · 11 years ago
  16. 0cc2237 Prep to backport by Yuta HIGUCHI · 11 years ago
  17. e929d0d Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into RAMCloud by yoshi · 11 years ago
  18. cb32b2a Batch FlowPath/Entry property read by Yuta HIGUCHI · 11 years ago
  19. 5379405 Eliminate extra search when deleting FlowPath by Yuta HIGUCHI · 11 years ago
  20. 86f203a Merge pull request #19 from effy/RAMCloud by Muroi Yoshitomo · 11 years ago
  21. a9b2514 enable batching wirte of FlowPath vertex properties by Toshio Koide · 11 years ago
  22. c369302 Turn off read_whole_topology by Yuta HIGUCHI · 11 years ago
  23. 3fcebc1 change setFlowProperties() to setVertexProperties() by Toshio Koide · 11 years ago
  24. 7f76e9e change class name from FlowProperty to FlowEntryProperty by Toshio Koide · 11 years ago
  25. 8093ecb Don't build String untill log is actually being output by Yuta HIGUCHI · 11 years ago
  26. 67a7a3e Fix fingbug warning FI_PUBLIC_SHOULD_BE_PROTECTED by Yuta HIGUCHI · 11 years ago
  27. 8685f9c Fix commit location for measurement by Yuta HIGUCHI · 11 years ago
  28. 1de920a Merge branch 'RAMCloud' of github.com:yoshitomo0912/ONOS into RAMCloud by Toshio Koide · 11 years ago
  29. 3f23354 add setFlowProperties() to DBOperation class by Toshio Koide · 11 years ago
  30. e0a87bb bugfix by Yuta HIGUCHI · 11 years ago
  31. c3aa205 increase interval to 5 secs by Yuta HIGUCHI · 11 years ago
  32. e5ef387 Add PerfMon probes by Yuta HIGUCHI · 11 years ago
  33. d8c3724 Naoki's Periodic whole topology read code, simply adapted to RC by Yuta HIGUCHI · 11 years ago
  34. c27a6c9 Fix measurement code by Yuta HIGUCHI · 11 years ago
  35. dad0a2d Use PerfMan for FlowPath/FlowEntry measurement by Yuta HIGUCHI · 11 years ago
  36. 7ea78be Merge latests ONOS codes by yoshi · 11 years ago
  37. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  38. f9ce1c1 Add breakdown for FlowEntry operations by Yuta HIGUCHI · 11 years ago
  39. 0b4fbaf Change log Perf log level to error by Yuta HIGUCHI · 11 years ago
  40. a93ada2 Merge branch 'thread_name' into cosmetic4 by Yuta HIGUCHI · 11 years ago
  41. 490ad8f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into thread_name by Yuta HIGUCHI · 11 years ago
  42. 37c5547 Add Performance log to AddFlow by Yuta HIGUCHI · 11 years ago
  43. 178ead1 Merged part of Flow related logging code by Masayoshi Kobayashi · 11 years ago
  44. d9535a8 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into RAMCloud by yoshi · 11 years ago
  45. d1b728c Don't push again Flow Entries into the switches if they were already installed. by Pavlin Radoslavov · 11 years ago
  46. 9dce6e8 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into RAMCloud by yoshi · 11 years ago
  47. 9bb4055 Fix a bug when processing unmatched Flow Entries. by Pavlin Radoslavov · 11 years ago
  48. 96fcf25 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into RAMCloud by yoshi · 11 years ago
  49. 598635c Fix Javadoc comments describing REST calls. by Pavlin Radoslavov · 11 years ago
  50. 63c2d05 Remove an explicit dependency on the IForwardingService inside the by Pavlin Radoslavov · 11 years ago
  51. 262e683 Work toward fixing Bug ONOS-859: by Pavlin Radoslavov · 11 years ago
  52. 783aa37 Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-yoshi by Yuta HIGUCHI · 11 years ago
  53. 237fde7 Fix a bug when processing Flow Entry notifications and updating the by Pavlin Radoslavov · 11 years ago
  54. ef3828d Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-yoshi by Yuta HIGUCHI · 11 years ago
  55. a97632b Fixed bugs by yoshi · 11 years ago
  56. 3ab1fd0 Cosmetic changes, annotations by Yuta HIGUCHI · 11 years ago
  57. 61509a4 Give each Thread a name for easier debugging by Yuta HIGUCHI · 11 years ago
  58. 07d22b4 Fix a bug in the addFlow() semantics when adding a Flow with explicitly by Pavlin Radoslavov · 11 years ago
  59. 953fb0a Removed "wm/flows/add-shortest-path/json" REST call by Pavlin Radoslavov · 11 years ago
  60. cf87e53 Fix a bug inside FlowDatabaseOperation.extractFlowEntry() by Pavlin Radoslavov · 11 years ago
  61. 862cc3b Renamed paths of REST API. by Naoki Shiota · 11 years ago
  62. ce93a03 Fix a bug: Set the idleTimeout and hardTimeout to the FlowEntry by Pavlin Radoslavov · 11 years ago
  63. ac0fabc Fix a bug inside method FlowManager.flowEntryOnSwitchExpired() by Pavlin Radoslavov · 11 years ago
  64. b1a1f33 Merge from upstream/master by yoshi · 11 years ago
  65. 63e4260 Removed "import ...util.*" statement and replace it with by Pavlin Radoslavov · 11 years ago
  66. da8d723 Create a copy of the Flow Paths that are be pushed to the database. by Pavlin Radoslavov · 11 years ago
  67. 7208e9a Generate a notification from the FlowManager to the ForwardingService by Pavlin Radoslavov · 11 years ago
  68. 4839f6d Replaced "default" switch case statements with explicit case value statements. by Pavlin Radoslavov · 11 years ago
  69. 90626cb Merge pull request #479 from n-shiota/debug by jonohart · 11 years ago
  70. c5718e7 Implement the logic to remove a Flow when a Flow Entry expires. by Pavlin Radoslavov · 11 years ago
  71. c086266 Add IForwardingService.class as a dependency to the FlowManager by Pavlin Radoslavov · 11 years ago
  72. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  73. 6fde217 Copy the Flow timeouts from the Flow Path to the new Flow Entries. by Pavlin Radoslavov · 11 years ago
  74. 5139c0b * Added the OpenFlow-1.0 idleTimeout and hardTimeout fields to the by Pavlin Radoslavov · 11 years ago
  75. c35eeb3 Merge branch 'master' into separatearp by Jonathan Hart · 11 years ago
  76. 6968fb3 Added IFlowPusherService as a dependency for FlowManager to ensure it gets loaded by the module loader by Jonathan Hart · 11 years ago
  77. b7d84c7 Deleted get DB object by yoshi · 11 years ago
  78. 38805cd Merge from master by onlab-qa · 11 years ago
  79. 5b3ad19 Reverted fix which caused unit tests to not compile by Jonathan Hart · 11 years ago
  80. 361f628 Added get db object by yoshi · 11 years ago
  81. 184a730 Merge pull request #469 from jonohart/master by pavlin-r · 11 years ago
  82. 5321980 Reimplement the backend for the Flow getsummary REST call. by Pavlin Radoslavov · 11 years ago
  83. e79c19a Minor refactoring of the getAllFlowsSummary() implementation: by Pavlin Radoslavov · 11 years ago
  84. 892dd18 * Added a new method FlowId.isValidFlowId() by Pavlin Radoslavov · 11 years ago
  85. 48c2d31 Merge in refactored FlowManager API which caused confict as I had updated Forwarding recently by Jonathan Hart · 11 years ago
  86. 051abb4 Refactor the FlowManager addFlow() API: by Pavlin Radoslavov · 11 years ago
  87. ef54505 Fix a race condition bug when deleting flows: if there are lots of flows by Pavlin Radoslavov · 11 years ago
  88. 8ede4eb Removed FlowDatabaseOperation methods that are not needed anymore. by Pavlin Radoslavov · 11 years ago
  89. 979cc28 Removed FlowManager related REST calls and the corresponding FlowManager by Pavlin Radoslavov · 11 years ago
  90. d86f742 Removed unused FlowManager methods. by Pavlin Radoslavov · 11 years ago
  91. cc1eb8a Removed links from Ports to FlowEntries in the database to prevent a write conflict by Jonathan Hart · 11 years ago
  92. 4535bc1 Renamed the Pair.left and Pair.right fields to Pair.first and Pair.second by Pavlin Radoslavov · 11 years ago
  93. aca49d1 Fix a bug (race condition?) where a Flow Entry without a valid Flow Entry ID by Pavlin Radoslavov · 11 years ago
  94. 409c9fa Fix a bug when pushing modified Flow Paths to the database: by Pavlin Radoslavov · 11 years ago
  95. ab3f886 Refactoring of the API between the Flow Manager and the FlowPusher. by Pavlin Radoslavov · 11 years ago
  96. da0ab44 Refactor the interaction between the Flow Manager and the Flow Pusher. by Pavlin Radoslavov · 11 years ago
  97. a0c1636 Abstract the pushing of the modified Flow-reated state to the Flow Manager. by Pavlin Radoslavov · 11 years ago
  98. afc4aa9 Removed class FlowPathEntryPair, because it is not needed anymore. by Pavlin Radoslavov · 11 years ago
  99. 67bf762 Minor API cleanup: remove an argument that is not needed in some of the by Pavlin Radoslavov · 11 years ago
  100. 2fca8d1 * Refactor some of of the internals of the FlowEventHandler, so by Pavlin Radoslavov · 11 years ago