1. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  2. 3f1c61e Removing listeners from deviceService at deactivation of Group and Flow managers to avoid NPE by Andrea Campanella · 8 years ago
  3. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  4. d9b5f55 Refactor getIntegerProperty and isPropertyEnabled methods into Tools by Jian Li · 8 years ago
  5. c4ee737 Adding first fallback provider for flow rule subsystem. by Thomas Vachuska · 8 years ago
  6. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  7. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  8. 8514f47 The flowrule is already removed, there is no need to remove it again by Qianqian Hu · 8 years ago
  9. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  10. 26a8d95 Implemented the extension framework for selectors. by Jonathan Hart · 8 years ago
  11. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  12. 30fbcd9 [Emu] openTAM: NewAdaptiveFlowStatsCollector Implementation by ssyoon90 · 9 years ago
  13. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  14. f44e42c Fix for flow equality bug which can cause: by Jonathan Hart · 9 years ago
  15. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  16. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  17. 6c44a63 Bug fixes for the centec and noviflow pipelines. by Saurav Das · 9 years ago
  18. 541ef71 ONOS-1993 Implement API-level permission checking + security util code location replacement by Changhoon Yoon · 9 years ago
  19. 3a70431 Remove unnecessary boxing by Sho SHIMIZU · 9 years ago
  20. f88e593 Use lambda expression to reduce lines by Sho SHIMIZU · 9 years ago
  21. b3f167d Remove an enum that is not referenced by Sho SHIMIZU · 9 years ago
  22. d9333d6 Remove blank lines by Sho SHIMIZU · 9 years ago
  23. 1229eca ONOS-1926: Handle unsupported match field by Charles M.C. Chan · 9 years ago
  24. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  25. 24a00d9 Catch Exceptions, not Throwable to remove blockers found in SonarQube by Sho SHIMIZU · 9 years ago
  26. de47caa Configurable extraneous flow rules by Marc De Leenheer · 9 years ago
  27. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  28. fa2fa93 A set of fixes to ensure that the FlowRuleManager can correctly account for flows by Saurav Das · 9 years ago
  29. d12267c changing FlowRuleManager from cached threadpool to fixed thread pool by Brian O'Connor · 9 years ago
  30. 78baaf2 fix for flows stuck in pending add state by alshabib · 9 years ago
  31. da36c40 ONOS-1057 - Remove references to deprecated applyBatch() method by Ray Milkey · 9 years ago
  32. f7329c7 Remove some deprecated APIs and warnings from BatchOperationEntry by Ray Milkey · 9 years ago
  33. 93cb57f Fix a bug where default rules were not pushed after restarting mininet. by alshabib · 9 years ago
  34. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  35. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  36. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  37. d58c5b7 Simplify the code by using the constructor initializing a reference by Sho SHIMIZU · 9 years ago
  38. d4df608 Use diamond operator to simplify the code by Sho SHIMIZU · 9 years ago
  39. 183b12fd Delete unnecessary semicolon by Sho SHIMIZU · 9 years ago
  40. 369c643 Use two thread pools for handling the OpenFlow STATS and BARRIER messages. by Pavlin Radoslavov · 9 years ago
  41. 36dd7e4 FlowRuleManager: properly name thread pool by Yuta HIGUCHI · 9 years ago
  42. 64def64 aggregate flow replies on io thread by alshabib · 9 years ago
  43. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  44. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/net/src/main/java/org/onlab/onos/net/flow/impl/FlowRuleManager.java]
  45. 82e5326 For ONOS-356 by Yuta HIGUCHI · 9 years ago
  46. 58682dd Lower log level of frequently-executed flow stats code by Jonathan Hart · 9 years ago
  47. 427a176 Updating Intent Manager to deal with failures. by Brian O'Connor · 9 years ago
  48. fa81eae Refactored intent framework to deal with batches. by Brian O'Connor · 10 years ago
  49. aa7e7de adding getFlowRulesByGroupId to the flowservice by alshabib · 9 years ago
  50. f1ccee8 FlowRule : handle Future failure and timeouts. by Yuta HIGUCHI · 9 years ago
  51. 9b2da21 Fixing flow rule batches by Thomas Vachuska · 9 years ago
  52. 4830d39 Added server-side code to create host-to-host intent. Still WIP. by Thomas Vachuska · 9 years ago
  53. 2fcb40c FlowRule subsystem bugfixes by Yuta HIGUCHI · 9 years ago
  54. 4b52444 DistributedFlowRuleStore related fixes by Yuta HIGUCHI · 10 years ago
  55. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  56. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  57. 6a45616 FlowRuleManager is now fully batch based by Madan Jampani · 10 years ago
  58. 8ac922d FIxed checkstyle fails. by Thomas Vachuska · 10 years ago
  59. 9def047 DistributedFlowRuleStore: remote batch support by Yuta HIGUCHI · 10 years ago
  60. 31961c1 Resolving merge conflicts by Madan Jampani · 10 years ago
  61. 117aaae Towards a distributed flow rule store by Madan Jampani · 10 years ago
  62. 3d643ec functional stats service by alshabib · 10 years ago
  63. 2374fc9 many fixes from different people in various place. Optical, FlowRuleManager, LinkDiscovery by alshabib · 10 years ago
  64. bc4a793 Allowed flows to be permanent by Jonathan Hart · 10 years ago
  65. f3d51bd Initial DistributedDlowRuleStore by Yuta HIGUCHI · 10 years ago
  66. f6f50a6 FlowEntry must not be modified outside store. by Yuta HIGUCHI · 10 years ago
  67. 3effd04 fix for a failed sub batch by alshabib · 10 years ago
  68. cf36991 flowrule service : apply batch tests by alshabib · 10 years ago
  69. 2683458 you must call get on futures by alshabib · 10 years ago
  70. 193525b clean batch operations by alshabib · 10 years ago
  71. 902d41b initial working impl of batch operations by alshabib · 10 years ago
  72. 7951b23 Fixed NPE when removing flows. by tom · 10 years ago
  73. 9b4030d Added a summary command. by tom · 10 years ago
  74. 1c319ff the return of the flowentry by alshabib · 10 years ago
  75. c274c90 proxy arp application by alshabib · 10 years ago
  76. 85c4197 flow service idle timeout based on wall clock by alshabib · 10 years ago
  77. 9a693fd Fixed traffic selector builder to allow only one criterion. by tom · 10 years ago
  78. ba5ac48 flowrules no longer install a timeout but are monitored by onos in order to be expired by alshabib · 10 years ago
  79. 6eb438a fixes for office deployment by alshabib · 10 years ago
  80. 4906fab initial mobility support by alshabib · 10 years ago
  81. 5e3cc58 removing extraneous log stmt by alshabib · 10 years ago
  82. bb42cad flowmanager tests by alshabib · 10 years ago
  83. 6553b51 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  84. a68eb96 resilient flows and application id by alshabib · 10 years ago
  85. a1376e4 Enahnced topology and flow stores to extend general store. by tom · 10 years ago
  86. c78acee Enahnced topology and flow stores to extend general store. by tom · 10 years ago
  87. 54ce589 supporting multipart stats replies: tested upto 15K rules by alshabib · 10 years ago
  88. e472987 Renamed *Instance to *Node for better readability and to avoid conflict with notion of Karaf instance. by tom · 10 years ago
  89. bb8b128 tests for flow service by alshabib · 10 years ago
  90. 219ebaa flowrule states functional by alshabib · 10 years ago
  91. a7f7ca8 trying to fix flow state by alshabib · 10 years ago
  92. 202175a Renaming all Simple*Manager to just *Manager. by tom · 10 years ago[Renamed (99%) from core/net/src/main/java/org/onlab/onos/net/flow/impl/SimpleFlowRuleManager.java]
  93. be98831 Restructured to separate stores and managers into different bundles. Reactive forwarding does not seem to work; will investigate. by tom · 10 years ago[Renamed (90%) from core/trivial/src/main/java/org/onlab/onos/net/trivial/flow/impl/SimpleFlowRuleManager.java]
  94. 9704490 building flowrules by alshabib · 10 years ago
  95. d4e53e1 Consolidated FlowEntry into FlowRule by Ayaka Koshibe · 10 years ago
  96. cd2c684 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  97. 5c370ff stats reply in progress by alshabib · 10 years ago
  98. b55524f Tests for FlowRuleStore plus bugfixes by Ayaka Koshibe · 10 years ago
  99. 08eabaa added simple storage to SimpleFlowRuleManager by Ayaka Koshibe · 10 years ago
  100. 57044ba initial flow rule provider by alshabib · 10 years ago