1. 47f09c5 Remove deprecated FlowRuleExtPayLoad API by Ray Milkey · 5 years ago
  2. 3a6e151 Added suggest path to PointToPointIntent by Daniele Moro · 6 years ago
  3. a7cf8c8 Remove deprecated DefaultPath constructor with a scalar cost by Ray Milkey · 6 years ago
  4. 39f78b6 Remove Intent constructor APIs deprecated in 1.9.1 by Ray Milkey · 6 years ago
  5. 409289d Multiple meter support added and meter action added for OF1.5 by cansu.toprak · 7 years ago
  6. 3baff67 ONOS-7077 Openflow 1.5 OXS and stat trigger support by Cem Türker · 7 years ago
  7. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  8. 4160574 Support for generic table IDs in flow rules by Carmelo Cascone · 7 years ago
  9. 4f8a377 ONOS-6468 Fix for race condition between compilation and installation complete state. by Yuta HIGUCHI · 7 years ago
  10. fa394de Fix for ONOS-5175. GroupId refactoring. by Yi Tseng · 7 years ago
  11. de10c78 ONOS-5808: Allocate BW from ConnectivityIntentCompiler and unit tests for partial failure by Luca Prete · 7 years ago
  12. 2398d96 Vector cost proposed to TST on 2016-07-13 by Andrey Komarov · 8 years ago
  13. 2a81c9d [ONOS-5264] [ONOS-5242] Intents w/ FilteredConnectPoint by Yi Tseng · 8 years ago
  14. c6759e8 ONOS-4374 Enable installing flows with hard_timeout by Murat Parlakisik · 8 years ago
  15. ef835c9 Make ResourceService API more flexible in parameter by Sho SHIMIZU · 8 years ago
  16. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  17. dc91b55 Fixing an issue with unit test mocks. by Thomas Vachuska · 8 years ago
  18. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  19. b1681bd Remove dependency on LinkResourceService from Constraint by Sho SHIMIZU · 8 years ago
  20. 43da14a Remove unused methods in mock by Sho SHIMIZU · 8 years ago
  21. ca9cc8e Avoid use of Objects.hash when there's only 1 params by HIGUCHI Yuta · 9 years ago
  22. 48e64e4 Cleaned up the SRLG and disjoint path code and naming. by Thomas Vachuska · 9 years ago
  23. 2ec191f Disjoint Path Utils Exposed by Nikhil Cheerla · 9 years ago
  24. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  25. f44e42c Fix for flow equality bug which can cause: by Jonathan Hart · 9 years ago
  26. c4d5661 ONOS-2297: Decouple ResourceRequest and ResourceAllocation by Sho SHIMIZU · 9 years ago
  27. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  28. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  29. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  30. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  31. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  32. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  33. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  34. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  35. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  36. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  37. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  38. 4a0ba56 DefaultTrafficTreatment: Build all-instructions list at creation time by Jonathan Hart · 9 years ago
  39. 72175c2 Moved duplicated isUpdateAcceptable method to IntentData by Jonathan Hart · 9 years ago
  40. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  41. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  42. 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 9 years ago
  43. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  44. b1b66d3 Add unit test for optical path intent installer by Ray Milkey · 9 years ago
  45. bb32048 Add unit test for MPLS path intent installer by Ray Milkey · 9 years ago
  46. cf590df Remove references to deprecated bandwidth method by Ray Milkey · 9 years ago
  47. 43a2822 Refactor tests to use shared mock implementations by Ray Milkey · 9 years ago
  48. 5a7787a Unit test for intent accumulator by Ray Milkey · 9 years ago
  49. b1224ab Revert "FlowRule equals() incorporates FlowId to factor in treatment." by Ayaka Koshibe · 9 years ago
  50. 38f8c23 FlowRule equals() incorporates FlowId to factor in treatment. by Ayaka Koshibe · 9 years ago
  51. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  52. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  53. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/api/src/test/java/org/onlab/onos/net/intent/IntentTestsMocks.java]
  54. 75a5bd9 Change return type of groupId() in FlowRule not to misusing underlying type by Sho SHIMIZU · 9 years ago
  55. e97ede9 ONOS-239 Retrigger compilation when new resources are available by Ray Milkey · 9 years ago
  56. 427a176 Updating Intent Manager to deal with failures. by Brian O'Connor · 9 years ago
  57. 00c94f5 update and get available link resource consindering existing linkAllocations by weibit · 9 years ago
  58. 28204e5 adding group id to flowrules by alshabib · 9 years ago
  59. 02093df Move unit tests to be in the same package as the classes they are testing by Ray Milkey · 9 years ago[Renamed from core/net/src/test/java/org/onlab/onos/net/intent/IntentTestsMocks.java]
  60. 930fc66 Add unit tests fir DefaultFlowEntry class by Ray Milkey · 9 years ago
  61. 8d3ce43 Unit Tests for Bandwidth and Lambda allocations by Ray Milkey · 9 years ago
  62. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  63. 936c49d Added getCriterion method to TrafficSelector by Jonathan Hart · 10 years ago
  64. e668408 Unit tests for some Intent objects and compilers by Ray Milkey · 10 years ago