1. e3828fb Skeleton for INT demo app by Carmelo Cascone · 6 years ago
  2. 6987136 Skip unconfigured devices rather than aborting the entire process by Charles Chan · 6 years ago
  3. 3337599 Revert "[ONOS-7297] DC App to adapt changes wherein RpcInput contains ResourceId." by Yi Tseng · 6 years ago
  4. 89dc629 Revert "Fix regression after bumping to yang-tool 2.4" by Yi Tseng · 6 years ago
  5. d74fe38 Revert "Bump yang tools version to 2.4" by Yi Tseng · 6 years ago
  6. a21c0ca DHCPv6 Lease Query by Lior Assouline · 6 years ago
  7. b29144d [CORD-2486] Improve Mcast CLI APIs by Pier Luigi · 6 years ago
  8. 9930da5 [CORD-2484] Deleting multicast route does not clean flows and groups by Pier Luigi · 6 years ago
  9. b72201b [CORD-2607] Mcast buckets correction by Pier Luigi · 6 years ago
  10. 142ceb0 [ONOS-7297] DC App to adapt changes wherein RpcInput contains ResourceId. by Gaurav Agrawal · 6 years ago
  11. 7483e1b Remove deprecated LinkWeight interface by Ray Milkey · 6 years ago
  12. da6f56a Fix regression after bumping to yang-tool 2.4 by Yuta HIGUCHI · 6 years ago
  13. a2cf3a1 Remove deprecated connect point APIs for point to point intents by Ray Milkey · 6 years ago
  14. c84e3f1 Add unit test of openstack node REST API by Jian Li · 6 years ago
  15. f65d72e [ONOS-7480] Add swagger API doc of openstack node module by Jian Li · 6 years ago
  16. 4a80a57 Fix: SONA activation issue caused by missing of snakeyaml by Jian Li · 6 years ago
  17. 23c8be2 Refactor openstacknode let app use codec to serialize JSON string by Jian Li · 6 years ago
  18. eefa276 [CORD-2734] Protect SR executor from exceptions by Pier Luigi · 6 years ago
  19. d3472bf [ONOS-7470] Add swagger API doc of openstack networking module #2 by Jian Li · 6 years ago
  20. 2077f66 [ONOS-7470] Add swagger API doc of openstack networking module by Jian Li · 6 years ago
  21. f662e31 Add missing type to DDCStore by Yuta HIGUCHI · 6 years ago
  22. e7f5101 Ensures internal link state is up to date on a restarted ONOS instance. Also fixes an NPE in FpmManager. by Saurav Das · 6 years ago
  23. dbc08c0 Add more error log by Yuta HIGUCHI · 6 years ago
  24. 9c7c369 remove deprecated updateBookkeepingFields() method by Ray Milkey · 6 years ago
  25. b2b0043 Fix wrong path for FpmPushRoutesCommand by Pier Luigi · 6 years ago
  26. 0eb68e1 Fix issue reported by error-prone by Yuta HIGUCHI · 6 years ago
  27. 0e1b4d9 Added support for optical intent between the different ports on same device. by fahadnaeemkhan · 6 years ago
  28. 715dd73 [CORD-2583] Change Fpm protocol classes to use Builder pattern by Kalhee Kim · 6 years ago
  29. d1be7b1 [CORD-2483] Deleting multiple sinks does not clean all flows and groups by Pier Luigi · 6 years ago
  30. 21fffd2 [CORD-2483] Mcast does not forward traffic to all the sinks by Pier Luigi · 6 years ago
  31. bad6d6c [CORD-2480] Implement logic for dual-link in McastHandler by Pier Luigi · 6 years ago
  32. eba73a0 [CORD-2534] McastHandler does not handle device down by Pier Luigi · 6 years ago
  33. 5193cb7 Bump yang tools version to 2.4 by Ray Milkey · 6 years ago
  34. 8ee2be9 added cfgService for AlarmPollingProvider by fahadnaeemkhan · 6 years ago
  35. 15a8178 Fix for NPE that can get triggered upon onos instance restart. by Saurav Das · 6 years ago
  36. 02a9498 Bump up openstack4j to 3.1.0 with dependency updated by Jian Li · 6 years ago
  37. a7cf8c8 Remove deprecated DefaultPath constructor with a scalar cost by Ray Milkey · 6 years ago
  38. 97f9d4c T3: Handling double rules on table 10 for HW by Andrea Campanella · 6 years ago
  39. c568c34 Implemented CORD-1843 to avoid race condition when updating ECMPspgs. by Saurav Das · 6 years ago
  40. 035ed1f CORD-2581 Push FPM routes to route store again when an instance rejoin the cluster by Charles Chan · 6 years ago
  41. 58b3b52 T3 Vlan handling when output to controller by Andrea Campanella · 6 years ago
  42. d5bb2ef [CORD-2635][CORD-2632] Handle Clear Deferred actions. Support for DHCP packets trace. Output optimization to handle also gateways by Andrea Campanella · 6 years ago
  43. b18424c [ONOS-7444] Optimize SONA gw doesn't use vrouter app and quagga anymore by daniel park · 6 years ago
  44. 08d9132 Bugfix in route handler in occasion of route update event by Charles Chan · 6 years ago
  45. 5f7577e Checking mastership when revoking a route by Charles Chan · 6 years ago
  46. 0cc4450 Introduce DistributedLock to guarantee that minority nodes won't try to remove by Charles Chan · 6 years ago
  47. 2b4958a SONAR suggestion - don't use generic exceptions by Ray Milkey · 6 years ago
  48. 074ba9b SONAR suggestions - concurrent access to static fields by Ray Milkey · 6 years ago
  49. 5c7d488 SONAR suggestion - proper handling of InterruptedException by Ray Milkey · 6 years ago
  50. ba547f9 SONAR suggestion - log exceptions, don't print stack traces by Ray Milkey · 6 years ago
  51. 961b19f SONAR suggestions - eliminate lossy arithmetic by Ray Milkey · 6 years ago
  52. ef31005 SONAR suggestions - uneccesary instanceof operators by Ray Milkey · 6 years ago
  53. 7382c7f T3 output enhacements by Andrea Campanella · 6 years ago
  54. 1567b53 SONAR suggestion - implement equals() whenever compareTo() is implmented by Ray Milkey · 6 years ago
  55. 110ba89 ONOS-7420 workaround for DCS event consolidation bug by Yuta HIGUCHI · 6 years ago
  56. e04aac9 [CORD-2631] Handling dual links in T3 by Andrea Campanella · 6 years ago
  57. 7c8e791 [CORD-2582] Adding ARP support to T3 by Andrea Campanella · 6 years ago
  58. d6a67c3 SONAR suggestion - explicit break in switch statements by Ray Milkey · 6 years ago
  59. 3717e60 SONAR suggestions - prevent truncation of arithmetic expressions by Ray Milkey · 6 years ago
  60. 34ef6a1 SONAR suggestion - checking the same condition twice by Ray Milkey · 6 years ago
  61. 18dac85 Add DistributedLock test commands and STC tests by Jordan Halterman · 6 years ago
  62. 986a47a SONAR suggestion - generic exceptions by Ray Milkey · 6 years ago
  63. 10f35dc SONAR suggestion - remove mutable public collections by Ray Milkey · 6 years ago
  64. f1653a7 pom cleanup by Yuta HIGUCHI · 6 years ago
  65. 4ee4af1 T3 avoiding false flow rule match by Andrea Campanella · 6 years ago
  66. 88c5998 T3 - Fixing NPE for flow rules by Andrea Campanella · 6 years ago
  67. e34b6a2 Adding Maven tests for apps/restconf/api by Sean Condon · 6 years ago
  68. b1dec91 CORD-2637 Correctly use broadcast flag in DHCPv4 relay by Daniel Ginsburg · 6 years ago
  69. 488a94c more error-prone issue fix by Yuta HIGUCHI · 6 years ago
  70. 96b896d [ONOS-7262] Cfm improvements to allow RMeps and Mds and Mas to be added and deleted by Sean Condon · 6 years ago
  71. 09ca07a T3: removed fixed mpls_bos and proper mpls label removal by Andrea Campanella · 6 years ago
  72. 13b1681 Add support for RESTCONF standard errors by Sean Condon · 6 years ago
  73. fbd9ae9 Various small fixes by Yuta HIGUCHI · 6 years ago
  74. 8be1af9 T3: Support for Ipv6 in CLI command by Andrea Campanella · 6 years ago
  75. 094a135 Removed the setServiceDirectory() method from the base web resource by Ray Milkey · 6 years ago
  76. fa6002c SONAR suggestion - collection item types by Ray Milkey · 6 years ago
  77. 06297ed SONAR suggestion - Synchronize initialization of static fields by Ray Milkey · 6 years ago
  78. ffe1a33 SONAR suggestions - more blocker bugs by Ray Milkey · 6 years ago
  79. 6dc7e4f Updates of SimpleFabric applcation by Lee Yongjae · 6 years ago
  80. 2ff6716 SONAR Suggestion - use .equals() on strings, not '==' by Ray Milkey · 6 years ago
  81. bb9d3fb Adding drop on same output of input connect point by Andrea Campanella · 6 years ago
  82. 239492c Fix NPE in Dhcp6HandlerImpl by Charles Chan · 6 years ago
  83. 40beb72 [CORD-2529] Fpm route store handling by Kalhee Kim · 6 years ago
  84. 2f07c60 [CORD-2260] Add a timer task to clean ipaddr, pd prefix by Kalhee Kim · 6 years ago
  85. d94ceea [CORD-2362] dhcp relay v6 counters implementation by Kalhee Kim · 6 years ago
  86. 495c9b2 [CORD-2318] Allow v6 alternative dhcp server for default and indirect dhcp server by Kalhee Kim · 6 years ago
  87. ea4b6c2 [CORD-2226] Dhcp6 Relay uses to store dhcp record for LeaseQuery by Kalhee Kim · 6 years ago
  88. 45f4815 Take down edge ports on a leaf switch when all uplinks are gone by Saurav Das · 6 years ago
  89. fe0e085 SONAR suggestions - boolean expressions that are known to be 'true' or 'false' by Ray Milkey · 6 years ago
  90. 74e5913 Sonar suggestions - fixes to potential null pointer dereferences by Ray Milkey · 6 years ago
  91. 37d1062 T3: Handling null or offline device by Andrea Campanella · 6 years ago
  92. 2bc55dd Fix for T3 test paths by Andrea Campanella · 6 years ago
  93. 01e886e [CORD-2432][CORD-2431] Initial t3 implementation by Andrea Campanella · 6 years ago
  94. 161ce33 Fixed VLAN used for l2 intf groups of pseudowires by Andreas Pantelopoulos · 6 years ago
  95. c41ceb9 Minor update in PW configuration to handle updates better by Andreas Pantelopoulos · 6 years ago
  96. 63edd93 [CORD-2532] IllegalArgumentException in OFDPA pipeliner by Pier Luigi · 6 years ago
  97. 9c9cde4 SONAR Suggestion - protected members in final classes are pointless by Ray Milkey · 6 years ago
  98. 57add21 Sonar suggestion - null pointer check had the wrong boolean operator by Ray Milkey · 6 years ago
  99. 4a76f37 Fixed app category for live-compile YANG models. by Thomas Vachuska · 6 years ago
  100. d4439e6 Sonar suggestion - don't lock on a potentially shared Object by Ray Milkey · 6 years ago