1. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  2. 419dcad Improve coverage to cover private serialization constructor by Ray Milkey · 9 years ago
  3. d164c0e Unit tests for DefaultPortStatistics class by Ray Milkey · 9 years ago
  4. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  5. 33d44c5 Unit tests for Default Group class by Ray Milkey · 9 years ago
  6. c46af20 Fixing an issue where intents fail to re-route after a node is restarted; caused by failure to register intent resources correctly. by Thomas Vachuska · 9 years ago
  7. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  8. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  9. 02ce274 Unit tests for DefaultGroupDescription class by Ray Milkey · 9 years ago
  10. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  11. bf916ea Moved Tunnel subsystem to ONOS core incubator area. by Thomas Vachuska · 9 years ago
  12. e8c632f Unit tests for GroupBucket and GroupOperation by Ray Milkey · 9 years ago
  13. 4a20a5f [ONOS-700][ONOS-1801]refactor tunnel subsystem api. by jcc · 9 years ago
  14. f410a0c Unit test for Objectives classes by Ray Milkey · 9 years ago
  15. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  16. 7f58211 Unit tests for PortAddresses class by Ray Milkey · 9 years ago
  17. de3e92e 【ONOS-1223】【ONOS-1870】the implements of label resource APIs.it include by jcc · 9 years ago
  18. 1534f8d Add intent state to JSON output by Ray Milkey · 9 years ago
  19. 585bed9 Place OchSginalType in the right place by Sho SHIMIZU · 9 years ago
  20. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  21. 635c2d7 Adding device driver inheritance mechanism. by Thomas Vachuska · 9 years ago
  22. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  23. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  24. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  25. b5e6de6 Define a Criterion for OchSginalType by Sho SHIMIZU · 9 years ago
  26. efc2e28 Define a Criterion for IndexedLambda by Sho SHIMIZU · 9 years ago
  27. 5a5a734 Add unit tests for ModL0OchSignalInstruction by Sho SHIMIZU · 9 years ago
  28. 084c4ca Define a Criterion for OchSignal by Sho SHIMIZU · 9 years ago
  29. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  30. eb35026 Add missing test class for OchSignal by Sho SHIMIZU · 9 years ago
  31. c5ade71 Add Javadoc for IndexedLambda by Sho SHIMIZU · 9 years ago
  32. c3af35a Add static factory method to create ConnectPoints from strings. by Jonathan Hart · 9 years ago
  33. 91210a7 Define Lambda interface representing wavelength and implementations by Sho SHIMIZU · 9 years ago
  34. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  35. a05fd20 Unit tests for some uncovered Intent types by Ray Milkey · 9 years ago
  36. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  37. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  38. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  39. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  40. 171c2e8 PortNumber also backed by port name by Marc De Leenheer · 9 years ago
  41. facc3f5 Enhancing the driver subsystem to allow retrieving originating data/handler contexts from the behaviours. by Thomas Vachuska · 9 years ago
  42. 538108b ONOS-1440: Implements port statistics feature, which polls port statistics of all devices every 10 seconds. Also, implemented a simple portstats ONOS CLI command to show the statistics. by sangho · 9 years ago
  43. 5c2f813 Device driver framework enhancements and CLI. by Thomas Vachuska · 9 years ago
  44. 5bb99a4 Add support to decode Device, Port, Link JSON. by HIGUCHI Yuta · 9 years ago
  45. ca88bb7 Cleaning up and enhancing driver subsystem and the flow objective subsystem. by Thomas Vachuska · 9 years ago
  46. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  47. 4a0ba56 DefaultTrafficTreatment: Build all-instructions list at creation time by Jonathan Hart · 9 years ago
  48. 72175c2 Moved duplicated isUpdateAcceptable method to IntentData by Jonathan Hart · 9 years ago
  49. ee2aa65 Merge IntentInstaller's role into IntentCompiler by Sho SHIMIZU · 9 years ago
  50. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  51. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  52. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  53. 0bc0599 Unit test for MPLS Objects by Ray Milkey · 9 years ago
  54. 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 9 years ago
  55. 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 9 years ago
  56. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  57. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  58. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  59. bd4f011 Make all leaf intent classes immutable by Ray Milkey · 9 years ago
  60. b1b66d3 Add unit test for optical path intent installer by Ray Milkey · 9 years ago
  61. 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 9 years ago
  62. bb32048 Add unit test for MPLS path intent installer by Ray Milkey · 9 years ago
  63. 13d3dd9 Remove default methods from IntentService interface. by Jonathan Hart · 9 years ago
  64. 2811c40 Changes related to the "LinkCollectionIntent" type of intents by Pavlin Radoslavov · 9 years ago
  65. cf590df Remove references to deprecated bandwidth method by Ray Milkey · 9 years ago
  66. 43a2822 Refactor tests to use shared mock implementations by Ray Milkey · 9 years ago
  67. 5a7787a Unit test for intent accumulator by Ray Milkey · 9 years ago
  68. 64a0369d IntentInstaller: changing from Set to Collection to improve perf by Brian O'Connor · 9 years ago
  69. 71ade56 Refactor Intent subsystem to eliminate using FlowRuleBatchOperation by Ray Milkey · 9 years ago
  70. da36c40 ONOS-1057 - Remove references to deprecated applyBatch() method by Ray Milkey · 9 years ago
  71. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  72. 8010bb4 Unit test for IntentData class by Ray Milkey · 9 years ago
  73. abbdcb7 Unit tests for intent key class by Ray Milkey · 9 years ago
  74. 4f5d93e Fixes for ObjectiveTrackerTest and IntentServiceTest by Ray Milkey · 9 years ago
  75. 4fd4ebb Continue updating GossipIntentStore to new API. by Jonathan Hart · 9 years ago
  76. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  77. 2468502 Removed deprecated intent operations by Ray Milkey · 9 years ago
  78. 03406a4 IntentStore interface changes by Brian O'Connor · 9 years ago
  79. 24226a2 Start IntentOperations removal by Ray Milkey · 9 years ago
  80. febe82c Implement some of the missing IPv6 flowmod treatments by Pavlin Radoslavov · 9 years ago
  81. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  82. 5e4f754 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  83. f3b6933 Fix toward ONOS-960 - Signed/unsigned value mismatch for OpenFlow-related by Pavlin Radoslavov · 9 years ago
  84. 32a53c5 Instruction related fixes by Yuta HIGUCHI · 9 years ago
  85. d0fd841 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  86. 320e6c9 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  87. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  88. b1224ab Revert "FlowRule equals() incorporates FlowId to factor in treatment." by Ayaka Koshibe · 9 years ago
  89. 38f8c23 FlowRule equals() incorporates FlowId to factor in treatment. by Ayaka Koshibe · 9 years ago
  90. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  91. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  92. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  93. 5e5d4aa Change the second type parameter of BatchOperationEntry by Sho SHIMIZU · 9 years ago
  94. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  95. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  96. a8f4e7d Sketching out device driver subsystem to allow extensible device management functions to be made available to applications. by Thomas Vachuska · 9 years ago
  97. 52fae7d ONOS-509: Match IPV6_SRC, IPV6_DST criteria by Charles M.C. Chan · 9 years ago
  98. d03eda0 Unit tests for Instruction and Ethernet codecs by Ray Milkey · 9 years ago
  99. 09e464b Starting GUI server-side code by Bri Prebilic Cole · 9 years ago
  100. ab98466 adding license to ALL files by alshabib · 9 years ago