1. 85571eb Remove deprecated Lambda instruction builder method by Ray Milkey · 9 years ago
  2. 9476fa1 Adding @Beta to Intent API classes and interfaces by Brian O'Connor · 9 years ago
  3. 0dbac7a Fix javadoc warnings by Madan Jampani · 9 years ago
  4. 41f4d3e Defined edge-port subsystem interface. by Thomas Vachuska · 9 years ago
  5. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  6. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  7. 69f0317 Eliminate code duplication in initialization by Ray Milkey · 9 years ago
  8. 85cf4da Fixing 4 javadoc warnings in onos-api by Brian O'Connor · 9 years ago
  9. c973308 Static optical madness. Fix in device resource store. Javadoc. by Marc De Leenheer · 9 years ago
  10. e4ea270 Revert addition of unnecessary PortNumber instantiation method by Ayaka Koshibe · 9 years ago
  11. d01a23d Implement toString() in DefaultPath by Sho SHIMIZU · 9 years ago
  12. 25455e7 Fixing port stats topo view rendering. by Thomas Vachuska · 9 years ago
  13. 723f553 Allow static lambda and port mappings (ONOS-2067). by Marc De Leenheer · 9 years ago
  14. a3d67cd Expose empty annotations as SparseAnnotations to move down cast by Sho SHIMIZU · 9 years ago
  15. 204cb6c Fixing port stats rate calculation. by Thomas Vachuska · 9 years ago
  16. 236e9cd Fix for parsing non-numeric port numbers in ConfigProvider by Ayaka Koshibe · 9 years ago
  17. 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
  18. 711db55 Fixed ONOS-2051 by eliminating treatment and priority from flow id/cookie. by Thomas Vachuska · 9 years ago
  19. 4a1c1fa Bidirectional optical intents (ONOS-2055). by Marc De Leenheer · 9 years ago
  20. 88194c3 Fix optical port types in device store (ONOS-2046). by Marc De Leenheer · 9 years ago
  21. 9f7d189 Release resources when intent is withdrawn (ONOS-2048). by Marc De Leenheer · 9 years ago
  22. 8c2caac Support for OTN using optical circuit intents. Refined DeviceResourceService. by Marc De Leenheer · 9 years ago
  23. d910a5c Fixing port-stats DBZ by Thomas Vachuska · 9 years ago
  24. fdbc4c2 Adding multi-instance support for flow stats. by Thomas Vachuska · 9 years ago
  25. 69d6ac7 ONOS-2003 Fixing intent reroute after cluster change by Brian O'Connor · 9 years ago
  26. 4859be0 Omits null checking of treatment when removing next objectives; it was removed from remove() but not for remove(context) by sangho · 9 years ago
  27. f0397b5 GUI -- Added port-statistics traffic visualization to the topo view. by Thomas Vachuska · 9 years ago
  28. 74b5527 Miscellaneous fixes for reading Linc-OE port types. by Ayaka Koshibe · 9 years ago
  29. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  30. 3bc27d8 Remove blank lines by Sho SHIMIZU · 9 years ago
  31. 541ef71 ONOS-1993 Implement API-level permission checking + security util code location replacement by Changhoon Yoon · 9 years ago
  32. 6c8eff3 ONOS-1746 Fixed hashCode implementation to be immune from non-deterministic enum hashCode. by Thomas Vachuska · 9 years ago
  33. 8f86bb2 Remove unnecessary white space from Javadoc by Sho SHIMIZU · 9 years ago
  34. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  35. 02ce274 Unit tests for DefaultGroupDescription class by Ray Milkey · 9 years ago
  36. b0ca8c5 Fixing javadocs. by Thomas Vachuska · 9 years ago
  37. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  38. bf916ea Moved Tunnel subsystem to ONOS core incubator area. by Thomas Vachuska · 9 years ago
  39. e8c632f Unit tests for GroupBucket and GroupOperation by Ray Milkey · 9 years ago
  40. 4a20a5f [ONOS-700][ONOS-1801]refactor tunnel subsystem api. by jcc · 9 years ago
  41. a9d491e Added @Beta annotation to the flow objective API. by Thomas Vachuska · 9 years ago
  42. 5428b6c ONOS-1438: Segment Routing rule population optimization fixes by Srikanth Vavilapalli · 9 years ago
  43. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  44. 7f58211 Unit tests for PortAddresses class by Ray Milkey · 9 years ago
  45. cb5016f Fixed GUI pulsing due to PORT_STATS_UPDATE event. by Thomas Vachuska · 9 years ago
  46. 1e57565 ONOS-688 (ONOS-1835,1836,1837) : by sangho · 9 years ago
  47. 2318191 ONOS-1823 and ONOS-1838:Segment Routing Multi-instance Support-1 by Srikanth Vavilapalli · 9 years ago
  48. c72c8ea Make methods of TrafficSelector.Builder deprecated by Sho SHIMIZU · 9 years ago
  49. 3310a34 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  50. 585bed9 Place OchSginalType in the right place by Sho SHIMIZU · 9 years ago
  51. 635c2d7 Adding device driver inheritance mechanism. by Thomas Vachuska · 9 years ago
  52. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  53. f81725b Populate Bandwidth with BandwidthResource by Sho SHIMIZU · 9 years ago
  54. 8711451 Replace manual hash code calculation for long with Long.hashCode(long) by Sho SHIMIZU · 9 years ago
  55. 9a6ae38 Rename arguments to make its meaning clear by Sho SHIMIZU · 9 years ago
  56. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  57. e1e8d66 Fixing javadocs. by Thomas Vachuska · 9 years ago
  58. 4fea4fd Populate IndexedLambda with LambdaResource by Sho SHIMIZU · 9 years ago
  59. a5b5c3e Use Long.hashCode(long) to avoid manual hash code calculation by Sho SHIMIZU · 9 years ago
  60. 0ad4398 fix remaining signing issues in treatments. by alshabib · 9 years ago
  61. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  62. 100e3b8 First shot at Broadcom OFDPA 1.0 pipeline by Saurav Das · 9 years ago
  63. ab130524 GUI -- Added routerId to AnnotationKeys; added test scenario for multi-homed hosts (routers). by Simon Hunt · 9 years ago
  64. 2a9c3af Add description about deprecation of matchLambda(int) by Sho SHIMIZU · 9 years ago
  65. 60f1214 Fix typo by Sho SHIMIZU · 9 years ago
  66. b5e6de6 Define a Criterion for OchSginalType by Sho SHIMIZU · 9 years ago
  67. efc2e28 Define a Criterion for IndexedLambda by Sho SHIMIZU · 9 years ago
  68. 2e7ac84 Make Instructions.modL0Lambda(short) deprecated by Sho SHIMIZU · 9 years ago
  69. 0abceb8 Populate OchSignal with OchPort by Sho SHIMIZU · 9 years ago
  70. e9e1275 Define an Instruction for OchSignal and its static factory method by Sho SHIMIZU · 9 years ago
  71. 9906de2 Remove unreferenced interface by Sho SHIMIZU · 9 years ago
  72. 47ec126 Add OchSignalType definition by Sho SHIMIZU · 9 years ago
  73. 084c4ca Define a Criterion for OchSignal by Sho SHIMIZU · 9 years ago
  74. 79906e4 Remove "public" from TrafficTreatment to follow our convention by Sho SHIMIZU · 9 years ago
  75. 607b1ff Group ID was set to null in a DefaultFlowRule constructor. by Jonathan Hart · 9 years ago
  76. f74ae50 Remove obsolete todo comment by Sho SHIMIZU · 9 years ago
  77. d150620 Remove "public" from Instruction to follow our convention by Sho SHIMIZU · 9 years ago
  78. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  79. aa17b4d Added @return to lambda javadoc by Brian O'Connor · 9 years ago
  80. 6d8e317 Added error count for IntentData (ONOS-1060) by Brian O'Connor · 9 years ago
  81. a6c9b5c Updating IntentCleanup to check for stalled *_REQ and *ING intents. by Brian O'Connor · 9 years ago
  82. 198558a Remove RES definition as potential use case is unknow right now by Sho SHIMIZU · 9 years ago
  83. c3af35a Add static factory method to create ConnectPoints from strings. by Jonathan Hart · 9 years ago
  84. 91210a7 Define Lambda interface representing wavelength and implementations by Sho SHIMIZU · 9 years ago
  85. 014c33a Pull out enums from OchPort by Sho SHIMIZU · 9 years ago
  86. 866b46a Reworked the dependency on default drivers. Driver manager must NOT depend on these. by Thomas Vachuska · 9 years ago
  87. 3c58e96 Adding IntentCleanup as a component. by Brian O'Connor · 9 years ago
  88. bb38235 Generic ROADM port models and descriptions by Marc De Leenheer · 9 years ago
  89. ab39283 Remove unnecessary object creation when calculating hashCode() by Sho SHIMIZU · 9 years ago
  90. f5b234a Segment Routing refactor with flow objectives by Srikanth Vavilapalli · 9 years ago
  91. 75aaa67 OpenFlowRuleProvider is now configurable with respect to flowPollFrequency. by Thomas Vachuska · 9 years ago
  92. 15c3800 Remove "public" from TrafficSelector definition to follow our convention by Sho SHIMIZU · 9 years ago
  93. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  94. f0c5a05 Initial implementation of CORRUPT state (ONOS-1060) by Brian O'Connor · 9 years ago
  95. 0c3c076 Inherit resources from a high level intent when creating a FlowRuleIntent by Sho SHIMIZU · 9 years ago
  96. 2de9449 Inherit network resource information from a high level intent by Sho SHIMIZU · 9 years ago
  97. 2184de1 ONOS-1756: Improve CLI auto completers by Charles M.C. Chan · 9 years ago
  98. f1fa96c Implement toString in OpticalConnectivityIntent by Sho SHIMIZU · 9 years ago
  99. ca540c3 Fixing javadocs. by Thomas Vachuska · 9 years ago
  100. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago