1. 9734fce Tagging 1.12.1-rc1 by ONOS Jenkins User · 6 years ago 1.12.1-rc1
  2. 415bb23 Adding SR commands to onos-diagnostics by Charles Chan · 6 years ago
  3. eb10e4c T3: adding padding to flows and group print by Andrea Campanella · 6 years ago
  4. ea2a7ad T3: Ping to same host behind two routers by Andrea Campanella · 6 years ago
  5. 3c276b4 T3 fixing sonar problems by Andrea Campanella · 6 years ago
  6. b8245c3 Avoid ConcurrentModificationException by using SynchronizedMultimap by Charles Chan · 6 years ago
  7. 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
  8. 134c3c0 Adding a very simple output for pingall by Andrea Campanella · 6 years ago
  9. 973c836 CORD-2803 Correctly reply to ICMPv6 echo request that targets link-local address of the switch interface by Charles Chan · 6 years ago
  10. 1e58aa6 VLAN filtering rules should always be installed before assignment rules by Charles Chan · 6 years ago
  11. 37a9d99 Bugfix for stale state not being cleared up when switch goes down. by Saurav Das · 6 years ago
  12. d57552d QMX switches require the unicast flow being installed before multicast flow in TMAC table by Charles Chan · 6 years ago
  13. 472f0a3 [CORD-2801] Fix NPE in FlowStatsCollector by Pier Luigi · 6 years ago
  14. 436b8f2 Avoid ConcurrentModificationException by using CopyOnWriteArrayList by Charles Chan · 6 years ago
  15. 7a6e4b1 Sonar suggestion - possible NPEs by Ray Milkey · 6 years ago
  16. 4c5c32f [CORD-2798] Fix defects in Mcast by Pier Luigi · 6 years ago
  17. 216d51c [CORD-2739] Caching in McastHandler by Pier Luigi · 6 years ago
  18. 23934ce [CORD-2802] Fix events reordering in FlowObjectiveManager by Pier Luigi · 6 years ago
  19. b1e95fd Address Sonar warning by Charles Chan · 6 years ago
  20. d821c75 Adding command to add routes and to generate flows from them. by Thomas Vachuska · 6 years ago
  21. 7feb6c8 Address comments in gerrit 17355 by Charles Chan · 6 years ago
  22. 0363d05 Fix potential NPE and logical error by Charles Chan · 6 years ago
  23. 206506b Major OFDPA refactoring to handle multi-stage flows in a cleaner way by Charles Chan · 6 years ago
  24. 9309035 Minor OFDPA refactoring according to IntelliJ code analysis by Charles Chan · 6 years ago
  25. a89b95a Handling multiple layers of spines. by Saurav Das · 6 years ago
  26. b94dffc Support for ipv4 dhcp multi server by rsahot036 · 6 years ago
  27. 004d7cf [CORD-2785] Refactor McastHandler and move to separated folder by Pier Luigi · 6 years ago
  28. 1f5dc37 [CORD-2748] Multicast flows are not properly updated when changing source by Pier Luigi · 6 years ago
  29. ba5a7c3 [CORD-2746] Avoid pair links during path computation by Pier Luigi · 6 years ago
  30. 80cb748 [CORD-2740] Listening for topology events by Pier Luigi · 6 years ago
  31. 71a2076 T3 Dual homing tests by Andrea Campanella · 6 years ago
  32. 57262b2 [CORD-2774] Support Dual-homing by Andrea Campanella · 6 years ago
  33. 87477c9 Add intent sync and route related API bundles to lists of published artifacts by Ray Milkey · 6 years ago
  34. dd0e04c Add test scenario for crashing all nodes in sequence by Jordan Halterman · 6 years ago
  35. bee8a91 Creating build of a small bundle of remote administrative tools that by Thomas Vachuska · 6 years ago
  36. 71d7b42 Fixed race condition in CriterionTranslatorHelper by Carmelo Cascone · 6 years ago
  37. 3217ecf T3 Fix for only local addresses in pingall by Andrea Campanella · 6 years ago
  38. 653441e Removed package-info.java from segmentrouting/web. by Andreas Pantelopoulos · 6 years ago
  39. c108337 T3: CLI enhancements and absent group buckets fix by Andrea Campanella · 6 years ago
  40. 7e52e3d Only remove TMAC flow when it is the last port within the same VLAN if TMAC doesn't support in_port matching by Charles Chan · 6 years ago
  41. 25199f2 [CORD-2721] Implement group bucket modification by Jonghwan Hyun · 6 years ago
  42. a3b55a9 Fixing issue in component config subsystem where the locally registered by Thomas Vachuska · 6 years ago
  43. b1ea62e Ensure client events are handled in the correct thread in consistent primitive tests. by Jordan Halterman · 6 years ago
  44. 5c4c410 Fix memory leak in Dropwizard metrics: use sliding window reservoir by Jordan Halterman · 6 years ago
  45. 25565d8 T3: Fix condition to properly support L2 Broadcast by Andrea Campanella · 6 years ago
  46. a5f837f Maven build for refactored sr by Andreas Pantelopoulos · 6 years ago
  47. 37a7eae REST API for pseudowire addition / deletion. by Andreas Pantelopoulos · 6 years ago
  48. 621bbe7 Avoid too many unnecessary INFO logs by Charles Chan · 6 years ago
  49. fb68135 [CORD-2755] PingAll scenario for Ipv4 and Ipv6 hosts by Andrea Campanella · 6 years ago
  50. 71f9077 T3: Prefixing t3- to the CLI commands by Andrea Campanella · 6 years ago
  51. 6f50a75 [CORD-2456] Multicast support in t3 by Andrea Campanella · 6 years ago
  52. 051b3ac Refactored sr app to enable rest api. by Andreas Pantelopoulos · 6 years ago
  53. 0dbf8e2 Inner vlan for encoding l2intf group id. by Andreas Pantelopoulos · 6 years ago
  54. 3a1db70 Refactored pseudowire code. by Andreas Pantelopoulos · 6 years ago
  55. 7037f4b Different vlan-id for leaf spine pws. by Andreas Pantelopoulos · 6 years ago
  56. 0716755 [CORD-2749] T3: Properly filter groups in output by Andrea Campanella · 6 years ago
  57. 4e35ccf Skip unconfigured devices rather than aborting the entire process by Charles Chan · 6 years ago
  58. d992596 Fix IPv6 simple command by Andrea Campanella · 6 years ago
  59. 7c77165 STC 2.4 release by Thomas Vachuska · 6 years ago
  60. 8c73019 Fixing ComponentConfigManager to preset values locally; not just in the distributed store. by Thomas Vachuska · 6 years ago
  61. 335ab87 Fix Sonar warning - remove redundant condition check by Charles Chan · 6 years ago
  62. 07e99ad T3: Fix for mvn build and SR dependency by Andrea Campanella · 6 years ago
  63. d711b80 T3: Implementation of host based, less arguments CLI command by Andrea Campanella · 6 years ago
  64. e30f33e T3 Handling lldp and Bddp by Andrea Campanella · 6 years ago
  65. ae255c0 DHCPv6 Lease Query by Lior Assouline · 6 years ago
  66. 0b14d6c [CORD-2486] Improve Mcast CLI APIs by Pier Luigi · 6 years ago
  67. 1c34a44 [CORD-2484] Deleting multicast route does not clean flows and groups by Pier Luigi · 6 years ago
  68. 3dfd835 [CORD-2607] Mcast buckets correction by Pier Luigi · 6 years ago
  69. 4a7cdfa [CORD-2634] Fix verify operation in OFDPA pipeliner. by Pier Luigi · 6 years ago
  70. bd54744 Upgrade to Atomix 2.0.18 by Jordan Halterman · 6 years ago
  71. 9e43fcb Ports with zero counters displayed on UI by Georgios Katsikas · 6 years ago
  72. c13e67a Fixing null provider custom topo simulator by Thomas Vachuska · 6 years ago
  73. 562a1bb [CORD-2734] Protect SR executor from exceptions by Pier Luigi · 6 years ago
  74. eae90a3 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
  75. c03da31 Renamed tofino driver to barefoot by Carmelo Cascone · 6 years ago
  76. bbd34e2 Fixed issue where component configuration would not propagate on node restart. by Thomas Vachuska · 6 years ago
  77. adf62c6 Fix wrong path for FpmPushRoutesCommand by Pier Luigi · 6 years ago
  78. 7e57aaa Fix issue reported by error-prone by Yuta HIGUCHI · 6 years ago
  79. 8866d84 [CORD-2583] Change Fpm protocol classes to use Builder pattern by Kalhee Kim · 6 years ago
  80. b525fe9 [CORD-2483] Deleting multiple sinks does not clean all flows and groups by Pier Luigi · 6 years ago
  81. 7b7a29d [CORD-2483] Mcast does not forward traffic to all the sinks by Pier Luigi · 6 years ago
  82. 5131dad [CORD-2480] Implement logic for dual-link in McastHandler by Pier Luigi · 6 years ago
  83. 2459265 [CORD-2534] McastHandler does not handle device down by Pier Luigi · 6 years ago
  84. 5857e22 added cfgService for AlarmPollingProvider by fahadnaeemkhan · 6 years ago
  85. 745a5e9 Fix for NPE that can get triggered upon onos instance restart. by Saurav Das · 6 years ago
  86. 0d79774 Ensure messages are correctly timed out in NettyMessagingManager by Jordan Halterman · 6 years ago
  87. 8314b07 T3: Handling double rules on table 10 for HW by Andrea Campanella · 6 years ago
  88. b524fff Bug fix for Ofdpa2 group handler. by Andreas Pantelopoulos · 6 years ago
  89. f3f7594 Implemented CORD-1843 to avoid race condition when updating ECMPspgs. by Saurav Das · 6 years ago
  90. 87553e1 CORD-2581 Push FPM routes to route store again when an instance rejoin the cluster by Charles Chan · 6 years ago
  91. e9b45cc T3 Vlan handling when output to controller by Andrea Campanella · 6 years ago
  92. bd3aa92 Upgrade to Atomix 2.0.16 by Jordan Halterman · 6 years ago
  93. 6c913f2 Support latest OFDPA premium image by Charles Chan · 6 years ago
  94. 9cd528f Bugfix in route handler in occasion of route update event by Charles Chan · 6 years ago
  95. f019982 Checking mastership when revoking a route by Charles Chan · 6 years ago
  96. e01977fc Introduce DistributedLock to guarantee that minority nodes won't try to remove by Charles Chan · 6 years ago
  97. ce7363a [ONOS-7373] Ensure Netty channels are closed on send exceptions by Jordan Halterman · 6 years ago
  98. 603a50f [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
  99. 760f4a8 [ONOS-7441] Keep installed applications in sync with app store by Jon Hall · 6 years ago
  100. 1b54b40 Fix to deal with exception cases in case of OpenstackNetworkEvent. by daniel park · 6 years ago