1. edf81d7 Moved pure ONOS code in net.floodlightcontroller.flowcache to onos package namespace by HIGUCHI Yuta · 11 years ago[Renamed (99%) from src/main/java/net/floodlightcontroller/flowcache/FlowManager.java]
  2. 2051490 Moved pure ONOS code in net.floodlightcontroller.core to onos package namespace by HIGUCHI Yuta · 11 years ago
  3. f5d8041 Add backend support for collecting the time it takes to install each Flow. by Pavlin Radoslavov · 11 years ago
  4. 9556b14 Minor refactoring of the Shortest Path computation mechanism by Pavlin Radoslavov · 11 years ago
  5. 759772f Misc. bug fixes and optimizations: by Pavlin Radoslavov · 11 years ago
  6. baea924 Add support for deleting or clearing all flows: by Pavlin Radoslavov · 11 years ago
  7. e0938f3 * Fix a bug when creating a copy of the measurement flow paths to install. by Pavlin Radoslavov · 11 years ago
  8. 4ef543e Added initial implementation (untested) of code (controlled by REST API) by Pavlin Radoslavov · 11 years ago
  9. 55f121a Remove test code for aggressive flow recomputation by Pankaj Berde · 11 years ago
  10. f748c32 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  11. a2e14a9 reschedule threads sooner by Pankaj Berde · 11 years ago
  12. e6e9187 Fix REST data being out of date and causing fluctuating flows, links and switches by Jonathan Hart · 11 years ago
  13. d1c3859 Speed up flow installation by Pankaj Berde · 11 years ago
  14. a75caea Fix toward Bug #359 by Pavlin Radoslavov · 11 years ago
  15. 50a9498 Changed initialization and startup of mapReader and Reconcile threads to use the Floodlight module framework - they're now initialized in init() and started in startup() by Jonathan Hart · 11 years ago
  16. 99d1b15 Minor speed-up related improvement: test the dataPathSummary string by Pavlin Radoslavov · 11 years ago
  17. 6fb76d1 Speedup a bit the periodic flow and flow entry processing. by Pavlin Radoslavov · 11 years ago
  18. 8b4b059 Don't do the shortest path computation when adding flows via by Pavlin Radoslavov · 11 years ago
  19. a56efdc Removed commented-out log messages that are not needed/used anymore. by Pavlin Radoslavov · 11 years ago
  20. 710e2a7 Fix Bug #327. Now, if a flow is deleted, and the deletion of by Pavlin Radoslavov · 11 years ago
  21. 6db8c6e Speed-related improvements in the periodic FlowManager::mapReader() by Pavlin Radoslavov · 11 years ago
  22. d77deb6 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  23. f5315fb Get flow summary now returns flows in order of FlowId, and we attempt to filter out null flows caused by empty vertices in Titan by Jonathan Hart · 11 years ago
  24. 0eeb15d Fixes toward Bug #310 and Bug #318 (and might be Bug #328). by Pavlin Radoslavov · 11 years ago
  25. 20d35a2 Fixes toward Bug #310 and Bug #318 (and might be Bug #328). by Pavlin Radoslavov · 11 years ago
  26. 80deaf0 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  27. 01f2d27 Backend changes to get all flow summary to improve performance by Jonathan Hart · 11 years ago
  28. 9425f70 Fixes toward Bug #310 and Bug #318 (and might be Bug #328). by Pavlin Radoslavov · 11 years ago
  29. 96b4342 Uncomment code inside method getAllFlowsSummary() to by Pavlin Radoslavov · 11 years ago
  30. a738d73 Fixes toward Bug #310 and Bug #318 (and might be Bug #328). by Pavlin Radoslavov · 11 years ago
  31. d79be12 Fix a compilation typo introduced with by Pavlin Radoslavov · 11 years ago
  32. 44a3dcd Fixes toward Bug #310 and Bug #318 (and might be Bug #328). by Pavlin Radoslavov · 11 years ago
  33. ec8e2e6 Fixes toward Bug #310 and Bug #318 (and might be Bug #328). by Pavlin Radoslavov · 11 years ago
  34. 1552f95 Fixes toward Bug #310 and Bug #318 (and might be Bug #328). by Pavlin Radoslavov · 11 years ago
  35. 5adf152 Fixes toward Bug #310 and Bug #318 (and might be Bug #328). by Pavlin Radoslavov · 11 years ago
  36. 99b1275 Fixes toward Bug #310 and Bug #318 (and might be Bug #328). by Pavlin Radoslavov · 11 years ago
  37. 7e154fd Comment-out measurement code that is not needed for now. by Pavlin Radoslavov · 11 years ago
  38. 09a8252 Removed old measurement code that is not needed/used anymore. by Pavlin Radoslavov · 11 years ago
  39. 53a3a8c Fix an error in one of the log messages: by Pavlin Radoslavov · 11 years ago
  40. e87f94e Added log messages to the FlowManager::mapReader() for debugging by Pavlin Radoslavov · 11 years ago
  41. 2659a0b * Shortest path computation optimization: ignore much earlier by Pavlin Radoslavov · 11 years ago
  42. 42f02ba Add logs to print the time it takes to perform the periodic process by Pavlin Radoslavov · 11 years ago
  43. 67b3ef3 Fix for Bug #308: Zombie Flows after Flow add/delete by Pavlin Radoslavov · 11 years ago
  44. 4a32582 Fix a bug when monitoring a flow and there is no path. by Pavlin Radoslavov · 11 years ago
  45. 0b22d0e Add method getNextFlowEntryId() which is used internally to generate by Pavlin Radoslavov · 11 years ago
  46. b2b6d4f Flow maintenance related fixes: by Pavlin Radoslavov · 11 years ago
  47. 832aa65 * Enable/uncomment the code for monitoring and maintaining flows by Pavlin Radoslavov · 11 years ago
  48. 3f2af73 Fix a bug that appeared because of the stale Titan vertices workaround fix. by Pavlin Radoslavov · 11 years ago
  49. 244b4ae put back sorting of flows in getsummary' by Umesh Krishnaswamy · 11 years ago
  50. 0391b9d Moved commented-out code to the right place. by Pavlin Radoslavov · 11 years ago
  51. a2a7b9f Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Umesh Krishnaswamy · 11 years ago
  52. 2a82c64 Do not sort flows to fix an NPE by Umesh Krishnaswamy · 11 years ago
  53. dbaaf2e Implement the periodic shortest path computation and triggering of by Pavlin Radoslavov · 11 years ago
  54. 83d8338 Build errors fixed by Pankaj Berde · 11 years ago
  55. 2b858f8 * Update the Flow Entry Switch State in the Network MAP to by Pavlin Radoslavov · 11 years ago
  56. e057529 * Implement method FlowManager::reconcileFlows() by Pavlin Radoslavov · 11 years ago
  57. 6b6f4a8 * Add missing @Override annotations * Update Javadoc comments. by Pavlin Radoslavov · 11 years ago
  58. b6d1e36 Minor formatting. No functional changes. by Pavlin Radoslavov · 11 years ago
  59. 25647a6 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pavlin Radoslavov · 11 years ago
  60. eb54a03 Merge conflicts: add edges from flowentry to ports and switches by Pankaj Berde · 11 years ago
  61. d007974 add edges from flowentry to ports and switches by Pankaj Berde · 11 years ago
  62. c287768 Add a work-around for a transient issue when there are bogus database by Pavlin Radoslavov · 11 years ago
  63. b9fe6b4 Work toward implementing Shortest Path Flow installation and by Pavlin Radoslavov · 11 years ago
  64. 98b4b1d Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Umesh Krishnaswamy · 11 years ago
  65. ea0f4ab Flow getall REST API should return an empty JSON array. by Umesh Krishnaswamy · 11 years ago
  66. c9da09e Fixes toward bug #248: by Masayoshi Kobayashi · 11 years ago
  67. e38319c Fix a bug that was introduced by commit 0081bb36363cf1c5e168e474291ea02ed188ec1c by Pavlin Radoslavov · 11 years ago
  68. 57a32a9 REST API for flow summary /wm/flow/getsummary/{0}/{0}/json by Umesh Krishnaswamy · 11 years ago
  69. a5f167b Shortest-path computation related changes and optimizations: by Pavlin Radoslavov · 11 years ago
  70. 4da6128 Added thread-based code for measuring the the Shortest Path by Pavlin Radoslavov · 11 years ago
  71. 80ca630 Fix a bug related to assigning the next available Flow Entry ID by Pavlin Radoslavov · 11 years ago
  72. 571cff9 * Added two methods that can be used for measurement purpose: by Pavlin Radoslavov · 11 years ago
  73. 2f9d633 Fix a critical bug that was introduced by by Pavlin Radoslavov · 11 years ago
  74. 79a67c1 Added log message to assist in discovering the root cause sometimes by Pavlin Radoslavov · 11 years ago
  75. 89c8f43 Add missing conn.endTx(Transaction.COMMIT) statements. by Pavlin Radoslavov · 11 years ago
  76. 916832f Added new Flow-related API: clearFlow(), the REST "flow/clear/" API, by Pavlin Radoslavov · 11 years ago
  77. 01391c9 Re-design the FlowEntryID assignment for flow entries: by Pavlin Radoslavov · 11 years ago
  78. 78c4e49 Fix Issue #235: Deleting flows doesn't delete all the flow entries by Pavlin Radoslavov · 11 years ago
  79. 082088e Removed leftover debug statement. by Pavlin Radoslavov · 11 years ago
  80. e2f0de8 Complete the work toward Issue #215 and Issue #216: by Pavlin Radoslavov · 11 years ago
  81. ede9758 Work toward Issue #215 and Issue #216: by Pavlin Radoslavov · 11 years ago
  82. c4e76a6 Fix a typo in comments. by Pavlin Radoslavov · 11 years ago
  83. 706df05 Fixed Issue #207: Implement remaining API for getting flow state by Pavlin Radoslavov · 11 years ago
  84. b6f5354 * Added initial support for add/get/delete Flow state to the Network MAP via the REST API by Pavlin Radoslavov · 11 years ago
  85. d7d8b79 Add TopoRouteService to the list of modules to be loaded on startup. by Pavlin Radoslavov · 11 years ago
  86. 9e5344c Added class FlowManager that will be used for the Flow Path management. by Pavlin Radoslavov · 11 years ago