1. 8a4de91 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  2. d26fbf5 Tagging 1.12.1-rc3 by ONOS Jenkins User · 6 years ago 1.12.1-rc3
  3. 4806b29 Fix reference to 1.13 artifacts by Ray Milkey · 6 years ago
  4. 70f9112 Remove event handling delay by Charles Chan · 6 years ago
  5. 2c57bc8 Enhancing GroupChecker for faster processing of group updates by Saurav Das · 6 years ago
  6. 3179161 Fixes for CORD-2910, 2920, 2915 by Saurav Das · 6 years ago
  7. c682d5c CORD-2916 Reset RA handler when mastership changes by Charles Chan · 6 years ago
  8. 6b06148 CORD-2917 Should not push packet requests that target specific device to all devices by Charles Chan · 6 years ago
  9. ff7c20c Make various Raft server/client/storage options configurable by Jordan Halterman · 6 years ago
  10. 207e55b Print device ID in packet-requests command by Charles Chan · 6 years ago
  11. d3130e8 T3: Adding a test all multicast routes command by Andrea Campanella · 6 years ago
  12. c5f155a Handle host, route and mcast events in separate executors by Charles Chan · 6 years ago
  13. fee8108 Stamping the snapshot builds with the short version of the current git hash. by Thomas Vachuska · 6 years ago
  14. 880275c Routing/bridging rules on the same leaf pair should always be programmed by the same ONOS instance by Charles Chan · 6 years ago
  15. 50e43f0 Allow docker build to set the git hash based version string by Ray Milkey · 6 years ago
  16. 0d5106a Adding topology auto-layout. by Thomas Vachuska · 6 years ago
  17. 03cab54 Fixes for maven build by Ray Milkey · 6 years ago
  18. 15dc295 Adding ability to assign roles to elements as part of network config. by Thomas Vachuska · 6 years ago
  19. 18400a4 Use SRLinkWeigher in path computation. by Andreas Pantelopoulos · 6 years ago
  20. 2d87c9f Improve onos-diagnostics with new multicast commands and interface command by Pier · 6 years ago
  21. 668a84d Fix bug when publishing maintenance release docs by Ray Milkey · 6 years ago
  22. 04d557e Refactor logging in InOrderFlowObjectiveManager by Charles Chan · 6 years ago
  23. b7e3739 Wrapper function that enables logger invocation with log level as a parameter by Charles Chan · 6 years ago
  24. d0e31d7 ONOS-7577 - REST API to add and remove buckets from a group by Ray Milkey · 6 years ago
  25. 29e5e11 Adding example Multicast Route Json files by Andrea Campanella · 6 years ago
  26. 0381389 Fixed sonar suggestion in l2handler by Andreas Pantelopoulos · 6 years ago
  27. c757652 [CORD-2834] Handling of dual-homed sinks by Pier · 6 years ago
  28. d880ee0 [CORD-2838][CORD-2833] Revisit McastHandler and handle shortest paths with pair links by Pier · 6 years ago
  29. f6e0ab7 Adding rest API for new Mcast app by Andrea Campanella · 6 years ago
  30. faa8c8f Fix Mcast store and Mcast CLI by Pier · 6 years ago
  31. beea3e3 Fix HOST event handling in MulticastRouteManager by Andrea Campanella · 6 years ago
  32. be4deaf [CORD-2882] Set route source to DHCP for DHCPv4 by Charles Chan · 6 years ago
  33. 0ffeace Remove duplicated getPairDevice implementation by Charles Chan · 6 years ago
  34. 5b46aa2 Improvements in route-path installation using bidirectional links. by Saurav Das · 6 years ago
  35. baede71 FPM routes removal when instance goes down or is removed by Andrea Campanella · 6 years ago
  36. ee260e0 Use apache commons Pair instead of javafx by Laszlo Papp · 6 years ago
  37. 6326272 [CORD-2906] dhcpv6 server ack pkt needs to set VID according to client vid by Kalhee Kim · 6 years ago
  38. 5e5faa1 [CORD-2882] set route source to DHCP for dhcpv6 instead of FPM by Kalhee Kim · 6 years ago
  39. acaf678 [CORD-2876] set route source from RIP with RIP instead of FPM by Kalhee Kim · 6 years ago
  40. c07125d Fix NPE thrown when searching multiple routes and IP is null by Andrea Campanella · 6 years ago
  41. 1a1a407 Duplicated flow obj requests are sent in occasion of ROUTE_REMOVED event by Charles Chan · 6 years ago
  42. 8c754a2 Moved validity checks inside l2TunnelHandler. by Andreas Pantelopoulos · 6 years ago
  43. bfea12f Better error handling in pseudowire implementation. by Andreas Pantelopoulos · 6 years ago
  44. c985994 Fix deserialization exception caused by miscalculation of TCP offset by Charles Chan · 6 years ago
  45. cde7e47 Upgrade fasterXML libraries for OS-9 by Ray Milkey · 6 years ago
  46. 70b9f17 Better validity checks for paths chosen for pws. by Andreas Pantelopoulos · 6 years ago
  47. b9c1693 Fixing implicit app deactivation for apps loaded from disk. by Thomas Vachuska · 6 years ago
  48. cb1db5a Implements in-order flow objective execution by Charles Chan · 6 years ago
  49. d3a4ac4 Protect DhcpServerConfig from IllegalArgumentException by Charles Chan · 6 years ago
  50. 3eaa6e5 Better error handling by Charles Chan · 6 years ago
  51. 1cef740 [ONOS-7565] Flow rules error while rerouting intents with Flow Objectives 1.12 by Devin Lim · 6 years ago
  52. 95da649 T3 Fixes: by Andrea Campanella · 6 years ago
  53. 9efb986 Moving Multicast subsystem into app and refactoring APIs to support multihomed sources and sinks by Andrea Campanella · 6 years ago
  54. 4e9a7ce [CORD-2828] Multicast support for H-AGG by Pier · 6 years ago
  55. 4f3236a [CORD-2856] Traffic on dual-homed hosts not properly highlighted by Pier · 6 years ago
  56. 11cfa56 Move all event handler to a different executor by Charles Chan · 6 years ago
  57. 8409694 Protect channelIdle from NPE by Charles Chan · 6 years ago
  58. b7e8ceb Avoid ConcurrentModificationException by Charles Chan · 6 years ago
  59. a67b5d5 Add uptimes to device and cluster REST APIs by Ray Milkey · 6 years ago
  60. 020b53e [ONOS-7379] Use atomic operations for flow table updates to avoid losing flows during updates by Jordan Halterman · 6 years ago
  61. d603da3 ONOS-7490 Fixed NPE in Suurballe graph search. by Thomas Vachuska · 6 years ago
  62. fec00e5 Adding complete path to failed traces by Andrea Campanella · 6 years ago
  63. 38d2ff6 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  64. 2800d97 Tagging 1.12.1-rc2 by ONOS Jenkins User · 6 years ago 1.12.1-rc2
  65. 956391b Pseudowire enhancements : by Andreas Pantelopoulos · 6 years ago
  66. 18fb45f Sonar wants switch cases to end with a break statement by Ray Milkey · 6 years ago
  67. a181233 Implemented the following PW features and fixes: by Andreas Pantelopoulos · 6 years ago
  68. 445bbde Fix NPE caused by RoutingRulePopulator not initiated before linkHandler.init() by Charles Chan · 6 years ago
  69. 90148cb Upgrade to Atomix 2.0.19 by Jordan Halterman · 6 years ago
  70. 9bf9c5d Implement multiton support for primitives accessed via primitive getters by Jordan Halterman · 6 years ago
  71. 6207715 T3: Adding summary to pingall, false if any of the path in the trace fails and minor fixes by Andrea Campanella · 6 years ago
  72. 3cc7e66 [CORD-2811] Fix VLAN cases in Mcast by Pier · 6 years ago
  73. ce5ea12 Fixing flow rule count on single instance by Andrea Campanella · 6 years ago
  74. 3577bae T3: bugfixes and avoid override of finalize by Andrea Campanella · 6 years ago
  75. 2bca569 Adding RouteService bulk add/remove Rest API by Andrea Campanella · 6 years ago
  76. 36c62b3 T3: Fixing concurrent modification exception by Andrea Campanella · 6 years ago
  77. e3cb7a8 T3: HAG scenario fixes by Andrea Campanella · 6 years ago
  78. 1733d7e [ONOS-7514] Fix for broken EAP introduced in commit f0c4761. by Terje Mikal Mjelde · 6 years ago
  79. 14c832b Use single counter for host probe index to avoid unnecessary Raft session creation by Jordan Halterman · 6 years ago
  80. 1a92000 Starting snapshot 1.12.1-SNAPSHOT by Ray Milkey · 6 years ago
  81. ec860e8 Starting snapshot 1.12.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  82. 9734fce Tagging 1.12.1-rc1 by ONOS Jenkins User · 6 years ago 1.12.1-rc1
  83. 415bb23 Adding SR commands to onos-diagnostics by Charles Chan · 6 years ago
  84. eb10e4c T3: adding padding to flows and group print by Andrea Campanella · 6 years ago
  85. ea2a7ad T3: Ping to same host behind two routers by Andrea Campanella · 6 years ago
  86. 3c276b4 T3 fixing sonar problems by Andrea Campanella · 6 years ago
  87. b8245c3 Avoid ConcurrentModificationException by using SynchronizedMultimap by Charles Chan · 6 years ago
  88. d3c12ab T3: bugfixes and improvment on the Bridged check in case of untagged traffick comin in on tagged interfaces by Andrea Campanella · 6 years ago
  89. 134c3c0 Adding a very simple output for pingall by Andrea Campanella · 6 years ago
  90. 973c836 CORD-2803 Correctly reply to ICMPv6 echo request that targets link-local address of the switch interface by Charles Chan · 6 years ago
  91. 1e58aa6 VLAN filtering rules should always be installed before assignment rules by Charles Chan · 6 years ago
  92. 37a9d99 Bugfix for stale state not being cleared up when switch goes down. by Saurav Das · 6 years ago
  93. d57552d QMX switches require the unicast flow being installed before multicast flow in TMAC table by Charles Chan · 6 years ago
  94. 472f0a3 [CORD-2801] Fix NPE in FlowStatsCollector by Pier Luigi · 6 years ago
  95. 436b8f2 Avoid ConcurrentModificationException by using CopyOnWriteArrayList by Charles Chan · 6 years ago
  96. 7a6e4b1 Sonar suggestion - possible NPEs by Ray Milkey · 6 years ago
  97. 4c5c32f [CORD-2798] Fix defects in Mcast by Pier Luigi · 6 years ago
  98. 216d51c [CORD-2739] Caching in McastHandler by Pier Luigi · 6 years ago
  99. 23934ce [CORD-2802] Fix events reordering in FlowObjectiveManager by Pier Luigi · 6 years ago
  100. b1e95fd Address Sonar warning by Charles Chan · 6 years ago