1. 59266bc [CORD-2856] Traffic on dual-homed hosts not properly highlighted by Pier · 6 years ago
  2. 7a888e8 Move all event handler to a different executor by Charles Chan · 6 years ago
  3. 982d390 Protect channelIdle from NPE by Charles Chan · 6 years ago
  4. 9c44ec7 Avoid ConcurrentModificationException by Charles Chan · 6 years ago
  5. 054e23d Add uptimes to device and cluster REST APIs by Ray Milkey · 6 years ago
  6. 348bba7 TAPI 2.0.2-SNAPSHOT by Yuta HIGUCHI · 6 years ago
  7. d1cc1a3 Adding complete path to failed traces by Andrea Campanella · 6 years ago
  8. 6205f69 Fixing scale test manager and CLIs. by Thomas Vachuska · 6 years ago
  9. 32b4220 [ONOS-7444] Optimize SONA gw doesn't use vrouter app and quagga anymore by daniel park · 6 years ago
  10. ed9bace Deprecate Distributed Flow Rule Store by Ray Milkey · 6 years ago
  11. bf7598f Fix ONOS init bug in case VM memory size is smaller than 16GB by Jian Li · 6 years ago
  12. 6e9b6f5 [ONOS-7504] Skip adding or removing flows when operation is ADD_TO_EXIST or REMOVE_FROM_EXIST by Yi Tseng · 6 years ago
  13. 8069fdd [ONOS-7441] Keep installed applications in sync with app store by Jon Hall · 6 years ago
  14. 3702f9b ONOS-7490 Fixed NPE in Suurballe graph search. by Thomas Vachuska · 6 years ago
  15. 3516f06 Adding ability to assign roles to elements as part of network config. by Thomas Vachuska · 6 years ago
  16. 227943d Cosmetic fixes to FlowRuleManager. by Thomas Vachuska · 6 years ago
  17. fa61549 Adding auto-layout to the access-null simulation. by Thomas Vachuska · 6 years ago
  18. d29bc1c Improve unit test coverage for basic config classes by Ray Milkey · 6 years ago
  19. fbaf055 [ONOS-7517] Makes the onos-mininet script compatible with newer versions of GNU Screen by Terje Mikal Mjelde · 6 years ago
  20. 811bbae Pseudowire enhancements : by Andreas Pantelopoulos · 6 years ago
  21. 2edfeef [ONOS-7379] Use atomic operations for flow table updates to avoid losing flows during updates by Jordan Halterman · 6 years ago
  22. b39777c Fix NPE caused by RoutingRulePopulator not initiated before linkHandler.init() by Charles Chan · 6 years ago
  23. c8e6a50 T3: Adding summary to pingall, false if any of the path in the trace fails and minor fixes by Andrea Campanella · 6 years ago
  24. b994f8d Sonar wants switch cases to end with a break statement by Ray Milkey · 6 years ago
  25. 84adcac Introduce driver property to suppress group feature by Laszlo Papp · 6 years ago
  26. 7749401 Add glyph to the polatis netconf driver by Laszlo Papp · 6 years ago
  27. 947e14a Fix the polatis netconf javadoc by Laszlo Papp · 6 years ago
  28. ff691b7 Implemented the following PW features and fixes: by Andreas Pantelopoulos · 6 years ago
  29. 03121dc Removing dead code. by Thomas Vachuska · 6 years ago
  30. e5bff48 [CORD-2811] Fix VLAN cases in Mcast by Pier · 6 years ago
  31. 177ea1b Fixed NPE in ServiceBundle introduced by a recent merge. by Thomas Vachuska · 6 years ago
  32. e1579fa [ONOS-6958] Register policon for openflow by Laszlo Papp · 6 years ago
  33. 1ac60f1 Add loader test for the Polatis netconf driver by Laszlo Papp · 6 years ago
  34. d0839d6 Refactor: remove redundant deps and include api in app oar bundle by Jian Li · 6 years ago
  35. bcc2ce9 Generate copyright year in swagger template code by Yuta HIGUCHI · 6 years ago
  36. 4e36049 [ONOS-7489] onos.py - killing onos, and restarting onos for onos cluster failover test. by jaegonkim · 6 years ago
  37. 76cbdfb Fixing flow rule count on single instance by Andrea Campanella · 6 years ago
  38. 8769d5b Support both keystone v2.0 and v3 authentication by Jian Li · 6 years ago
  39. aaa4f83 [ONOS-7518] NullPointerException in LinkDiscovery by jaegonkim · 6 years ago
  40. 6fb95fc T3: bugfixes and avoid override of finalize by Andrea Campanella · 6 years ago
  41. 220f19b T3: Fixing concurrent modification exception by Andrea Campanella · 6 years ago
  42. 40bccdb Adding RouteService bulk add/remove Rest API by Andrea Campanella · 6 years ago
  43. ece1177 T3: HAG scenario fixes by Andrea Campanella · 6 years ago
  44. 435f23c Gracefully handle Device not there yet by Yuta HIGUCHI · 6 years ago
  45. 576969a [ONOS-7444] Optimize SONA gw doesn't use vrouter app and quagga anymore by daniel park · 6 years ago
  46. 481ec33 remove deprecated -f command line options by Ray Milkey · 6 years ago
  47. 34cc8e0 [ONOS-7514] Fix for broken EAP introduced in commit f0c4761. by Terje Mikal Mjelde · 6 years ago
  48. dc49cfd Use single counter for host probe index to avoid unnecessary Raft session creation by Jordan Halterman · 6 years ago
  49. 32e73d7 allow for null 5th parameter by Ray Milkey · 6 years ago
  50. 2c6ffb8 Allow default bash profile to be run with unbound variable checking enabled by Ray Milkey · 6 years ago
  51. c6576fa Adding SR commands to onos-diagnostics by Charles Chan · 6 years ago
  52. 168aa62 [ONOS-7515] Fix increased port up delay caused by not sending probes immediately a new port comes up by You Wang · 6 years ago
  53. cc2424a T3: Ping to same host behind two routers by Andrea Campanella · 6 years ago
  54. a0ef13b Urgent patch to support OpenStack keystone API 3.0 by sangho · 6 years ago
  55. e5e3c12 T3: adding padding to flows and group print by Andrea Campanella · 6 years ago
  56. 320f7f6 T3 fixing sonar problems by Andrea Campanella · 6 years ago
  57. c5cd662 Fix: resolve REST Unit test failure caused by incorrect jersey deps by Jian Li · 6 years ago
  58. 70fdd49 Avoid ConcurrentModificationException by using SynchronizedMultimap by Charles Chan · 6 years ago
  59. c67a991 Added support for grid coordinates in the legacy topology view. by Thomas Vachuska · 6 years ago
  60. 3b9644f Remove superfluous throwIfUnchecked() call by Ray Milkey · 6 years ago
  61. 7b84c07 T3: bugfixes and improvment on the Bridged check in case of untagged traffick comin in on tagged interfaces by Andrea Campanella · 6 years ago
  62. 41de806 Adding a very simple output for pingall by Andrea Campanella · 6 years ago
  63. 6a51cb9 Remove calls to deprecated Throwables.propagate() method by Ray Milkey · 6 years ago
  64. c9e9224 CORD-2803 Correctly reply to ICMPv6 echo request that targets link-local address of the switch interface by Charles Chan · 6 years ago
  65. 759f0d3 [ONOS-6958] Add glyph registration java code by Laszlo Papp · 6 years ago
  66. 390efe9 ONOS-7451 ODTN TAPI connectivity service. by Ramon Casellas · 6 years ago
  67. 2686dd7 VLAN filtering rules should always be installed before assignment rules by Charles Chan · 6 years ago
  68. 8a0f4dd Fix unsafe synchronization on parameter variable by Ray Milkey · 6 years ago
  69. f192610 TAPI 2.0.x rpc service registrator by Yuta HIGUCHI · 6 years ago
  70. ad7116e missing link for gNMI stub by Yuta HIGUCHI · 6 years ago
  71. 165afdd pom fix around gNMI by Yuta HIGUCHI · 6 years ago
  72. 8c0c8ef Fix xmpp project structure problem by Yuta HIGUCHI · 6 years ago
  73. 8124ac9 Fix SONAR problems by Ray Milkey · 6 years ago
  74. 1ab441b Fix STC concurrent modification problem by Ray Milkey · 6 years ago
  75. df54373 Fix type on equals() call by Ray Milkey · 6 years ago
  76. 9280e19 Fixed ConcurrentModificationException issue in LinkDiscovery code. by Thomas Vachuska · 6 years ago
  77. e9ccf41 XMPP as SBI support: implementation of core XMPP and Xmpp Device Provider by Tomek Osiński · 6 years ago
  78. e0d4c87 Bugfix for stale state not being cleared up when switch goes down. by Saurav Das · 6 years ago
  79. 45b69ab QMX switches require the unicast flow being installed before multicast flow in TMAC table by Charles Chan · 6 years ago
  80. 15e281d [CORD-2801] Fix NPE in FlowStatsCollector by Pier Luigi · 6 years ago
  81. 8d16304 Adding italian localization for flows view by Andrea Campanella · 6 years ago
  82. b87b8ab [CORD-2798] Fix defects in Mcast by Pier Luigi · 6 years ago
  83. 05514fd [CORD-2739] Caching in McastHandler by Pier Luigi · 6 years ago
  84. 9789311 [CORD-2802] Fix events reordering in FlowObjectiveManager by Pier Luigi · 6 years ago
  85. 909cff8 Avoid ConcurrentModificationException by using CopyOnWriteArrayList by Charles Chan · 6 years ago
  86. 2153659 Refactor: make query methods visible in OpenStackSecurityGroupAdminService by Jian Li · 6 years ago
  87. 1c5467b Sonar suggestion - possible NPEs by Ray Milkey · 6 years ago
  88. d9119d0d [ONOS-7458] Supporting port description in ONOS LLDP by jaegonkim · 6 years ago
  89. 719e510 Add openstack end point auto-completion feature for openstack-sync-state cmd. by daniel park · 6 years ago
  90. da7c6cb Refactor: make query methods visible in OpenStackRouterAdminService by Jian Li · 6 years ago
  91. 1a9a858 Adding Korean localization for flows view by Jian Li · 6 years ago
  92. ea1b966 Refactor: add javadoc, restrict visibility, etc for sona switching by Jian Li · 6 years ago
  93. 9d676fb Refactor: remove duplication, simplify SONA switching host provider by Jian Li · 6 years ago
  94. 1aaa64d Refactor: specify the generic type for protobuf enum translator by Jian Li · 6 years ago
  95. 40f4d6c Refactor Meter, MeterRequest, Band protobuf related translators by Jian Li · 6 years ago
  96. 2ea68ff Address Sonar warning by Charles Chan · 6 years ago
  97. 27cff8c Remove deprecated unfiltered connect point methods from multipoint to single point intents by Ray Milkey · 6 years ago
  98. 0a8417e Workaround for feature group failing during built. by Yuta HIGUCHI · 6 years ago
  99. 5a15fe6 Refactor: make query methods visible in OpenStackNetworkAdminService by Jian Li · 6 years ago
  100. 8d30b61 [ONOS-7509] deviceDisconnected method in Device Manager uses ports description information by Palash Kala · 6 years ago