1. 6b1acfc Remove deprecated addDevice() API by Ray Milkey · 6 years ago
  2. 5274150 remove deprecated start() method by Ray Milkey · 6 years ago
  3. 33b27bc Ignore entries from constant tables in P4Runtime by Carmelo Cascone · 6 years ago
  4. de3b684 Relinquish mastership when device reports "permission" denied event by Carmelo Cascone · 6 years ago
  5. 7f98ba6 Deprecated protected data is now private by Ray Milkey · 6 years ago
  6. 9e4972c Refactor P4Runtime subsystem to implement async connection procedure by Carmelo Cascone · 6 years ago
  7. 37cf6ba SSL/TLS support for OVSDB Southbound API by debanshur · 6 years ago
  8. 98bb37a fix netconf automatic reconnection issue (check both isClosed and isClosing) by zhongguo zhao · 6 years ago
  9. 1455268 Supports methods to get interface-related information in ovsdbclient service. by Daniel Park · 6 years ago
  10. 85d72ef Fix race to become master in P4Runtime before pipeline config set by Carmelo Cascone · 6 years ago
  11. 78eab37 fix too many open files by zhongguo zhao · 6 years ago
  12. 4828f18 Fixing restconf Bazel build by Andrea Campanella · 6 years ago
  13. 32d70e5 [ODTN] Netconf inject capabilities and Nokia openconfig device discovery by quan PHAM VAN · 6 years ago
  14. 761e80a Remove pom files from ONOS by Ray Milkey · 6 years ago
  15. 8b03bc5 [ONOS-7766] Modify the use of invalidated checkReply methods in Netconf by Kim JeongWoo · 6 years ago
  16. 312d987 Starting snapshot 1.15.0-SNAPSHOT by Ray Milkey · 6 years ago
  17. 05d609a buildifier reformatting of bazel files by Ray Milkey · 6 years ago
  18. 0e427dc Fix P4RuntimeClientImpl sending empty stream RPC messages by Carmelo Cascone · 6 years ago
  19. 03e5521 Starting snapshot 1.14.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  20. 3594c24 Tagging 1.14.0-rc2 by ONOS Jenkins User · 6 years ago 1.14.0-rc2
  21. 4e5f2d6 Starting snapshot 1.14.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  22. cff0bd8 Tagging 1.14.0-rc1 by ONOS Jenkins User · 6 years ago 1.14.0-rc1
  23. 6a1ae71 Fix p4runtime runtime dependencies when building with Bazel by Carmelo Cascone · 6 years ago
  24. 3ae60e2 Fix error in POM for Maven build by Sean Condon · 6 years ago
  25. 4867af2 Revert "Tagging 1.14.0-b1" by Ray Milkey · 6 years ago
  26. 4164436 More p4runtime-related bazel build files by Carmelo Cascone · 6 years ago
  27. 78ce400 Tagging 1.14.0-b1 by Ray Milkey · 6 years ago
  28. 5548ce6 Adding ServerSentEvents to Rest Southbound interface by Sean Condon · 6 years ago
  29. 727abd3 Adding runtime dependencies for protobuf & gRPC. by Thomas Vachuska · 6 years ago
  30. 72893b7 [WIP] Attempt at building grpc and p4runtime protocols with Bazel by Carmelo Cascone · 6 years ago
  31. df1e373 Fixing pom.xml by Yuta Higuchi · 6 years ago
  32. d486a73 Support to build openstack related apps using Bazel by Jian Li · 6 years ago
  33. 3077358 Bazel build for the combined GRPC runtime jar file by Ray Milkey · 6 years ago
  34. 15841e2 RestSBDevices with explicit proxy field by Georgios Katsikas · 6 years ago
  35. 00e92da Upgrade to Atomix 3.0-rc5 by Jordan Halterman · 6 years ago
  36. a01ef78 Fixing javadoc warnings. by Thomas Vachuska · 6 years ago
  37. 80e0b9f Fixed NIC name to port number inconsistencies in server driver by Georgios Katsikas · 6 years ago
  38. 5813681 ONOS-7739 Support for P4Runtime multicast programming by Carmelo Cascone · 6 years ago
  39. 35ea5bf Additional bazel build files for apps by Ray Milkey · 6 years ago
  40. f645e84 Bump P4 tools to latest version by Carmelo Cascone · 6 years ago
  41. 74a8a44 Graceful handling of ConnectException in HTTP delete by Georgios Katsikas · 6 years ago
  42. 7044efd More bugfixes in P4Runtime subsystem by Carmelo Cascone · 6 years ago
  43. 158b8c4 More improvements and bugfixes in P4Runtime subsystem by Carmelo Cascone · 6 years ago
  44. cf91a2d Fix Bmv2 related issues by Yuta HIGUCHI · 6 years ago
  45. dbd3821 Checkstyle rule to prevent throwing the generic RuntimeException by Ray Milkey · 6 years ago
  46. e5b2872 Improve scalability of P4Runtime subsystem by Carmelo Cascone · 6 years ago
  47. f14dccd [ONOS-7704] device memory/cpu stats for pica8 switch using Switch_Inventory DB by nitinanand · 6 years ago
  48. 0250a08 Fix dependencies of some bazel tests by Ray Milkey · 6 years ago
  49. 971fb7f ONOS-7251 - Initial implementation of fabric.p4 L2 broadcast feature. by Esin Karaman · 6 years ago
  50. d1c34da Refactor PCE and PCEP test adapters to remove redundant classes by Ray Milkey · 6 years ago
  51. 1a78372 Fix for OS-12, NumberFormatException on badly formatted version string by Ray Milkey · 6 years ago
  52. 44448a5 Allow re-creating clients for the same P4Runtime addr-port by Carmelo Cascone · 6 years ago
  53. 324af93 Bazel build files for protocols by Ray Milkey · 6 years ago
  54. 4f55c67 NetconfSession refactoring by Yuta HIGUCHI · 6 years ago
  55. 10f0d51 Fix the snmp alarms on device configuration by Laszlo Papp · 6 years ago
  56. 1f9e7dc Fix maven build of P4 models by Ray Milkey · 6 years ago
  57. 6af4e17 Bumped supported revisions of P4 tools by Carmelo Cascone · 6 years ago
  58. 2ee4fba Mark netconf related factory as functional interface by Yuta HIGUCHI · 6 years ago
  59. 2674e45 Introduce Pi Register model to PI Framework by FrankWang · 6 years ago
  60. 08392f4 Fix gRPC dependency by Yuta HIGUCHI · 6 years ago
  61. ea70de3 [ONOS-7602]Implement support for P4Data in PI framework and P4Runtime southbound by FrankWang · 6 years ago
  62. 1e57344 [ONOS-7584] Adding Capability of re-connecting to a P4Runtime Device. by Andrea Campanella · 6 years ago
  63. a8cf59e move osgi_feature() and wrapped_osgi_jar() out of the bazel prelude by Ray Milkey · 6 years ago
  64. 32ea35c Refactor of the OSGI bazel rules by Ray Milkey · 6 years ago
  65. eee1e82 Align artifactId naming to buck by Yuta HIGUCHI · 6 years ago
  66. dbef16f Fix for ONOS-7708 java.lang.ClassCastException while calling the API to get OvsdbQueue. by Kamal Krishna Bhatt · 6 years ago
  67. 12ceb7a Fix ErrorProne reported problems with null checks on primitive types by Ray Milkey · 6 years ago
  68. 9655b18 ONOS-5917 SNMP Alarm Provider by Laszlo Papp · 7 years ago
  69. 3275ae8 Implement OSGI wrappers for proto jar files by Ray Milkey · 6 years ago
  70. 816db10 Add modules to Bazel build by Ray Milkey · 6 years ago
  71. 472d839 Start bazel support for protobuf models and p4runtime build by Ray Milkey · 6 years ago
  72. d17154d ONOS-5554 Remove the BTI driver by Laszlo Papp · 6 years ago
  73. e4042d3 Modifying allowed Mime Types for RESTCONF by Sean Condon · 6 years ago
  74. 0bcdfd1 reformat bazel files to use Google coding standards by Ray Milkey · 6 years ago
  75. 7dac7da Initial builds using bazel by Ray Milkey · 7 years ago
  76. 8d35513 [ONOS-7605] Unable to modify groups on BMV2 by Yi Tseng · 6 years ago
  77. a74bdba Bug Fixes and improvements to P4Runtime subsystem by Andrea Campanella · 6 years ago
  78. cf03a0f Fix call passing arrays to hash by Yuta HIGUCHI · 6 years ago
  79. 1bd4a9f Adding netcfg listener to disconnect switches when certificate is by Brian O'Connor · 6 years ago
  80. f7215b8 Updating Openflow controller properties by Brian O'Connor · 6 years ago
  81. fce5abb [ONOS-7667] Code clean-up in compliance with Java8 by kdarapu · 6 years ago
  82. f733373 Bug fixes by Yuta HIGUCHI · 6 years ago
  83. f69e3e3 Fix for CVE-2018-1000155 by Brian O'Connor · 6 years ago
  84. 164ecf6 Adding mechanism for device subsystem & providers to trigger device by Thomas Vachuska · 6 years ago
  85. eaf3103 Configure OVSDB to either run as hybrid mode or client mode by Jian Li · 6 years ago
  86. 7847227 Fix artifactId by Yuta HIGUCHI · 6 years ago
  87. 5233dec Remove deprecated NetconfSessionImpl by Yuta HIGUCHI · 6 years ago
  88. 0225791 Fix maven build - ONOS artifact version numbers were wrong by Ray Milkey · 6 years ago
  89. 7a1db18 Initial implementation of XMPP Publish/Subscribe by Tomek Osiński · 6 years ago
  90. 62cd449 Remove unnecessary code of DefaultOvsdbClient. by tanbangcheng · 6 years ago
  91. e8d0439 Fix OvsdbControllerImpl memory leak. Fix dispatch NodeRemoved Event twice. by tanbangcheng · 6 years ago
  92. 9ea7276 minor fix for P4Runtime meter by FrankWang · 6 years ago
  93. bca9049 Starting snapshot 1.14.0-SNAPSHOT by Ray Milkey · 6 years ago
  94. 384a93a Updated pom.xml for P4Runtime proto build by Carmelo Cascone · 6 years ago
  95. 81929aa Bumped supported commit of P4Runtime and BMv2 by Carmelo Cascone · 6 years ago
  96. 03414bb pom fixes by Yuta HIGUCHI · 6 years ago
  97. d1c413b netconf RPC message parsing utils by Yuta HIGUCHI · 6 years ago
  98. 400bbe5 Add compatibility functions to AtomicValue/Topic by Jordan Halterman · 6 years ago
  99. 8a571af Support for bitwise AND/OR/XOR in ImmutableByteSequence by Carmelo Cascone · 6 years ago
  100. 76e33c6 Fix string format bug found by error prone by Ray Milkey · 6 years ago