1. 1a37866 Re-enabled TLS netty by Brian O'Connor · 5 years ago
  2. c6fe1ea ONOS-7821 Adding on-startup download of any missing application bits from cluster peers. by Thomas Vachuska · 5 years ago
  3. 654204c Support GENEVE tunnel type in OVSDB southbound by Jian Li · 5 years ago
  4. bd8ddfe Refactoring audit subsystem to clean-up and eliminate back-dependency from core to CLI; still needs additional work. by Thomas Vachuska · 5 years ago
  5. fa066ed Revert "Adding support for TLS connections for gRPC clients" by Ray Milkey · 5 years ago
  6. 47a3aa6 Adding support for TLS connections for gRPC clients by Brian O'Connor · 5 years ago
  7. b73ca6d Fixing a potential start-up issue in PacketManager if device driver cannot be found. by Thomas Vachuska · 5 years ago
  8. 776be38 Rejuvenate (to some extent) the basic pipeconf by Carmelo Cascone · 5 years ago
  9. 86741ec Ensure master is excluded from backups list when reading role info from mastership service by Jordan Halterman · 5 years ago
  10. af3a098 Sometimes we need to create multicast groups without replicas by Carmelo Cascone · 5 years ago
  11. 630966f Fixed new NextTreatment classes not registered in Kryo by Carmelo Cascone · 5 years ago
  12. b5324e7 Improve fabric.p4 to reduce pipeline resources and refactor pipeconf impl by Carmelo Cascone · 5 years ago
  13. b87d9f1 Allow NextObjective to refer to another NextObjective by NextId by Charles Chan · 5 years ago
  14. 2cd3736 Add log message to display the JVM version by Ray Milkey · 5 years ago
  15. 2921abc In Karaf 4.2, dynamic service injections must be declared as volatile by Ray Milkey · 5 years ago
  16. f6353d4 ONOS audit REST API support by arjunek1992 · 5 years ago
  17. 3039bdb [ONOS-7839] suggestedPath for optical connectivity intent with optical-rest support by alessio · 5 years ago
  18. 718e438 Sonar suggestions - don't reuse formal parameter, guard agains NPE by Ray Milkey · 5 years ago
  19. de5cf84 [ONOS-7842] Implement host annotation using netcfg by Rafał Szalecki · 5 years ago
  20. 395c51f Starting snapshot 2.0.0-SNAPSHOT by ONOS Jenkins User · 5 years ago
  21. be47795 Tagging 2.0.0-b1 by ONOS Jenkins User · 5 years ago 2.0.0-b1
  22. 2b3ed3e Upgrade to Atomix 3.1.0-beta3 by Jordan Halterman · 5 years ago
  23. 89bbf81 Clean up left over commented out code from the Karaf 4.X port by Ray Milkey · 5 years ago
  24. 9ff95fd Enable unregisterProperties() method that had been disabled during the karaf 4.0 work by Ray Milkey · 5 years ago
  25. cd3f3dc suppress warning stack trace when an intent fails to compile by Ray Milkey · 5 years ago
  26. 28b21d1 Upgrade to Atomix 3.1 by Jordan Halterman · 5 years ago
  27. 52f2cd1 Detangling incubator: virtual nets, tunnels, resource labels, oh my by Thomas Vachuska · 5 years ago
  28. d175194 Fix for ONOS-7840 - Flows stuck in PENDING_ADD state by Ray Milkey · 5 years ago
  29. 123f0e0 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  30. 3a6e151 Added suggest path to PointToPointIntent by Daniele Moro · 6 years ago
  31. ce65cc0 Make a link depends on packet-in LLDP packet. by DongRyeol Cha · 6 years ago
  32. 5cf77f5 Do not invalidate the cache again if the dequeue is triggered by the cache timeout by Charles Chan · 5 years ago
  33. a349da9 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  34. 5e2b705 Update spectrum pipeline config by Alan Lo · 6 years ago
  35. e52652c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  36. c88ebaa Save developers from wasting hours on wrong bucket type by Charles Chan · 5 years ago
  37. dfc4855 Update components monitor to check enabled component states by Jordan Halterman · 5 years ago
  38. e17756d Changing version from 1.15.0-SNAPSHOT to 2.0.0-SNAPSHOT. by Thomas Vachuska · 5 years ago
  39. f566fa2 Removing commented out @Property annotations from the core. by Thomas Vachuska · 5 years ago
  40. 1bb2a28 Fixing issue with superfluous exception when installing apps. by Thomas Vachuska · 5 years ago
  41. a218d43 Merge branch 'master' into merge by Ray Milkey · 5 years ago
  42. 66460c9 The tableAction should be checked if it is null. by wu · 6 years ago
  43. 1e8a1bd [ONOS-7818] Implement a device behaviour to get table statistics. Make FlowRuleDriverProvider periodically call FlowRuleProviderService.pushTableStatistics(). by hjtsao · 6 years ago
  44. b7a5958 Make the code more explicit. by Tian Jian · 6 years ago
  45. 956bb16 Merge remote-tracking branch 'origin/master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  46. 1a4333c Enhance CLI command 'tablestats' to support P4 switch by hjtsao · 6 years ago
  47. 7632e15 [ONOS-7596] Support reading table entries with counter data in P4Runtime by steven30801 · 6 years ago
  48. 22ea612 Removing BUCK files and other Buck-related auxiliaries. by Thomas Vachuska · 6 years ago
  49. ec1a420 ONOS-7810 calculate cookie field when pipeconf registered by ghj0504520 · 6 years ago
  50. d542568 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  51. 855b108 [tiny-fix] Missing deviceId for log. by Tian Jian · 6 years ago
  52. 9cb2e9e [tiny-fix] Wrong location of deviceId in the log. by Tian Jian · 6 years ago
  53. d709dba Request may be null, if not checked, it may be error. by 柯志勇10068695 · 6 years ago
  54. bef430b Integrated new style of cfgdef generation into the Bazel build. by Thomas Vachuska · 6 years ago
  55. 28b15ae Fixes to allow ONOS to build using built in bazel Java 9 JDK by Ray Milkey · 6 years ago
  56. d64ea7b InputStream should be closed, or there will be a risk of memory leaks. by 柯志勇10068695 · 6 years ago
  57. 16c95ff Upgrade to Atomix 3.0.7 by Jordan Halterman · 6 years ago
  58. 03ae0ac Bump version of P4Runtime to 1.0.0rc3 and P4 tools by Carmelo Cascone · 6 years ago
  59. d17309c Merge branch 'master' into merge by Ray Milkey · 6 years ago
  60. 2d7bca1 Move type specifiers from property name constants to the corresponding component annotations by Ray Milkey · 6 years ago
  61. d04e227 Constants for core/net OSGI properties by Ray Milkey · 6 years ago
  62. 31e16f5 Secure LLDP-based Topology Detection by Samuel Jero · 6 years ago
  63. 0b18b72 Merge branch 'master' into merge by Ray Milkey · 6 years ago
  64. b5646e6 Use property constants for OSGi components for stores by Ray Milkey · 6 years ago
  65. a432cf8 Allow applications to specify a few other packet-request flow priorities. by Saurav Das · 6 years ago
  66. 27ccf0d Remove unused Netty messaging service by Jordan Halterman · 6 years ago
  67. 234b9a4 Remove unused distributed cluster store by Jordan Halterman · 6 years ago
  68. db57f1c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  69. da3b9f0 Avoid closing DeviceFlowTable when flows are purged on device down event by Jordan Halterman · 6 years ago
  70. 584f54b Fix race condition between AtomixManager and metadata providers startup by Ray Milkey · 6 years ago
  71. 14a6c50 Fix NPE when trying to reference delta port statistics via REST API by Ray Milkey · 6 years ago
  72. d15c5f6 [ONOS-7801] Avoid converting local node on every lookup in ClusterStore by Jordan Halterman · 6 years ago
  73. e44592f More robust P4Runtime group handling by Carmelo Cascone · 6 years ago
  74. 50d195f Do not insert or delete default action entries in P4Runtime by Carmelo Cascone · 6 years ago
  75. 6880ba6 Get CPU port dynamically in fabric interpreter by Carmelo Cascone · 6 years ago
  76. da0b559 Recover missing pipeconf-merged driver at component activation by Carmelo Cascone · 6 years ago
  77. df52129 Merge remote-tracking branch 'origin/master' into merge-master by Ray Milkey · 6 years ago
  78. 5409e34 Ensure root path element is removed when writing to underlying Atomix DocumentTree primitive by Jordan Halterman · 6 years ago
  79. 2fd325f Minor clean-up of the 4.2.1 migration. by Thomas Vachuska · 6 years ago
  80. 86ad7bb [WIP] apps CLI changes for karaf upgrade by Ray Milkey · 6 years ago
  81. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  82. e458f00 Support hostname resolution for cluster configuration by Jordan Halterman · 6 years ago
  83. cc00124 Remove some calls to the deprecated Path.cost() API by Ray Milkey · 6 years ago
  84. 6e7843d Remove deprecated non-filtered ingress and egress connect point APIs by Ray Milkey · 6 years ago
  85. 7908ced Remove deprecated mplsLabel() method by Ray Milkey · 6 years ago
  86. d0f017f Remove deprecated value() method by Ray Milkey · 6 years ago
  87. 6837293 Remove deprecated DistributedPrimitiveCreator APIs by Ray Milkey · 6 years ago
  88. 33306ba Revert "Removing applyRole to avoid double mastership requests to the provider." by Ray Milkey · 6 years ago
  89. 80b296d Notifying the delegate about the RESTORED event on the mastership of a given device. by Andrea Campanella · 6 years ago
  90. 66bf382 Remove deprecated Host Provider APIs by Ray Milkey · 6 years ago
  91. 82e2189 Removing applyRole to avoid double mastership requests to the provider. by Andrea Campanella · 6 years ago
  92. 1f8fcc3 Fix problems detected by the latest version of errorprone by Ray Milkey · 6 years ago
  93. f031e30 Remove deprecated constructors and change usges to builder pattern by Ray Milkey · 6 years ago
  94. 33b27bc Ignore entries from constant tables in P4Runtime by Carmelo Cascone · 6 years ago
  95. de3b684 Relinquish mastership when device reports "permission" denied event by Carmelo Cascone · 6 years ago
  96. 3bceb01 Remove deprecated getLeaderBoard() API from LeadershipService by Ray Milkey · 6 years ago
  97. 9e4972c Refactor P4Runtime subsystem to implement async connection procedure by Carmelo Cascone · 6 years ago
  98. 0761cd3 Few core changes in preparation of P4Runtime subsystem refactoring by Carmelo Cascone · 6 years ago
  99. 45ce008 Increase leadership election timeout to 2500ms by You Wang · 6 years ago
  100. dc579c5 Implement compareTo for TableId to avoid IllegalArgumentException by Charles Chan · 6 years ago