1. 5804ce9 Allow RAMCloud to start from a configurable option by Yoshi Muroi · 11 years ago
  2. b582072 Merge branch 'RAMCloud-master' into RAMCloud-new_dynamics by Yuta HIGUCHI · 11 years ago
  3. dbd5a2f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-master by Yuta HIGUCHI · 11 years ago
  4. 1e80238 addFlow now uses the cleanup batching version of addFlowFast by Nick Karanatsios · 11 years ago
  5. eab1c8b Avoid search by FlowID when removing all flows by Yuta HIGUCHI · 11 years ago
  6. 65782f5 add PerfMon for addFlowFast() by Toshio Koide · 11 years ago
  7. f9cd37c cleanup log output by Nick Karanatsios · 11 years ago
  8. 758df8d batch onos flow entry registration into three batch operations by Nick Karanatsios · 11 years ago
  9. c71b712 WIP: addFlowFast() by Toshio Koide · 11 years ago
  10. 9d84038 Merge branch 'RAMCloud' of github.com:yoshitomo0912/ONOS into RAMCloud-merge by Yuta HIGUCHI · 11 years ago
  11. 0cc2237 Prep to backport by Yuta HIGUCHI · 11 years ago
  12. 337e46d Merge branch 'ONOS-ONRC2014-Measurements' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-merge by Yuta HIGUCHI · 11 years ago
  13. 6a09950 * Removed flag FlowDatabaseOperation.enableOnrc2014MeasurementsFlows by Pavlin Radoslavov · 11 years ago
  14. cb32b2a Batch FlowPath/Entry property read by Yuta HIGUCHI · 11 years ago
  15. 5379405 Eliminate extra search when deleting FlowPath by Yuta HIGUCHI · 11 years ago
  16. 2c38efe changing extractFlowPath visibility to default (from private) in FlowDatabaseOperation by Brian O'Connor · 11 years ago
  17. bd07710 Reverse earlier behavior of pushing deleted Flow Entries into the database. by Pavlin Radoslavov · 11 years ago
  18. f3f23bb Added new method FlowDatabaseOperation.getFlows() to get a set of flows by Pavlin Radoslavov · 11 years ago
  19. 7847db7 Write the Flow Entry in the payload of the notification sent after by Pavlin Radoslavov · 11 years ago
  20. a9b2514 enable batching wirte of FlowPath vertex properties by Toshio Koide · 11 years ago
  21. 7f76e9e change class name from FlowProperty to FlowEntryProperty by Toshio Koide · 11 years ago
  22. 9fde9b2 Set the Flow Entry User State string in the database by Pavlin Radoslavov · 11 years ago
  23. 52119fa * Added new method FlowDatabaseOperation.getFlowEntry(), and the associated by Pavlin Radoslavov · 11 years ago
  24. 909da3c Implemented the mechanism to send notifications with the Flow Entry ID by Pavlin Radoslavov · 11 years ago
  25. 16b761d Added new method getAllMyFlows() to get all the flows where the source by Pavlin Radoslavov · 11 years ago
  26. 8252fee * Added new method FlowDatabaseOperation.getFlowSourceDpid() that by Pavlin Radoslavov · 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. c27a6c9 Fix measurement code by Yuta HIGUCHI · 11 years ago
  31. dad0a2d Use PerfMan for FlowPath/FlowEntry measurement by Yuta HIGUCHI · 11 years ago
  32. 7ea78be Merge latests ONOS codes by yoshi · 11 years ago
  33. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  34. f9ce1c1 Add breakdown for FlowEntry operations by Yuta HIGUCHI · 11 years ago
  35. 0b4fbaf Change log Perf log level to error by Yuta HIGUCHI · 11 years ago
  36. 37c5547 Add Performance log to AddFlow by Yuta HIGUCHI · 11 years ago
  37. ef3828d Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-yoshi by Yuta HIGUCHI · 11 years ago
  38. a97632b Fixed bugs by yoshi · 11 years ago
  39. cf87e53 Fix a bug inside FlowDatabaseOperation.extractFlowEntry() by Pavlin Radoslavov · 11 years ago
  40. ce93a03 Fix a bug: Set the idleTimeout and hardTimeout to the FlowEntry by Pavlin Radoslavov · 11 years ago
  41. b1a1f33 Merge from upstream/master by yoshi · 11 years ago
  42. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  43. 5139c0b * Added the OpenFlow-1.0 idleTimeout and hardTimeout fields to the by Pavlin Radoslavov · 11 years ago
  44. 38805cd Merge from master by onlab-qa · 11 years ago
  45. 5b3ad19 Reverted fix which caused unit tests to not compile by Jonathan Hart · 11 years ago
  46. 184a730 Merge pull request #469 from jonohart/master by pavlin-r · 11 years ago
  47. e79c19a Minor refactoring of the getAllFlowsSummary() implementation: by Pavlin Radoslavov · 11 years ago
  48. 48c2d31 Merge in refactored FlowManager API which caused confict as I had updated Forwarding recently by Jonathan Hart · 11 years ago
  49. 051abb4 Refactor the FlowManager addFlow() API: by Pavlin Radoslavov · 11 years ago
  50. 8ede4eb Removed FlowDatabaseOperation methods that are not needed anymore. by Pavlin Radoslavov · 11 years ago
  51. cc1eb8a Removed links from Ports to FlowEntries in the database to prevent a write conflict by Jonathan Hart · 11 years ago
  52. 67bf762 Minor API cleanup: remove an argument that is not needed in some of the by Pavlin Radoslavov · 11 years ago
  53. 2fca8d1 * Refactor some of of the internals of the FlowEventHandler, so by Pavlin Radoslavov · 11 years ago
  54. 6bfaea6 Cleanup in the FlowPusher and the FlowSynchronizer: by Pavlin Radoslavov · 11 years ago
  55. 89a486d Merge ONOS master by yoshi · 11 years ago
  56. 719805d Deleted debug log by yoshi · 11 years ago
  57. 4021094 Add debug log by yoshi · 11 years ago
  58. 2b7f430 Added debug log by yoshi · 11 years ago
  59. 9243f70 Use method FlowEntry.isValidFlowEntryId() as appropriate. by Pavlin Radoslavov · 11 years ago
  60. b292c62 Success complication by yoshitomo · 11 years ago
  61. 4ef6ba2 * Refactor the implementation of the FlowManager.getAllFlowsSummary() by Pavlin Radoslavov · 11 years ago
  62. f2a5265 * Remove clearFlow() and clearAllFlows(), and the corresponding REST by Pavlin Radoslavov · 11 years ago
  63. 90c2899 Merge branch 'syncdev' of github.com:n-shiota/ONOS into syncdev by Brian O'Connor · 11 years ago
  64. 8af4de6 Merge branch 'master' into syncdev by Brian O'Connor · 11 years ago
  65. 7407ab5 * Updated the implementation of method FlowManager.pushModifiedFlowEntries() by Pavlin Radoslavov · 11 years ago
  66. a8e4980 adding FlowSynchronizer module by Brian O'Connor · 11 years ago
  67. ebc8b19 * Minor refactoring in the original FlowManager logic when setting by Pavlin Radoslavov · 11 years ago
  68. 7d4a40e Added new field FlowPath.flowPathUserState by Pavlin Radoslavov · 11 years ago
  69. bcc86ef Use the FlowPath Type to decide which Flow should be maintained by by Pavlin Radoslavov · 11 years ago
  70. d28cf7c Introduced new field FlowPathType to the Flow Path. by Pavlin Radoslavov · 11 years ago
  71. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  72. 661c86f Refactor the FlowManager: by Pavlin Radoslavov · 11 years ago