1. d931a9b Refactor some core testing adapters to not be in the openflow hierarchy by Ray Milkey · 8 years ago
  2. 2e78d90 Unit tests for flow objective manager by Ray Milkey · 8 years ago
  3. 661c38c Add path intent compiler that generates flow objective intents by Ray Milkey · 8 years ago
  4. f6ec97b Initial work for adding flow-objective backed intents. by Thomas Vachuska · 8 years ago
  5. 0f21ad6 [ONOS-3835] Install load balanced classifier rules by Phaneendra Manda · 8 years ago
  6. 125572b Remove methods deprecated in Drake from L2ModificationInstruction API by Ray Milkey · 8 years ago
  7. 2be39ed Remove methods deprecated in Drake from Instructions API by Ray Milkey · 8 years ago
  8. 43da14a Remove unused methods in mock by Sho SHIMIZU · 8 years ago
  9. 4844808 Introducing concept of a physical or logical region to facilitate by Thomas Vachuska · 8 years ago
  10. 5951bda ONOS-3931: BasicDeviceConfig to allow configuration of DeviceKeyId by Claudine Chiu · 8 years ago
  11. 31ad527 ONOS-3931: move "org.onosproject.incubator.net.key" to "org.onosproject.net.key" by Claudine Chiu · 8 years ago
  12. e5930cc Fix bug of Resource#isSubTypeOf() and improve unit test coverage by Sho SHIMIZU · 8 years ago
  13. 74ac901 Add a method to get resource type name: simpleTypeName() by Sho SHIMIZU · 8 years ago
  14. e571d44 Split one single test file into multiple files by Sho SHIMIZU · 8 years ago
  15. f08cb4c Define valueAs() to get the enclosed value and remove volume() by Sho SHIMIZU · 8 years ago
  16. 003ed32 Add a method to check the type of resource by Sho SHIMIZU · 8 years ago
  17. b08d586 Refactor: Rename Resource#isTypeOf() to isSubTypeOf() by Sho SHIMIZU · 8 years ago
  18. cb13d12 Expose cookie information in packet context by Charles Chan · 8 years ago
  19. 9c02f3a Hide underlying components from public use by Sho SHIMIZU · 8 years ago
  20. cd6ab18 Unit tests for NetworkCongifLinksProvider by Ray Milkey · 8 years ago
  21. 460b972 Move static factory methods to the utility class by Sho SHIMIZU · 8 years ago
  22. 51539b8 Enforce naming convention regarding abbreviations by Jonathan Hart · 9 years ago
  23. f95b96e Change the APIs to instantiate Resource and ResourceId by Sho SHIMIZU · 8 years ago
  24. 2693bda Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 8 years ago
  25. 2d31022 Introduce two specific types of ResourceId for Discrete and Continuous by Sho SHIMIZU · 8 years ago
  26. b75b488 ONOS-3760 Injection of mfg/hw/sw/serial in BasicDeviceConfig by Andrea Campanella · 8 years ago
  27. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  28. 38f561c Fix bug that a list is mistakenly added as an element of another list by Sho SHIMIZU · 8 years ago
  29. 1c96510 Renaming Partition{Service, Manager, Event} to IntentPartition{Service, Manager, Event} to better disambiguate between another PartitionService that is responsible for managing datastore partitions by Madan Jampani · 8 years ago
  30. 68c4fc4 [ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes by Jian Li · 8 years ago
  31. 76b30f7 Rename ResourcePath.Key to ResourceId for naming consistency by Sho SHIMIZU · 8 years ago
  32. 7e6d18e Introduce ResourcePath.Key by Sho SHIMIZU · 8 years ago
  33. 6f350ed ONOS-3725 Adding ability to retain pending configs. by Thomas Vachuska · 8 years ago
  34. 80520b8 ONOS-3650 Device driver multiple inheritance by Andrea Campanella · 8 years ago
  35. 19e2cea [FALCON] adding api to enable packet requests to a single device. by alshabib · 8 years ago
  36. 3564a8c Improve test coverage for Instructions APIs by Ray Milkey · 8 years ago
  37. ca8cb4e Unit test for OchSignal by HIGUCHI Yuta · 8 years ago
  38. 9d49f54 DefaultDeviceDescription and DefaultLinkDescriptionTest classes toString() method have been updated. by Pavel Likin · 8 years ago
  39. 6f8b702 Including nodeId in DefaultPacketRequest so that we do not prematurely withdraw intercepts when a node is shutdown by Madan Jampani · 8 years ago
  40. f1ecf99 [ONOS-3513] Implement PBB I-SID Criterion and test case to Southbound by Jian Li · 8 years ago
  41. b1f1625 Refactor: make ResourcePath construction a bit type-safer by Sho SHIMIZU · 8 years ago
  42. 44f3761 Abondon the concept of resources under a link by Sho SHIMIZU · 8 years ago
  43. 2f32e0c [ONOS-3480] Add test case for MplsTc Criterion by Jian Li · 8 years ago
  44. 79bdf3c [ONOS-3494] Add test case for TCPFlags Criterion by Jian Li · 8 years ago
  45. 03d4253 Avoid double wrap of IndexedLambda by Sho SHIMIZU · 8 years ago
  46. a88db49 Avoid double wrap of Bandwidth class by Sho SHIMIZU · 8 years ago
  47. 69dc584 Fix the issue of ONOS-3423 by Sho SHIMIZU · 8 years ago
  48. 60ac58e Add sub-types to distinguish type of resources by Sho SHIMIZU · 9 years ago
  49. c9546a3 Refactor ResourcePath internal implementation by Sho SHIMIZU · 9 years ago
  50. ce0bbb3 ONOS-3387 Adding ability for network configurations to be validated before being accepted into the system. by Thomas Vachuska · 8 years ago
  51. d9df7bd Fix naming convention issues in preparation for stricter checkstyle enforcement by Jonathan Hart · 9 years ago
  52. b0a0684 add key parameter to PathIntent and MplsPathIntent constructors by ilhem fajjari · 9 years ago
  53. 14c0436 Reversible String representation for PortNumber by HIGUCHI Yuta · 9 years ago
  54. ca9cc8e Avoid use of Objects.hash when there's only 1 params by HIGUCHI Yuta · 9 years ago
  55. 501c465 Add DataRateUnit to help specifying Bandwidth. by HIGUCHI Yuta · 9 years ago
  56. 584107a ONOS-3224 HostToHostIntent should have implicit non-OPTICAL constraint by HIGUCHI Yuta · 9 years ago
  57. 8f7feed Unit tests to improve coverage by Ray Milkey · 9 years ago
  58. 52d8155 [Emu] Defining classes for ODU SIGID and SIGTYPE Fields in Flow Criteria and Instruction - Data Model and Tests only by Yafit Hadar · 9 years ago
  59. ed976a4 Inserted set and get controllers methods in ovsdb controller config by andrea · 9 years ago
  60. ea5adc6 Corrected output of network configuration subjectKeys in JSON output; no longer relies on subject.toString. by Thomas Vachuska · 9 years ago
  61. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  62. 2581e18 Remove constructor deprecated in Cardinal by Sho SHIMIZU · 9 years ago
  63. a5beadc Remove optical related APIs deprecated in Cardinal by Sho SHIMIZU · 9 years ago
  64. 48e64e4 Cleaned up the SRLG and disjoint path code and naming. by Thomas Vachuska · 9 years ago
  65. 924cda4 ONOS- 2946 Adding ability to view packet processor statistics. by Thomas Vachuska · 9 years ago
  66. 2ec191f Disjoint Path Utils Exposed by Nikhil Cheerla · 9 years ago
  67. 7f171b2 ONOS- 2946 Adding ability to view existing packet intercept requests and packet processors. by Thomas Vachuska · 9 years ago
  68. 46080b6 Remove all address bindings code from Host subsystem. by Jonathan Hart · 9 years ago
  69. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  70. d714efe Remove unused import statements by Sho SHIMIZU · 9 years ago
  71. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  72. d82a4e6 Remove redundant type cast by Sho SHIMIZU · 9 years ago
  73. d88db6f Use diamond operator by Sho SHIMIZU · 9 years ago
  74. 0a400ea Adding ability for Config to be backed by generic JsonNode, i.e. either ObjectNode or ArrayNode. by Thomas Vachuska · 9 years ago
  75. 04b49fc Deprecate ModMplsLabelInstruction#label() by HIGUCHI Yuta · 9 years ago
  76. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  77. 11ff4a8 Delta Port Statistics added to DeviceStore, Device Service and CLI by Dusan Pajin · 9 years ago
  78. e1248b6 Adding tests for meter service. by alshabib · 9 years ago
  79. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  80. a412236 ONOS-2190 - Move org.onosproject.net.config.* out of the incubator by Ray Milkey · 9 years ago
  81. 810d6e7 Coverage and SONAR improvements for Objectives classes by Ray Milkey · 9 years ago
  82. ba41fc1 ONOS-2446: Implement API to declare resource hierarchy by Sho SHIMIZU · 9 years ago
  83. 1f5e591 Resource API changes as preparation for hierarchy support (ONOS-2446) by Sho SHIMIZU · 9 years ago
  84. f44e42c Fix for flow equality bug which can cause: by Jonathan Hart · 9 years ago
  85. 5b94aea Refactor event dispatch injector to use TestUtils field setter by Ray Milkey · 9 years ago
  86. 565a66a Bug fixes/improvements: by Madan Jampani · 9 years ago
  87. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  88. 3595823 Unit test for the gossip intent store by Ray Milkey · 9 years ago
  89. d0533e5 Unit tests for ModTunnelIdInstruction and ModTransportPortInstruction by Hyunsun Moon · 9 years ago
  90. 4ecaeea Add unit test to check equality for resource constructs by Sho SHIMIZU · 9 years ago
  91. 111b42b Move address-bindings config to new config system by Jonathan Hart · 9 years ago
  92. 80b0a80 Added deviceId to the DriverData as part of available context. by Thomas Vachuska · 9 years ago
  93. a08c5d0 TUNNEL_ID field support in flow matching and actions by Hyunsun Moon · 9 years ago
  94. 738dfaf [ONOS-2159]Add to query devices by type api in DeviceService and by samuel · 9 years ago
  95. ee49df1 Unit tests for DefaultLoad class by Ray Milkey · 9 years ago
  96. c4d5661 ONOS-2297: Decouple ResourceRequest and ResourceAllocation by Sho SHIMIZU · 9 years ago
  97. 9553bb8 Make TrafficTreatment.Builder.setLambda() deprecated by Sho SHIMIZU · 9 years ago
  98. 260439d Replace deprecated APIs with the alternatives by Sho SHIMIZU · 9 years ago
  99. caf1ca2 adding EthType to secure handling ether types by alshabib · 9 years ago
  100. 85571eb Remove deprecated Lambda instruction builder method by Ray Milkey · 9 years ago