1. 0a5779c Fix to reinstall flow rules when they are missing in FlowRuleService. by David Glantz · 2 years, 7 months ago
  2. d8a923c Avoids delete of dataplane state during mastership change by Pier Luigi Ventre · 4 years, 2 months ago
  3. 3491e76 Revert "Avoids delete of dataplane state during mastership change" by Pier Luigi Ventre · 4 years, 2 months ago
  4. 0a4ead6 Avoids delete of dataplane state during mastership change by pier · 4 years, 5 months ago
  5. 17801b4 remove deprecated removeRulesById() method by Ray Milkey · 5 years ago
  6. 4f7e363 Removal of deprecated APIs by Ray Milkey · 5 years ago
  7. 0761cd3 Few core changes in preparation of P4Runtime subsystem refactoring by Carmelo Cascone · 6 years ago
  8. 409289d Multiple meter support added and meter action added for OF1.5 by cansu.toprak · 7 years ago
  9. 3baff67 ONOS-7077 Openflow 1.5 OXS and stat trigger support by Cem Türker · 7 years ago
  10. 7bf273c Move deprecated flow batch APIs to a less obvious place by Ray Milkey · 7 years ago
  11. 605104e ONOS-6084 Statistics were absent for the flows posted when device master was null. The issue is fixed with this code change by Sivachidambaram Subramanian · 7 years ago
  12. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  13. 11b99fc Refining driver subsystem to facilitate coordinated start-up. by Thomas Vachuska · 7 years ago
  14. 21d0069 Remove explicit type parameters which can be inferred by Sho SHIMIZU · 8 years ago
  15. c69c66a Merged master fixed conflict. by Kavitha Alagesan · 8 years ago
  16. 7bfbc1c ONOS-4154 generates consistent hash for flow ID across multiple instances by Hyunsun Moon · 8 years ago
  17. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  18. c4ee737 Adding first fallback provider for flow rule subsystem. by Thomas Vachuska · 8 years ago
  19. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  20. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  21. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  22. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  23. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago
  24. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  25. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  26. 36002e6 Made time limit for event processing configurable; cleaned-up duplicate code. by Thomas Vachuska · 9 years ago
  27. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  28. de47caa Configurable extraneous flow rules by Marc De Leenheer · 9 years ago
  29. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  30. 4a0ba56 DefaultTrafficTreatment: Build all-instructions list at creation time by Jonathan Hart · 9 years ago
  31. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  32. 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 9 years ago
  33. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  34. cc53abd Favor adapter classes over service interfaces in unit tests by Ray Milkey · 9 years ago
  35. 0247986 ONOS-1058 - Add application Id to intent withdraw command by Ray Milkey · 9 years ago
  36. da36c40 ONOS-1057 - Remove references to deprecated applyBatch() method by Ray Milkey · 9 years ago
  37. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  38. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  39. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  40. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/net/src/test/java/org/onlab/onos/net/flow/impl/FlowRuleManagerTest.java]
  41. f1f2ac0 Construct GraphDescription with online/active Device/Link only by Yuta HIGUCHI · 9 years ago
  42. 2fcb40c FlowRule subsystem bugfixes by Yuta HIGUCHI · 9 years ago
  43. 4b52444 DistributedFlowRuleStore related fixes by Yuta HIGUCHI · 10 years ago
  44. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  45. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  46. 6a45616 FlowRuleManager is now fully batch based by Madan Jampani · 10 years ago
  47. 936c49d Added getCriterion method to TrafficSelector by Jonathan Hart · 10 years ago
  48. 31961c1 Resolving merge conflicts by Madan Jampani · 10 years ago
  49. 117aaae Towards a distributed flow rule store by Madan Jampani · 10 years ago
  50. 44521ec Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  51. 3d643ec functional stats service by alshabib · 10 years ago
  52. 83e090e Adding intent operations batch abstraction. by Thomas Vachuska · 10 years ago
  53. 5154ec3 Fix some unchecked conversion warnings by Ray Milkey · 10 years ago
  54. bc4a793 Allowed flows to be permanent by Jonathan Hart · 10 years ago
  55. f6f50a6 FlowEntry must not be modified outside store. by Yuta HIGUCHI · 10 years ago
  56. 605347c modified SimpleFlowRuleStore not to use MultiMap by Yuta HIGUCHI · 10 years ago
  57. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  58. 9dc1b0e removing print statememt by alshabib · 10 years ago
  59. cf36991 flowrule service : apply batch tests by alshabib · 10 years ago
  60. 92c65ad real application ids by alshabib · 10 years ago
  61. 193525b clean batch operations by alshabib · 10 years ago
  62. 902d41b initial working impl of batch operations by alshabib · 10 years ago
  63. 1c319ff the return of the flowentry by alshabib · 10 years ago
  64. a0e0498 illegalArgument exception for priority by alshabib · 10 years ago
  65. ba5ac48 flowrules no longer install a timeout but are monitored by onos in order to be expired by alshabib · 10 years ago
  66. ea961ff Moved trivial from net to store. Fixed some javadocs. by tom · 10 years ago
  67. bb42cad flowmanager tests by alshabib · 10 years ago
  68. a68eb96 resilient flows and application id by alshabib · 10 years ago
  69. bb8b128 tests for flow service by alshabib · 10 years ago
  70. 219ebaa flowrule states functional by alshabib · 10 years ago
  71. 202175a Renaming all Simple*Manager to just *Manager. by tom · 10 years ago[Renamed (97%) from core/net/src/test/java/org/onlab/onos/net/flow/impl/SimpleFlowRuleManagerTest.java]
  72. 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 (97%) from core/trivial/src/test/java/org/onlab/onos/net/trivial/flow/impl/SimpleFlowRuleManagerTest.java]
  73. 9704490 building flowrules by alshabib · 10 years ago
  74. d4e53e1 Consolidated FlowEntry into FlowRule by Ayaka Koshibe · 10 years ago
  75. f6ab215 Changed the way ProviderId is made to include URI scheme portion. by tom · 10 years ago
  76. b55524f Tests for FlowRuleStore plus bugfixes by Ayaka Koshibe · 10 years ago