1. 65ca2a9 Tagging 1.13.2-rc2 by ONOS Jenkins User · 6 years ago 1.13.2-rc2
  2. 0eaa516 Fixed removal of doubletagged hosts by Andreas Pantelopoulos · 6 years ago
  3. d493b30 Ensure cached document tree listeners are run after cache has been updated to prevent stale reads from the cache by Jordan Halterman · 6 years ago
  4. fe7a290 Ensure cache map listeners are run after cache has been updated to prevent stale reads from the cache by Jordan Halterman · 6 years ago
  5. 8166890 Fix for OS-12, NumberFormatException on badly formatted version string by Ray Milkey · 6 years ago
  6. c3a48e3 Fix NPE introduced by gerrit 18883 by Charles Chan · 6 years ago
  7. 5bd059e Adding get flow by table REST api, fixing exceptions in dhcp by rsahot036 · 6 years ago
  8. 89f5b4e Ensure multimap event listeners are executed after cache update to avoid stale reads from the cache. by Jordan Halterman · 6 years ago
  9. 577dae3 [OS] Make ACL react to HOST UPDATED event by Andrea Campanella · 6 years ago
  10. c1359bb [OS] Fix for XXE in netconf drivers xml utils by Andrea Campanella · 6 years ago
  11. 657c8e6 Delete prefix from sr-device-subnet when the next hop host is removed by Charles Chan · 6 years ago
  12. 9299cf5 Implement toString in RouteSet and RouteInfo by Charles Chan · 6 years ago
  13. aab61e4 Fixed issues related to published routes learnt back on FPM by Mayank Tiwari · 6 years ago
  14. 97cd272 Ensure backups are updated on change in DeviceFlowTable by Jordan Halterman · 6 years ago
  15. 186d9fb Fix error prone reported probem with map key type by Ray Milkey · 6 years ago
  16. 356cda5 Refactor flow rule store to resolve missing flows with old masters following mastership reassignment by Jordan Halterman · 6 years ago
  17. 79e6a22 Fixing XXE attacks through NETCONF Alarms by Andrea Campanella · 6 years ago
  18. 9fc40ed Refactor multimap streams to avoid blocking iteration on initialization by Jordan Halterman · 6 years ago
  19. 9c00e6b Add atomic mastership/term/backups method to MastershipService by Jordan Halterman · 6 years ago
  20. 231572d Rely on anti-entropy protocol to resolve missing flows after mastership change in ECFlowRuleStore by Jordan Halterman · 6 years ago
  21. 7aa2757 Ensure flow rules are purged from non-backup nodes on mastership change by Jordan Halterman · 6 years ago
  22. d1fe85b ONOS core changes for RIP support by shalde064 · 6 years ago
  23. 4e87b3e Implement CLI and REST API for Xconnect by Charles Chan · 6 years ago
  24. 6b90faa Improve Xconnect to support BSOD use case by Charles Chan · 6 years ago
  25. 74d1a9b Fix ConcurrentModificationException by Charles Chan · 6 years ago
  26. 396a0c6 Improve KryoNamespaces to better support Objectives and lambda functions by Charles Chan · 6 years ago
  27. f1027d4 Bugfix in routing logic to avoid null groups; Improvement in group handling. by Saurav Das · 6 years ago
  28. 1528133 Refactor DefaultRoutingHandler to avoid hitting 2000 lines limit by Charles Chan · 6 years ago
  29. 7b3830b Fix NPE in ClusterCommunicationManager exception handling by Jordan Halterman · 6 years ago
  30. 78c098d Slight fix for when help/usage is displayed for onos-power by Jon Hall · 6 years ago
  31. 7bf9e44 Configuration option respondToUnknownHosts. by Andreas Pantelopoulos · 6 years ago
  32. 0903f59 Disable host learning feature. by Andreas Pantelopoulos · 6 years ago
  33. 1851199 Starting snapshot 1.13.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  34. 148a347 Tagging 1.13.2-rc1 by ONOS Jenkins User · 6 years ago 1.13.2-rc1
  35. 000e410 Implement anti-entropy protocol for detecting and resolving missing flows in the ECFlowRuleStore by Jordan Halterman · 6 years ago
  36. 343995a Use external null checks to avoid computeIfAbsent calls in FlowRuleStore by Jordan Halterman · 6 years ago
  37. 7ae81b8 Move flow count updates off write path in ECFlowRuleStore by Jordan Halterman · 6 years ago
  38. 2cdd1c3 answer to questions for self-checking by Arturo F de Velasco · 6 years ago
  39. 10300c6 Made the l2 handler use the new logic for pw trans. by Andreas Pantelopoulos · 6 years ago
  40. d21d0ca Various pseudowire fixes and improvements. by Andreas Pantelopoulos · 6 years ago
  41. c1d6aaf DHCPv[46] relay must replace the route instead of adding an extra NH by Daniel Ginsburg · 6 years ago
  42. 58af6b0 Duplicate artifact name was breaking the maven build by Ray Milkey · 6 years ago
  43. d1d321b Implement host probing retry with major refactoring by Charles Chan · 6 years ago
  44. 99c654d Refactor DistributedPacketStore to store packet requests in a ConsistentMultimap by Jordan Halterman · 6 years ago
  45. b20b8ea sr-mcast NPE fix on vlan change by Andrea Campanella · 6 years ago
  46. 975deba T3 Fixing HW miss on table 40 by Andrea Campanella · 6 years ago
  47. 43155c1 Fixing HP driver matching to catch newer HP/Aruba devices properly. by Thomas Vachuska · 6 years ago
  48. 5c7913d4 Change DefaultRouteTable primitive to cached multimap. by Jordan Halterman · 6 years ago
  49. fd73c6e [CORD-3119] Fix missing flows on node restart by Jordan Halterman · 6 years ago
  50. 21ef9e4 Implement event-based streaming iterator for ConsistentMultimap primitive by Jordan Halterman · 6 years ago
  51. 2343dfb Upgrade to Atomix 2.0.22 by Jordan Halterman · 6 years ago
  52. 142b984 Implement partitioned multimap by Jordan Halterman · 6 years ago
  53. 14c06d8 Fix for CORD-2393. by Andreas Pantelopoulos · 6 years ago
  54. 7d5bbdd quagga is now part of the base image by Ray Milkey · 6 years ago
  55. 6c3ec95 Bug fix for refactored DestinationSet. by Andreas Pantelopoulos · 6 years ago
  56. e8d5f41 Refactored DestinationSet and nextobj for pws. by Andreas Pantelopoulos · 6 years ago
  57. b4e61e9 Remove depenency on internal BMv2 device ID when starting bmv2.py by Carmelo Cascone · 6 years ago
  58. c99e81f Updated P4 tutorial code/instructions for onos-1.13 by Carmelo Cascone · 6 years ago
  59. 4c1e933 Simplify creation of PiActionParam from primitive types by Carmelo Cascone · 6 years ago
  60. 6e34786 [ONOS-7605] Unable to modify groups on BMV2 by Yi Tseng · 6 years ago
  61. 4e34d00 Fix concurrent modification exception due to unlocked access to collection by Ray Milkey · 6 years ago
  62. d0c2ea2 Increase Felix lock acquisition timeout by Ray Milkey · 6 years ago
  63. 826599f Exclude some disconnected poms from the SNAPSHOT check by Ray Milkey · 6 years ago
  64. 946b8cd Make sure that HostLocation's timestamp is updated by Daniel Ginsburg · 6 years ago
  65. f746c87 Adding tool to repair the state of an STC cell slave. by Thomas Vachuska · 6 years ago
  66. 3664e8e Clean up implementation of buckets for flow rule replication by Jordan Halterman · 6 years ago
  67. cfab45a Remove stale dependency to yms by Yuta HIGUCHI · 6 years ago
  68. de798f3 STC scenario to test administrative enable and disable of a port by Ray Milkey · 6 years ago
  69. f7569a8 Detach yms from build by Yuta HIGUCHI · 6 years ago
  70. c1b41d4 Reduce false positives in Netty messaging timeouts by Jordan Halterman · 6 years ago
  71. d334841 Ensure mastership elections are cached in flow rule store by Jordan Halterman · 6 years ago
  72. ca12103 Use count methods when printing simple flow rule counts via CLI by Jordan Halterman · 6 years ago
  73. bc4aeca Fix testUninstallAndInstallNonDisruptive test by Pier · 6 years ago
  74. dcef9ab Upgrade to Atomix 2.0.21 by Jordan Halterman · 6 years ago
  75. b75aa08 Use standard deviation in Phi calculation to account for GC pauses and network delays by Jordan Halterman · 6 years ago
  76. 17f2208 Fix incorrect path after version change in onos-fetch-db by Jordan Halterman · 6 years ago
  77. 7e65d94 Add option to onos-power script for user by Jon Hall · 6 years ago
  78. 5dee2dd bump up time out for a cell node to 3 minutes by Ray Milkey · 6 years ago
  79. 59bc072 Fix event handling race condition ONOS-7673 by Ray Milkey · 6 years ago
  80. 47a1609 Fix for CVE-2018-1000155 by Brian O'Connor · 6 years ago
  81. 4ed92ec Set YourKit profiler option to ensure the agent binds to all interfaces in tests by Jordan Halterman · 6 years ago
  82. 770b6bf Fix NPE in DeviceManager for an offline device by Ray Milkey · 6 years ago
  83. 0e081ad Revert "Adding Multisct traffic drop for un-programmed trees" by Charles Chan · 6 years ago
  84. e9dcfa8 Fix NPE in OFDPA driver by Ray Milkey · 6 years ago
  85. fbc642f Fixing NPE in processVlanIdFilter by Charles Chan · 6 years ago
  86. b987ecc Fixing NPE for absent blackhole config by Andrea Campanella · 6 years ago
  87. 0a1d47c Adding Multisct traffic drop for un-programmed trees by Andrea Campanella · 6 years ago
  88. 6c5de2c Updating Mcast json examples by Andrea Campanella · 6 years ago
  89. 3165340 Fix SONA to support vlan network mode. by Daniel Park · 6 years ago
  90. 5ebeeb2 Avoid programming TMAC entries for BSOD vlans by Daniel Ginsburg · 6 years ago
  91. 0ae030c This fixes an NPE turned up by STC testing [ONOS-7657] by Ray Milkey · 6 years ago
  92. 56eefc7 Allow publishing of RC builds by Ray Milkey · 6 years ago
  93. 2ade0c9 Adding route blackhole by Andrea Campanella · 6 years ago
  94. 595fdc5 Fix ConsistentMapException.Interrupted and NullPointerException by Charles Chan · 6 years ago
  95. b2aba72 Adding mechanism for device subsystem & providers to trigger device by Thomas Vachuska · 6 years ago
  96. d5bf217 Add maps and sr-mcast-role commands by Pier · 6 years ago
  97. 7631c49 [CORD-2839] Handling multiple sources by Pier · 6 years ago
  98. d4fd89f Moving Source from connect point to HostId in MulticastHandling by Andrea Campanella · 6 years ago
  99. 28b3e6d Implemented extended SONA pipeline /w splitting VNI from DHCP Table by Jian Li · 6 years ago
  100. b844a29 Fix: enable resolve MAC address in ARP proxy mode at gateway node by Jian Li · 6 years ago