1. ce5ab98 [ONOS-8106][ONOS-8107] Fix for netconf ssh session not initiating when a node goes down in cluster by Anurag Chadha · 3 years, 9 months ago
  2. 7f73c72 Flow stats collection optimization - Flag introduced to stop periodic collection and collect only in 3 scenarios (Flows Add/Delete/Mod, Switch Add/Change, Mastership Change) by Shibu Vijayakumar · 4 years, 9 months ago
  3. 7aa3a2d Reduces the dependency of the link providers on the ClusterMetadataService. by pier · 4 years, 2 months ago
  4. 14e9332 Prevents the stop of the stats collection by pier · 4 years, 3 months ago
  5. 00ac83e Avoids delete of dataplane state during mastership change by pier · 4 years, 3 months ago
  6. 42d109d Added CLI and REST support for auxLocations by Charles Chan · 4 years, 3 months ago
  7. c6e94dd Improves openflow fr provider reducing the number of i/o ops by pier · 4 years, 5 months ago
  8. f543ff8 Improves host location provider introducing a pool of worker threads by pier · 4 years, 9 months ago
  9. 4becd35 Simplify packet i/o trace logging for P4Runtime by Carmelo Cascone · 4 years, 7 months ago
  10. bd7ecf0 Fix lldpProvider: by pier · 4 years, 7 months ago
  11. b738244 Minor fix to disconnect only devices that belong to the provider. by Thomas Vachuska · 4 years, 7 months ago
  12. 4815913 Added ability to disconnect from device when it is deleted administratively. by Thomas Vachuska · 4 years, 7 months ago
  13. 4af4f87 Use typed queues for OF message processing by Anton Chigrin · 5 years ago
  14. 49af2e4 Fixing ONOS-8026 by Thomas Vachuska · 4 years, 7 months ago
  15. a34469f Fixing the meter timeout issue and support transparent flows. by Gamze Abaka · 5 years ago
  16. 0d5865f Fixing GroupType to pickup correct type value by pier · 4 years, 9 months ago
  17. 384aade Improve app-activate-all STC scenario by Carmelo Cascone · 4 years, 9 months ago
  18. 5edc84a useStaleLinkAge for VanishStaleLink by Ravi Dewangan · 4 years, 10 months ago
  19. d33d3b4 Build ONOS exclusively with Bazel-provided remote JDK by Carmelo Cascone · 4 years, 9 months ago
  20. e1b418f Clean up logging in (or relevant to) Juniper NETCONF provider by Kieran McPeake · 4 years, 10 months ago
  21. 527e7b2 Split the thread pool to local thread pool for parallel stream on netconf provider by DongRyeol Cha · 5 years ago
  22. 11f95b5 [ONOS-7983] Use IPv6 RA and RS to discover hosts by Yi Tseng · 5 years ago
  23. 21782d6 fixed unsafe downcasting that caused failures in detecting disconnection of hosts by rruigon · 5 years ago
  24. c0b23a4 Allow building third-party apps based on gRPC by Carmelo Cascone · 5 years ago
  25. 2bc10ae This patch solves the following issue: by Gamze Abaka · 5 years ago
  26. 07f0d37 Change sequential stream to parallel stream by DongRyeol Cha · 5 years ago
  27. 1dfc786 Do GDP checkup for all devices in config and core by Carmelo Cascone · 5 years ago
  28. 5079a7f Define new type of group CLONE by Carmelo Cascone · 5 years ago
  29. 4b61631 Further improvements to connection handling for gRPC-based devices by Carmelo Cascone · 5 years ago
  30. d51a555 Minor fixes for P4Runtime devices by Carmelo Cascone · 5 years ago
  31. c2be50a Allow sharing the same gRPC channel between clients by Carmelo Cascone · 5 years ago
  32. df4b08a Modify OpenFlow provider to avoid stats collection when switch is under high load by Jordan Halterman · 5 years ago
  33. e288e5b Fixing port discovery in REST provider by Andrea Campanella · 5 years ago
  34. 8d338b5 Improved error message when device has no more free ports by Sean Condon · 5 years ago
  35. bd508ed cfgdef tool modifications to catch variable names that don't match properties by Ray Milkey · 5 years ago
  36. 67a317d Fix race condition when processing first Update of gNMI Subscribe RPC by Carmelo Cascone · 5 years ago
  37. 02f86c8 Fix for propeties that need to have the same name as the used variable. by Andrea Campanella · 5 years ago
  38. 4025900 Restart the scheduled task when polling frequency is really changed by DongRyeol Cha · 5 years ago
  39. b9e491b Fix for ADVA ols with TAPI by Andrea Campanella · 5 years ago
  40. cb60f92 Fix case where multiple stats poller tasks are created for the same device by Carmelo Cascone · 5 years ago
  41. ab5d41e Add support for enabling/disabling ports for gNMI devices by Carmelo Cascone · 5 years ago
  42. 3f73127 Fix cfg properties for GeneralDeviceProvider by Carmelo Cascone · 5 years ago
  43. 6146946 Fix inconsistent update type during concurrent P4Runtime writes by Carmelo Cascone · 5 years ago
  44. 3977ea4 Refactor channel and mastership handling in P4Runtime by Carmelo Cascone · 5 years ago
  45. 91d7e7e [ONOS-7566] Implementation of NetconfProxySession by gyewan.an · 5 years ago
  46. 11d1062 OpenFlowPacketProviderTest: better tests for packet-out with output:all by Thiago Santos · 5 years ago
  47. a4a17cb OutboundPacket: add inPort method by Thiago Santos · 5 years ago
  48. de6eb18 Support Nicira load extension, add L4 mod builder for group buckets by Jian Li · 5 years ago
  49. 4a69ef8 TrafficTreatment: add support for IP DSCP modifications by Thiago Santos · 6 years ago
  50. 17801b4 remove deprecated removeRulesById() method by Ray Milkey · 5 years ago
  51. b38023b Get driver even with absent mfr,sw,hw in rest provider config by Andrea Campanella · 5 years ago
  52. 5ec4208 Remove deprecated Port Statistics APIs by Ray Milkey · 5 years ago
  53. 47f09c5 Remove deprecated FlowRuleExtPayLoad API by Ray Milkey · 5 years ago
  54. 7eb0171 [ONOS-7917] Improving device description query in Netconf Device provider by Andrea Campanella · 5 years ago
  55. 6ee38b8 Fixes for problems with starting and stopping apps in a minimal system by Ray Milkey · 5 years ago
  56. 4c289b7 New P4RuntimeClient implementation that supports batching and error reporting by Carmelo Cascone · 5 years ago
  57. a2a6c3c Refactoring Netconf Device Provider to simplify device connection and avoid calling behaviours when the session is not yet established by Andrea Campanella · 5 years ago
  58. 1070de9 ONOS-7916 address a NPE and add some more debugging logs by David K. Bainbridge · 5 years ago
  59. 1c24fb9 [ONOS-7885] Adding Terminal_device device Type by Andrea Campanella · 5 years ago
  60. 56e9023 ONOS-7806 - add support for path differentiator for netconf config by David K. Bainbridge · 5 years ago
  61. fa0f6cc Adding OLS device Type for ODTN project by Andrea Campanella · 5 years ago
  62. a71b849 Removes the gRPC channel if an exception occurs while instantiating the client by Carmelo Cascone · 5 years ago
  63. 4277d4f Silently ignore devices without gNMI client by Carmelo Cascone · 5 years ago
  64. 59d5f3e Add OpenConfig based port statistics discovery by Yi Tseng · 5 years ago
  65. e616d75 Add gNMI device state subscriber by Yi Tseng · 5 years ago
  66. d771648 Cherry pick gNMI and Stratum related changes to this branch by Yi Tseng · 5 years ago
  67. 597315d Fixed that invalid links are created if lldp packets are received and there are no matched ports in onos. by DongRyeol Cha · 5 years ago
  68. 81935a6 Do not create a link if port is disabled. by DongRyeol Cha · 5 years ago
  69. c80570b Refactor the LinkDiscovery and fix the dropping of portDesc by DongRyeol Cha · 5 years ago
  70. c60024d Fix: resolve ovsdb-base activation issue caused by incorrect deps by Jian Li · 5 years ago
  71. d7ed697 Handle IllegalArgumentException from packet parsing by Ray Milkey · 5 years ago
  72. 208bcb3 Fix NPE when there is no port name available by Ray Milkey · 5 years ago
  73. e3c454e Fix NPE in LinkDiscovery by Ray Milkey · 5 years ago
  74. de64cce Remove @Service annotation from null provider command base class by Jordan Halterman · 5 years ago
  75. 52f2cd1 Detangling incubator: virtual nets, tunnels, resource labels, oh my by Thomas Vachuska · 5 years ago
  76. a9045ad Fixing Netconf activation issue by Andrea Campanella · 5 years ago
  77. 123f0e0 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  78. ce65cc0 Make a link depends on packet-in LLDP packet. by DongRyeol Cha · 6 years ago
  79. d62297f check if a value in a map exists before dereference, avoid NPE by David K. Bainbridge · 5 years ago
  80. e6a00f0 check if a value in a map exists before dereference, avoid NPE by David K. Bainbridge · 5 years ago
  81. 5739b2c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  82. 60804c0 Fixing discovery of initial description of REST device by Andrea Campanella · 5 years ago
  83. bbbb942 ONOS-7832 - query device services for the latest chassis ID for lldp by David K. Bainbridge · 5 years ago
  84. 5590ad7 ONOS-7832 - query device services for the latest chassis ID for lldp by David K. Bainbridge · 5 years ago
  85. 89ea3d3 Fixing discovery of initial description of REST device by Andrea Campanella · 5 years ago
  86. 2a340f7 [ONOS-7829] Implement AbstractGrpcClient and AbstractGrpcClientControl by Yi Tseng · 5 years ago
  87. 07782d2 Eliminated old features.xml and app.xml files required by no-longer supported Maven build. by Thomas Vachuska · 5 years ago
  88. 68032db Remove blueprint files for 3.0 karaf CLI by Ray Milkey · 5 years ago
  89. 00b5d4f Removing commented out @Property annotations from the drivers, protocols, pipelines and providers. by Thomas Vachuska · 5 years ago
  90. 956bb16 Merge remote-tracking branch 'origin/master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  91. 1a4333c Enhance CLI command 'tablestats' to support P4 switch by hjtsao · 5 years ago
  92. 22ea612 Removing BUCK files and other Buck-related auxiliaries. by Thomas Vachuska · 5 years ago
  93. bd0b1f1 RestDevice connection/disconnection identification-ONOS-7655, Issue - when device is rebooted/shutdown, device information - 'available' & 'local-status' was not getting changed.In our project with same changes many testcases excuted and working fine.Submitting to onos by Saritha · 6 years ago
  94. 24d4f6d Re-enabling Swagger stuff and preparing to integrate cfgdef stuff. by Thomas Vachuska · 5 years ago
  95. d17309c Merge branch 'master' into merge by Ray Milkey · 5 years ago
  96. 7e7bd86 Fix LLDP provider - component must transition from disabled to enabled for link discovery to run by Ray Milkey · 5 years ago
  97. 1c23d04 Fixing LLDP link provider property defaults. by Thomas Vachuska · 5 years ago
  98. 31e16f5 Secure LLDP-based Topology Detection by Samuel Jero · 6 years ago
  99. 7013724 Merge "Merge branch 'master' into merge" into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  100. 4167c3f Fixing component properties for various providers. by Thomas Vachuska · 5 years ago