1. d172435 AETHER-452 Read P4RT counters only if table supports them by Carmelo Cascone · 3 years, 9 months ago
  2. 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
  3. 6043fc4 Extract and publish p4runtime protocol utils in separate artifact by Carmelo Cascone · 3 years, 10 months ago
  4. f9a5ecb [ONOS-8098][VOL-3128] Implement multipart PORT_DESC processing in ACTIVE state by Andrea Campanella · 3 years, 10 months ago
  5. 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
  6. 00ac83e Avoids delete of dataplane state during mastership change by pier · 4 years, 3 months ago
  7. 063e903 Avoids disconnection from the switches by pier · 4 years, 4 months ago
  8. 6329540 Fixes openflow echo req adding flush after write by pier · 4 years, 5 months ago
  9. c1184d7 Fix for Bug 8005. Parsing Sub Tlv for multiple neighbors by Chinmaya Agarwal · 4 years, 6 months ago
  10. 5591fa5 Demoting log regarding interrupt exception to warning. by Thomas Vachuska · 4 years, 6 months ago
  11. ef3d74c Fix duplicate dpid scenario by pier · 4 years, 9 months ago
  12. 4af4f87 Use typed queues for OF message processing by Anton Chigrin · 5 years ago
  13. 2254dcd Fix P4RuntimeClient not logging write errors by Carmelo Cascone · 4 years, 7 months ago
  14. 3a36145 Updating CassiniDriver according to testing with IPI by Andrea Campanella · 4 years, 8 months ago
  15. cf6a828 Bump Protobuf to 3.9.0 and grpc-java to 1.22.1 by Carmelo Cascone · 4 years, 9 months ago
  16. 714f885 Changes test port to 18080 to avoid clashes with 8080 usage by Sean Condon · 4 years, 9 months ago
  17. d33d3b4 Build ONOS exclusively with Bazel-provided remote JDK by Carmelo Cascone · 4 years, 10 months ago
  18. 21eb042 Enforce build with Java 11 for all by default by Carmelo Cascone · 4 years, 10 months ago
  19. 46fcbe4 Remove duplicated ovsdb javadoc, harden setController logic by Jian Li · 4 years, 10 months ago
  20. d575a3c Fix: add new ovs controller first, remove ovs controller afterward by Jian Li · 4 years, 10 months ago
  21. e1b418f Clean up logging in (or relevant to) Juniper NETCONF provider by Kieran McPeake · 4 years, 10 months ago
  22. b953669 First attempt at supporting builds with Java 11 by Carmelo Cascone · 4 years, 10 months ago
  23. f5c9276 Allow to inject external_id field when creating an OVSDB interface by Jian Li · 4 years, 11 months ago
  24. b81121f [ONOS-7982] Remove P4Config by Yi Tseng · 5 years ago
  25. c0b23a4 Allow building third-party apps based on gRPC by Carmelo Cascone · 5 years ago
  26. 75a9a89 Trigger pipeconf deploy right after registration by Carmelo Cascone · 5 years ago
  27. adb8905 Do not require device data blob when checking pipeconf on device by Carmelo Cascone · 5 years ago
  28. 9db4d5c Add support for P4Runtime clone sessions via Group API 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. b8a2505 More robust deferring for P4Runtime MasterArbitrationUpdate messages by Carmelo Cascone · 5 years ago
  33. c32976e Various fixes in preparation of Stratum demo at ONS 2019 by Carmelo Cascone · 5 years ago
  34. 3dbcaaf Initial gNOI implementation added. Introduced system Time and Reboot RPC by oleksandr.yashchuk@plvision.eu · 5 years ago
  35. a3635ab Parse action profile max group size from P4Info annotations by Carmelo Cascone · 5 years ago
  36. bd508ed cfgdef tool modifications to catch variable names that don't match properties by Ray Milkey · 5 years ago
  37. 62d5c2e Allow enabling gRPC message logging for existing channels by Carmelo Cascone · 5 years ago
  38. ab5d41e Add support for enabling/disabling ports for gNMI devices by Carmelo Cascone · 5 years ago
  39. 6146946 Fix inconsistent update type during concurrent P4Runtime writes by Carmelo Cascone · 5 years ago
  40. 3977ea4 Refactor channel and mastership handling in P4Runtime by Carmelo Cascone · 5 years ago
  41. 3c99ee7 Changed the how to relay proxy message within cluster by gyewan.an · 5 years ago
  42. 91d7e7e [ONOS-7566] Implementation of NetconfProxySession by gyewan.an · 5 years ago
  43. c694383 Adding support for TLS connections for gRPC clients by Brian O'Connor · 5 years ago
  44. c535b67 Fix for Netconf device re-connection. by Andrea Campanella · 5 years ago
  45. a4dc3c1 Update install-p4-tools.sh to use P4Runtime v1.0 by Carmelo Cascone · 5 years ago
  46. 11ce930 Fix a few more app startup/shutdown problems by Ray Milkey · 5 years ago
  47. 7efca51 ONOS-7924 Fix unable to set role for OpenFlow switch by Carmelo Cascone · 5 years ago
  48. bde9beb Re-package grpc and protobuf with the right group id and version by Carmelo Cascone · 5 years ago
  49. 3370c96 Fix gnmi package by Carmelo Cascone · 5 years ago
  50. ef478a6 Bump grpc-java to 1.18.0 by Carmelo Cascone · 5 years ago
  51. b203b64 Set all write responses as failed when P4Runtime server returns error by Carmelo Cascone · 5 years ago
  52. 31b0048 Suppress exception stack traces on warning conditions to prevent STC faiures for non-fatal situations by Ray Milkey · 5 years ago
  53. 73f4530 Enhanced gRPC call logging by Carmelo Cascone · 5 years ago
  54. 9b582b0 ONOS-7920 - mutex around access to prevent reentrant creation by David K. Bainbridge · 5 years ago
  55. 4c289b7 New P4RuntimeClient implementation that supports batching and error reporting by Carmelo Cascone · 5 years ago
  56. e45902b Bumped P4Runtime to v1.0.0 by Carmelo Cascone · 5 years ago
  57. 77d8ca4 ONOS-7918 yes, release the reference to the reply by David K. Bainbridge · 5 years ago
  58. 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
  59. 1070de9 ONOS-7916 address a NPE and add some more debugging logs by David K. Bainbridge · 5 years ago
  60. 8d91841 Simple refactoring AbstarctNetconfSession by gyewan.an · 5 years ago
  61. 0f8b7be Fix build of protobuf-related components to support Bazel 0.22 by Carmelo Cascone · 5 years ago
  62. 99c59db ONOS-7898 Action profile group/member refactoring by Carmelo Cascone · 5 years ago
  63. cb4327a ONOS-7887 Rename action profile-related entities by Carmelo Cascone · 6 years ago
  64. 56e9023 ONOS-7806 - add support for path differentiator for netconf config by David K. Bainbridge · 5 years ago
  65. 59227c3 Removing fixed ssh timout on netconf session, if not otherwise specified it will default to INFINITE by Andrea Campanella · 5 years ago
  66. bfd4ac8 Fixing de-activation of restconf app by Andrea Campanella · 5 years ago
  67. fb503a7 Revert "Re-enabled TLS netty" by Ray Milkey · 5 years ago
  68. 60434b3 Fixed deprecation warning in test code. by Thomas Vachuska · 5 years ago
  69. a7f76c1 [ONOS-7873] Add retry mechanism to gNMI stream channel manager by Yi Tseng · 5 years ago
  70. a71b849 Removes the gRPC channel if an exception occurs while instantiating the client by Carmelo Cascone · 5 years ago
  71. 1a37866 Re-enabled TLS netty by Brian O'Connor · 5 years ago
  72. 654204c Support GENEVE tunnel type in OVSDB southbound by Jian Li · 5 years ago
  73. fa066ed Revert "Adding support for TLS connections for gRPC clients" by Ray Milkey · 5 years ago
  74. 6d57f32 Fixed gRPC exception because of channel not terminated by Carmelo Cascone · 5 years ago
  75. 47a3aa6 Adding support for TLS connections for gRPC clients by Brian O'Connor · 5 years ago
  76. a46f554 Fix runtime of P4-related stuff with new karaf by Carmelo Cascone · 5 years ago
  77. 4277d4f Silently ignore devices without gNMI client by Carmelo Cascone · 5 years ago
  78. 59d5f3e Add OpenConfig based port statistics discovery by Yi Tseng · 5 years ago
  79. e616d75 Add gNMI device state subscriber by Yi Tseng · 5 years ago
  80. d771648 Cherry pick gNMI and Stratum related changes to this branch by Yi Tseng · 5 years ago
  81. cb83181 Reconcile the pipeline the old way if cookie is not available by Carmelo Cascone · 5 years ago
  82. b5324e7 Improve fabric.p4 to reduce pipeline resources and refactor pipeconf impl by Carmelo Cascone · 5 years ago
  83. fe6afd8 Sonar suggestions by Ray Milkey · 5 years ago
  84. d8e7795 Minor fixes in BUILD files. by Thomas Vachuska · 5 years ago
  85. 52f2cd1 Detangling incubator: virtual nets, tunnels, resource labels, oh my by Thomas Vachuska · 5 years ago
  86. a05efc3 Fix: configure the ovsdb to run as server mode by default by Jian Li · 5 years ago
  87. a349da9 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  88. 5f7fef5 [ONOS-7831] Implement GnmiHandshaker by Yi Tseng · 5 years ago
  89. c29f907 Fix starvation of file descriptors due to netconf memory leak by DongRyeol Cha · 5 years ago
  90. 8f4c1e2 Fix starvation of file descriptors due to netconf memory leak by DongRyeol Cha · 5 years ago
  91. 5739b2c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  92. 890dc3f [ONOS-7141][ONOS-7142] Add GnmiClient and GnmiController by Yi Tseng · 5 years ago
  93. 2a340f7 [ONOS-7829] Implement AbstractGrpcClient and AbstractGrpcClientControl by Yi Tseng · 5 years ago
  94. e52652c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  95. e671fc9 Update gNMI version and build script by Yi Tseng · 5 years ago
  96. 07782d2 Eliminated old features.xml and app.xml files required by no-longer supported Maven build. by Thomas Vachuska · 5 years ago
  97. 68032db Remove blueprint files for 3.0 karaf CLI by Ray Milkey · 5 years ago
  98. 00b5d4f Removing commented out @Property annotations from the drivers, protocols, pipelines and providers. by Thomas Vachuska · 5 years ago
  99. a218d43 Merge branch 'master' into merge by Ray Milkey · 5 years ago
  100. db14847 Correctly set test URL in server device driver by Georgios Katsikas · 5 years ago