1. dbd5a2f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-master by Yuta HIGUCHI · 10 years ago
  2. 1e80238 addFlow now uses the cleanup batching version of addFlowFast by Nick Karanatsios · 10 years ago
  3. eab1c8b Avoid search by FlowID when removing all flows by Yuta HIGUCHI · 10 years ago
  4. 65782f5 add PerfMon for addFlowFast() by Toshio Koide · 10 years ago
  5. f9cd37c cleanup log output by Nick Karanatsios · 10 years ago
  6. 758df8d batch onos flow entry registration into three batch operations by Nick Karanatsios · 11 years ago
  7. c71b712 WIP: addFlowFast() by Toshio Koide · 11 years ago
  8. 0cc2237 Prep to backport by Yuta HIGUCHI · 11 years ago
  9. cb32b2a Batch FlowPath/Entry property read by Yuta HIGUCHI · 11 years ago
  10. 5379405 Eliminate extra search when deleting FlowPath by Yuta HIGUCHI · 11 years ago
  11. a9b2514 enable batching wirte of FlowPath vertex properties by Toshio Koide · 11 years ago
  12. 7f76e9e change class name from FlowProperty to FlowEntryProperty by Toshio Koide · 11 years ago
  13. 8685f9c Fix commit location for measurement by Yuta HIGUCHI · 11 years ago
  14. 1de920a Merge branch 'RAMCloud' of github.com:yoshitomo0912/ONOS into RAMCloud by Toshio Koide · 11 years ago
  15. 3f23354 add setFlowProperties() to DBOperation class by Toshio Koide · 11 years ago
  16. c27a6c9 Fix measurement code by Yuta HIGUCHI · 11 years ago
  17. dad0a2d Use PerfMan for FlowPath/FlowEntry measurement by Yuta HIGUCHI · 11 years ago
  18. 7ea78be Merge latests ONOS codes by yoshi · 11 years ago
  19. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  20. f9ce1c1 Add breakdown for FlowEntry operations by Yuta HIGUCHI · 11 years ago
  21. 0b4fbaf Change log Perf log level to error by Yuta HIGUCHI · 11 years ago
  22. 37c5547 Add Performance log to AddFlow by Yuta HIGUCHI · 11 years ago
  23. ef3828d Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-yoshi by Yuta HIGUCHI · 11 years ago
  24. a97632b Fixed bugs by yoshi · 11 years ago
  25. cf87e53 Fix a bug inside FlowDatabaseOperation.extractFlowEntry() by Pavlin Radoslavov · 11 years ago
  26. ce93a03 Fix a bug: Set the idleTimeout and hardTimeout to the FlowEntry by Pavlin Radoslavov · 11 years ago
  27. b1a1f33 Merge from upstream/master by yoshi · 11 years ago
  28. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  29. 5139c0b * Added the OpenFlow-1.0 idleTimeout and hardTimeout fields to the by Pavlin Radoslavov · 11 years ago
  30. 38805cd Merge from master by onlab-qa · 11 years ago
  31. 5b3ad19 Reverted fix which caused unit tests to not compile by Jonathan Hart · 11 years ago
  32. 184a730 Merge pull request #469 from jonohart/master by pavlin-r · 11 years ago
  33. e79c19a Minor refactoring of the getAllFlowsSummary() implementation: by Pavlin Radoslavov · 11 years ago
  34. 48c2d31 Merge in refactored FlowManager API which caused confict as I had updated Forwarding recently by Jonathan Hart · 11 years ago
  35. 051abb4 Refactor the FlowManager addFlow() API: by Pavlin Radoslavov · 11 years ago
  36. 8ede4eb Removed FlowDatabaseOperation methods that are not needed anymore. by Pavlin Radoslavov · 11 years ago
  37. cc1eb8a Removed links from Ports to FlowEntries in the database to prevent a write conflict by Jonathan Hart · 11 years ago
  38. 67bf762 Minor API cleanup: remove an argument that is not needed in some of the by Pavlin Radoslavov · 11 years ago
  39. 2fca8d1 * Refactor some of of the internals of the FlowEventHandler, so by Pavlin Radoslavov · 11 years ago
  40. 6bfaea6 Cleanup in the FlowPusher and the FlowSynchronizer: by Pavlin Radoslavov · 11 years ago
  41. 89a486d Merge ONOS master by yoshi · 11 years ago
  42. 719805d Deleted debug log by yoshi · 11 years ago
  43. 4021094 Add debug log by yoshi · 11 years ago
  44. 2b7f430 Added debug log by yoshi · 11 years ago
  45. 9243f70 Use method FlowEntry.isValidFlowEntryId() as appropriate. by Pavlin Radoslavov · 11 years ago
  46. b292c62 Success complication by yoshitomo · 11 years ago
  47. 4ef6ba2 * Refactor the implementation of the FlowManager.getAllFlowsSummary() by Pavlin Radoslavov · 11 years ago
  48. f2a5265 * Remove clearFlow() and clearAllFlows(), and the corresponding REST by Pavlin Radoslavov · 11 years ago
  49. 90c2899 Merge branch 'syncdev' of github.com:n-shiota/ONOS into syncdev by Brian O'Connor · 11 years ago
  50. 8af4de6 Merge branch 'master' into syncdev by Brian O'Connor · 11 years ago
  51. 7407ab5 * Updated the implementation of method FlowManager.pushModifiedFlowEntries() by Pavlin Radoslavov · 11 years ago
  52. a8e4980 adding FlowSynchronizer module by Brian O'Connor · 11 years ago
  53. ebc8b19 * Minor refactoring in the original FlowManager logic when setting by Pavlin Radoslavov · 11 years ago
  54. 7d4a40e Added new field FlowPath.flowPathUserState by Pavlin Radoslavov · 11 years ago
  55. bcc86ef Use the FlowPath Type to decide which Flow should be maintained by by Pavlin Radoslavov · 11 years ago
  56. d28cf7c Introduced new field FlowPathType to the Flow Path. by Pavlin Radoslavov · 11 years ago
  57. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  58. 661c86f Refactor the FlowManager: by Pavlin Radoslavov · 11 years ago