1. 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
  2. 711db55 Fixed ONOS-2051 by eliminating treatment and priority from flow id/cookie. by Thomas Vachuska · 9 years ago
  3. 4a1c1fa Bidirectional optical intents (ONOS-2055). by Marc De Leenheer · 9 years ago
  4. 88194c3 Fix optical port types in device store (ONOS-2046). by Marc De Leenheer · 9 years ago
  5. 9f7d189 Release resources when intent is withdrawn (ONOS-2048). by Marc De Leenheer · 9 years ago
  6. 8c2caac Support for OTN using optical circuit intents. Refined DeviceResourceService. by Marc De Leenheer · 9 years ago
  7. d910a5c Fixing port-stats DBZ by Thomas Vachuska · 9 years ago
  8. fdbc4c2 Adding multi-instance support for flow stats. by Thomas Vachuska · 9 years ago
  9. 69d6ac7 ONOS-2003 Fixing intent reroute after cluster change by Brian O'Connor · 9 years ago
  10. 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
  11. f0397b5 GUI -- Added port-statistics traffic visualization to the topo view. by Thomas Vachuska · 9 years ago
  12. 74b5527 Miscellaneous fixes for reading Linc-OE port types. by Ayaka Koshibe · 9 years ago
  13. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  14. 3bc27d8 Remove blank lines by Sho SHIMIZU · 9 years ago
  15. 541ef71 ONOS-1993 Implement API-level permission checking + security util code location replacement by Changhoon Yoon · 9 years ago
  16. 6c8eff3 ONOS-1746 Fixed hashCode implementation to be immune from non-deterministic enum hashCode. by Thomas Vachuska · 9 years ago
  17. 8f86bb2 Remove unnecessary white space from Javadoc by Sho SHIMIZU · 9 years ago
  18. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  19. 02ce274 Unit tests for DefaultGroupDescription class by Ray Milkey · 9 years ago
  20. b0ca8c5 Fixing javadocs. by Thomas Vachuska · 9 years ago
  21. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  22. bf916ea Moved Tunnel subsystem to ONOS core incubator area. by Thomas Vachuska · 9 years ago
  23. e8c632f Unit tests for GroupBucket and GroupOperation by Ray Milkey · 9 years ago
  24. 4a20a5f [ONOS-700][ONOS-1801]refactor tunnel subsystem api. by jcc · 9 years ago
  25. a9d491e Added @Beta annotation to the flow objective API. by Thomas Vachuska · 9 years ago
  26. 5428b6c ONOS-1438: Segment Routing rule population optimization fixes by Srikanth Vavilapalli · 9 years ago
  27. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  28. 7f58211 Unit tests for PortAddresses class by Ray Milkey · 9 years ago
  29. cb5016f Fixed GUI pulsing due to PORT_STATS_UPDATE event. by Thomas Vachuska · 9 years ago
  30. 1e57565 ONOS-688 (ONOS-1835,1836,1837) : by sangho · 9 years ago
  31. 2318191 ONOS-1823 and ONOS-1838:Segment Routing Multi-instance Support-1 by Srikanth Vavilapalli · 9 years ago
  32. c72c8ea Make methods of TrafficSelector.Builder deprecated by Sho SHIMIZU · 9 years ago
  33. 3310a34 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  34. 585bed9 Place OchSginalType in the right place by Sho SHIMIZU · 9 years ago
  35. 635c2d7 Adding device driver inheritance mechanism. by Thomas Vachuska · 9 years ago
  36. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  37. f81725b Populate Bandwidth with BandwidthResource by Sho SHIMIZU · 9 years ago
  38. 8711451 Replace manual hash code calculation for long with Long.hashCode(long) by Sho SHIMIZU · 9 years ago
  39. 9a6ae38 Rename arguments to make its meaning clear by Sho SHIMIZU · 9 years ago
  40. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  41. e1e8d66 Fixing javadocs. by Thomas Vachuska · 9 years ago
  42. 4fea4fd Populate IndexedLambda with LambdaResource by Sho SHIMIZU · 9 years ago
  43. a5b5c3e Use Long.hashCode(long) to avoid manual hash code calculation by Sho SHIMIZU · 9 years ago
  44. 0ad4398 fix remaining signing issues in treatments. by alshabib · 9 years ago
  45. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  46. 100e3b8 First shot at Broadcom OFDPA 1.0 pipeline by Saurav Das · 9 years ago
  47. ab130524 GUI -- Added routerId to AnnotationKeys; added test scenario for multi-homed hosts (routers). by Simon Hunt · 9 years ago
  48. 2a9c3af Add description about deprecation of matchLambda(int) by Sho SHIMIZU · 9 years ago
  49. 60f1214 Fix typo by Sho SHIMIZU · 9 years ago
  50. b5e6de6 Define a Criterion for OchSginalType by Sho SHIMIZU · 9 years ago
  51. efc2e28 Define a Criterion for IndexedLambda by Sho SHIMIZU · 9 years ago
  52. 2e7ac84 Make Instructions.modL0Lambda(short) deprecated by Sho SHIMIZU · 9 years ago
  53. 0abceb8 Populate OchSignal with OchPort by Sho SHIMIZU · 9 years ago
  54. e9e1275 Define an Instruction for OchSignal and its static factory method by Sho SHIMIZU · 9 years ago
  55. 9906de2 Remove unreferenced interface by Sho SHIMIZU · 9 years ago
  56. 47ec126 Add OchSignalType definition by Sho SHIMIZU · 9 years ago
  57. 084c4ca Define a Criterion for OchSignal by Sho SHIMIZU · 9 years ago
  58. 79906e4 Remove "public" from TrafficTreatment to follow our convention by Sho SHIMIZU · 9 years ago
  59. 607b1ff Group ID was set to null in a DefaultFlowRule constructor. by Jonathan Hart · 9 years ago
  60. f74ae50 Remove obsolete todo comment by Sho SHIMIZU · 9 years ago
  61. d150620 Remove "public" from Instruction to follow our convention by Sho SHIMIZU · 9 years ago
  62. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  63. aa17b4d Added @return to lambda javadoc by Brian O'Connor · 9 years ago
  64. 6d8e317 Added error count for IntentData (ONOS-1060) by Brian O'Connor · 9 years ago
  65. a6c9b5c Updating IntentCleanup to check for stalled *_REQ and *ING intents. by Brian O'Connor · 9 years ago
  66. 198558a Remove RES definition as potential use case is unknow right now by Sho SHIMIZU · 9 years ago
  67. c3af35a Add static factory method to create ConnectPoints from strings. by Jonathan Hart · 9 years ago
  68. 91210a7 Define Lambda interface representing wavelength and implementations by Sho SHIMIZU · 9 years ago
  69. 014c33a Pull out enums from OchPort by Sho SHIMIZU · 9 years ago
  70. 866b46a Reworked the dependency on default drivers. Driver manager must NOT depend on these. by Thomas Vachuska · 9 years ago
  71. 3c58e96 Adding IntentCleanup as a component. by Brian O'Connor · 9 years ago
  72. bb38235 Generic ROADM port models and descriptions by Marc De Leenheer · 9 years ago
  73. ab39283 Remove unnecessary object creation when calculating hashCode() by Sho SHIMIZU · 9 years ago
  74. f5b234a Segment Routing refactor with flow objectives by Srikanth Vavilapalli · 9 years ago
  75. 75aaa67 OpenFlowRuleProvider is now configurable with respect to flowPollFrequency. by Thomas Vachuska · 9 years ago
  76. 15c3800 Remove "public" from TrafficSelector definition to follow our convention by Sho SHIMIZU · 9 years ago
  77. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  78. f0c5a05 Initial implementation of CORRUPT state (ONOS-1060) by Brian O'Connor · 9 years ago
  79. 0c3c076 Inherit resources from a high level intent when creating a FlowRuleIntent by Sho SHIMIZU · 9 years ago
  80. 2de9449 Inherit network resource information from a high level intent by Sho SHIMIZU · 9 years ago
  81. 2184de1 ONOS-1756: Improve CLI auto completers by Charles M.C. Chan · 9 years ago
  82. f1fa96c Implement toString in OpticalConnectivityIntent by Sho SHIMIZU · 9 years ago
  83. ca540c3 Fixing javadocs. by Thomas Vachuska · 9 years ago
  84. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  85. 17d0045 Upgrade packet requests to use flow objectives API. by Jonathan Hart · 9 years ago
  86. 3ea4662 Removing dependency on lower level drivers for the BGPRouter application. by Saurav Das · 9 years ago
  87. d17abc2 Refactored driver to use new FlowRule api. by alshabib · 9 years ago
  88. b52a014 GUI -- Added ability to display port names in the devices view detail. by Thomas Vachuska · 9 years ago
  89. f6ea9e6 Implemented a globally unique next id generator in FlowObjectStore by alshabib · 9 years ago
  90. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  91. a668122 Java-doc improvement by wei wei · 9 years ago
  92. 89ddc32 Generic Tunnel Subsystem (ONOS-1276) and L1/L0 (OTN/ROADM)extensions (ONOS-676): by wei wei · 9 years ago
  93. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  94. fff0de9 Initial sketch of LabelResource APIs by jcc · 9 years ago
  95. 2a441c6 Flow Objective implementation by alshabib · 9 years ago
  96. 76d8974 Full long value for port numbers. Fix port number serializer. by Marc De Leenheer · 9 years ago
  97. e10f56b Fixing javadocs. by Thomas Vachuska · 9 years ago
  98. c0e37ec Method for getting port name by Marc De Leenheer · 9 years ago
  99. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  100. c9e16bf add a virtual gateway for reactive routing by Pingping Lin · 9 years ago