1. 956bb16 Merge remote-tracking branch 'origin/master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  2. 1a4333c Enhance CLI command 'tablestats' to support P4 switch by hjtsao · 6 years ago
  3. 7632e15 [ONOS-7596] Support reading table entries with counter data in P4Runtime by steven30801 · 6 years ago
  4. a25251c [ONOS-7731] Removed redundant functions in GUI of openstackVtapApp by seunghyeon lee · 6 years ago
  5. 9e28777 Fix: remove stale compute node to gateway rules for migration case by Jian Li · 6 years ago
  6. 5c09e21 Fix: enforce to match VNI for ARP request in broadcast mode by Jian Li · 6 years ago
  7. 88dd7e2 Modify test app usages of Property annotations for new OSGi implementation by Ray Milkey · 6 years ago
  8. ac21621 put back git exclusions of buck created files by Ray Milkey · 6 years ago
  9. fe824bc Swiching to ONOS libgen 2.0 and moving pom.xml to 2.1-SNAPSHOT. by Thomas Vachuska · 6 years ago
  10. 86da357 Marking release of ONOS libgen 2.0 by Thomas Vachuska · 6 years ago
  11. 22ea612 Removing BUCK files and other Buck-related auxiliaries. by Thomas Vachuska · 6 years ago
  12. 9f3b1ea Updating to use patched Apache Karaf 4.2.1 tar. by Thomas Vachuska · 6 years ago
  13. ec1a420 ONOS-7810 calculate cookie field when pipeconf registered by ghj0504520 · 6 years ago
  14. 5fbc955 Replace buck instruction with bazel from README by Yi Tseng · 6 years ago
  15. 666258f Replace buck instruction with bazel from README by Yi Tseng · 6 years ago
  16. 812aa76 Xconnect misc. fixes for production issues by Jayakumar Thazhath · 6 years ago
  17. 0ae3146 MeterRequest may be null, if meterRequest is null, the implementation of meterService.withdraw(meterRequest, tmpMeter.id()) will cause an exception. by 柯志勇10068695 · 6 years ago
  18. 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
  19. 489645c Fixes a bridge and ovsdb connection is removed in case openstack node is removed. by Daniel Park · 6 years ago
  20. 3101df6 Use new property scheme for segment routing app by Ray Milkey · 6 years ago
  21. ae965fe Fix completers for cfg command and component by Ray Milkey · 6 years ago
  22. 00875fd Fixed YANG run-time operation. by Thomas Vachuska · 6 years ago
  23. c0f757a Fixed GUI login redirect and web-socket idle issues. by Thomas Vachuska · 6 years ago
  24. 47583db Use proper Component definiton for generated registrators by Ray Milkey · 6 years ago
  25. 8b252d2 ONOS-7815 create new cli to query registered pipeconfs by ghj0504520 · 6 years ago
  26. 92a48bf ONOS-7810 use cookie field when checking the pipeline in P4Runtime by ghj0504520 · 6 years ago
  27. d542568 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  28. 914ed23 The ops should be checked if it is null. by wu · 6 years ago
  29. 855b108 [tiny-fix] Missing deviceId for log. by Tian Jian · 6 years ago
  30. 696191d Use new scr-list CLI command for component queries by Ray Milkey · 6 years ago
  31. f4f54a1 First part of migrating Topo2 to GUI2 by Sean Condon · 6 years ago
  32. 9d5066b Fixing login issues on restconf web resource by Andrea Campanella · 6 years ago
  33. 1aaff02 CLI command to do what scr:list used to do by Ray Milkey · 6 years ago
  34. 9110ea0 Bump up Jersey to version 2.27 by Ray Milkey · 6 years ago
  35. 9cb2e9e [tiny-fix] Wrong location of deviceId in the log. by Tian Jian · 6 years ago
  36. d709dba Request may be null, if not checked, it may be error. by 柯志勇10068695 · 6 years ago
  37. d34aaf2 If dataNodeList if null or empty, the following code dataNodeList.get(0) will get an error. by 柯志勇10068695 · 6 years ago
  38. 4c615ac Fix: resolve the openstacktelemetry activation issue caused by deps by Jian Li · 6 years ago
  39. 4df14a4 FileInputStream must be closed, or there will be a risk of memory leaks. by 柯志勇10068695 · 6 years ago
  40. 4fa1f5e Send GARP packet in case floating ip is associated and gateway node is updated. by Daniel Park · 6 years ago
  41. 14e87bf [ONOS-7731] Update api interface & implementation of openstack vtap app by Jimo Jung · 6 years ago
  42. 2bd1fc8 Fixing GUI packaging and web-socket code to allow onos-gui feature to load properly. by Thomas Vachuska · 6 years ago
  43. bef430b Integrated new style of cfgdef generation into the Bazel build. by Thomas Vachuska · 6 years ago
  44. b8cdcc1 Fix: remove stale security group rules when VM migration finished by Jian Li · 6 years ago
  45. 56508dd The output of toDocument() may be null and should be checked before using. by wu · 6 years ago
  46. 6f7ba6c If dataNodeList if null or empty, the following code dataNodeList.get(0) will get an error. by 柯志勇10068695 · 6 years ago
  47. ac30e27 Fix: enforce to remove security group rules by Jian Li · 6 years ago
  48. f6727bf The nep.getSipId() should be checked if it is null. by wu · 6 years ago
  49. 66e24a5 No need for a custom reflectasm any longer by Ray Milkey · 6 years ago
  50. 24d4f6d Re-enabling Swagger stuff and preparing to integrate cfgdef stuff. by Thomas Vachuska · 6 years ago
  51. 28b15ae Fixes to allow ONOS to build using built in bazel Java 9 JDK by Ray Milkey · 6 years ago
  52. dc897a6 If path is empty but not null, The following code may be error. by 柯志勇10068695 · 6 years ago
  53. d64ea7b InputStream should be closed, or there will be a risk of memory leaks. by 柯志勇10068695 · 6 years ago
  54. 55f80b6 The result of dis.getMessageDigest().digest() must be returned here. Otherwise, this method will lose its meaning. by 柯志勇10068695 · 6 years ago
  55. 16c95ff Upgrade to Atomix 3.0.7 by Jordan Halterman · 6 years ago
  56. 03ae0ac Bump version of P4Runtime to 1.0.0rc3 and P4 tools by Carmelo Cascone · 6 years ago
  57. c0395cb Revert "Fixing README.md file for github." by Thomas Vachuska · 6 years ago
  58. 4a34763 Porting cfgdef generation into a simple and stand-alone command-line utility. by Thomas Vachuska · 6 years ago
  59. d17309c Merge branch 'master' into merge by Ray Milkey · 6 years ago
  60. 7e7bd86 Fix LLDP provider - component must transition from disabled to enabled for link discovery to run by Ray Milkey · 6 years ago
  61. f66a64f The speed should return 100. by 柯志勇10068695 · 6 years ago
  62. 7ce775a Fix: resolve a NPE caused by non-exist gateway at openstack subnet by Jian Li · 6 years ago
  63. 2d7bca1 Move type specifiers from property name constants to the corresponding component annotations by Ray Milkey · 6 years ago
  64. 1c23d04 Fixing LLDP link provider property defaults. by Thomas Vachuska · 6 years ago
  65. d04e227 Constants for core/net OSGI properties by Ray Milkey · 6 years ago
  66. 31e16f5 Secure LLDP-based Topology Detection by Samuel Jero · 6 years ago
  67. e8b28db Fix: enforce security group rules to match tunnel ID by Jian Li · 6 years ago
  68. 2360acb Fix: differentiate gateway ARP rule and floating ARP rule by Jian Li · 6 years ago
  69. 67c6b81 Allow to remove instance ports in pending removal state by Jian Li · 6 years ago
  70. 7013724 Merge "Merge branch 'master' into merge" into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  71. 4167c3f Fixing component properties for various providers. by Thomas Vachuska · 6 years ago
  72. 0b18b72 Merge branch 'master' into merge by Ray Milkey · 6 years ago
  73. b5646e6 Use property constants for OSGi components for stores by Ray Milkey · 6 years ago
  74. 309f9a0 Implement OSGi properties for openflow protocol by Ray Milkey · 6 years ago
  75. 908cff4 Fixing README.md file for github. by Thomas Vachuska · 6 years ago
  76. 7b1fadc Adding tooling for null providers to assist in finding sw version refresh issue. by Thomas Vachuska · 6 years ago
  77. 4df80f1 REST API support for packet-processors by rsahot036 · 6 years ago
  78. 2a2fab1 Fixing component properties in BMV2 drivers. by Thomas Vachuska · 6 years ago
  79. edf9c4d Fixing component properties in incubator. by Thomas Vachuska · 6 years ago
  80. d0d7ea1 Updating web socket stuff to for Karaf 4.2.1 migration. by Thomas Vachuska · 6 years ago
  81. f2c1689 Fix to run onos-lib-gen on ONOS behind Proxy by Ai Hamano · 6 years ago
  82. 5527691 Improve the unit test coverage for openstacknode API by Jian Li · 6 years ago
  83. 809b3ed Fix: configure SNAT to gateway rules on receiving router port events by Jian Li · 6 years ago
  84. 9d35bd6 Fix: remove security group rules when receiving SG remove event by Jian Li · 6 years ago
  85. 8e365bd Fix: allow to specify duplicated gateways for different subnets by Jian Li · 6 years ago
  86. 581f21a Fix: remove ARP routing rules when receiving port removal event by Jian Li · 6 years ago
  87. 8753ede Web GUI changes for karaf 4.2.1 CLI by Ray Milkey · 6 years ago
  88. 8317064 pcep provider changes for karaf 4.2.1 CLI by Ray Milkey · 6 years ago
  89. 43ec470 Flow monitoring as default NIC rule action by Georgios Katsikas · 6 years ago
  90. 2a2d26c Refactor: move default model implementation from app to api by Jian Li · 6 years ago
  91. a09f3c3 Add a CLI to print out openstack keystone and neutron config info by Jian Li · 6 years ago
  92. a432cf8 Allow applications to specify a few other packet-request flow priorities. by Saurav Das · 6 years ago
  93. d07f672 Add command for displaying storage nodes by Jordan Halterman · 6 years ago
  94. 27ccf0d Remove unused Netty messaging service by Jordan Halterman · 6 years ago
  95. d543518 null provider changes for karaf 4.2.1 CLI by Ray Milkey · 6 years ago
  96. b0a5335 lldp provider changes for karaf 4.2.1 CLI by Ray Milkey · 6 years ago
  97. fd92804 bgp prvider changes for karaf 4.2.1 CLI by Ray Milkey · 6 years ago
  98. ec20a29 netconf protocol changes for karaf 4.2.1 CLI by Ray Milkey · 6 years ago
  99. 0068fd0 Completer fixes for core ONOS CLI commands by Ray Milkey · 6 years ago
  100. 234b9a4 Remove unused distributed cluster store by Jordan Halterman · 6 years ago