1. b0ac590 [ONOS-6869] Move blocking DocumentTree to core primitives package and implement default methods for constructing blocking primitives by Jordan Halterman · 7 years ago
  2. ff18b6e Enhancements to the distributed config manager by Ray Milkey · 7 years ago
  3. 88a92ab Bumping dependency on ONOS YANG Tools 2.2.0-b3. by Thomas Vachuska · 7 years ago
  4. 7ff7fef [ONOS-6875] Fix broken 'partitions -c' command by Jordan Halterman · 7 years ago
  5. 1251e63 Cleaning up app categories and default app origin to be "ONOS Community" by Thomas Vachuska · 7 years ago
  6. 285250a Remove duplicate value test command and ensure existing value test command handles null values by Jordan Halterman · 7 years ago
  7. 97e4d1a Adding a small hack to allow resolving model specific resources against the class-loader of the model. by Thomas Vachuska · 7 years ago
  8. c307d21 Adding a small hack to allow resolving model specific resources against the class-loader of the model. by Thomas Vachuska · 7 years ago
  9. ddc2b18 [ONOS-6842] Add fault injection/linearizable history verification script for distributed primitives by Jordan Halterman · 7 years ago
  10. cfa637a Fix DHCP handling bug in HostLocationProvider by Yi Tseng · 7 years ago
  11. 13a41a1 Fix DHCP relay command format by Yi Tseng · 7 years ago
  12. 7ccbf3d [ONOS-6860] Tetunnel missing dependency in BUCK (Tetopology) by slowr · 7 years ago
  13. 05bdb60 Change Kryo duplicate registration warning to DEBUG message by Jordan Halterman · 7 years ago
  14. c10f7fc [ONOS-6760][ONOS-6761] RESTCONF changes and fixes by Henry Yu · 7 years ago
  15. d25440b [onos-6337] Adding first set of changes ( server side with client side stub ) by Viswanath KSP · 7 years ago
  16. 4e59382 Workaround to p4c/BMv2 parser bug by Carmelo Cascone · 7 years ago
  17. c8d3486 Added copyright header to demo P4 programs by Carmelo Cascone · 7 years ago
  18. 3304fd5 Removed unused metadata from demo P4 programs by Carmelo Cascone · 7 years ago
  19. aaf6d98 Build BMv2 with debugger in onos-setup-p4-dev by Carmelo Cascone · 7 years ago
  20. 0e80508 Draft implementation BMv2 FlowRuleProgrammable by Frank Wang · 7 years ago
  21. 57c4ff7 Bug fix for unit test with yang-tools-2.2b2 by Sean Condon · 7 years ago
  22. 29718e6 [ONOS-6841] Sustained primitive throughput tests by Jordan Halterman · 7 years ago
  23. 9fa4303 [ONOS-6859] Cache Raft sessions for transactions by Jordan Halterman · 7 years ago
  24. 4b1709f Bumping ONOS to point to ONOS YANG Tools 2.2.0-b2 by Yuta HIGUCHI · 7 years ago
  25. dfc4ca6 build all of yang tools for buck plugin build by Ray Milkey · 7 years ago
  26. 09e8b8d Fix error when checking for dry run flag by Ray Milkey · 7 years ago
  27. 8953445 Bumping ONOS to point to ONOS YANG Tools 2.2.0-b2 by Thomas Vachuska · 7 years ago
  28. 288b273 Implement support for packetIn through p4Runtime by Andrea Campanella · 7 years ago
  29. b2e3dba Pi classes to support P4Runtime action profiles by Carmelo Cascone · 7 years ago
  30. f3a1a38 Removed pipeconf dependency from PiPipelineInterpreter by Carmelo Cascone · 7 years ago
  31. 4825623 Add a meta-script to build a new buck release by Ray Milkey · 7 years ago
  32. 32000d3 [ONOS-6806] Add getAvailableDeviceCount method to DeviceService by mskala · 7 years ago
  33. d975bdf dist store testing by Sbhat35 · 7 years ago
  34. 7c90e4b DefaultAsyncAtomicValue testing by Sbhat35 · 7 years ago
  35. 3e86419 Configure ONOS in docker image to log to stdout by Jonathan Hart · 7 years ago
  36. c8e8498 P4runtime test utility app by Carmelo Cascone · 7 years ago
  37. 2f2d976 P4Runtime provider base app by Carmelo Cascone · 7 years ago
  38. 0ef5b6f A wrong word for gRPC by wu · 7 years ago
  39. ab9fa37 Initial empty value should not force overwrite existing. by Yuta HIGUCHI · 7 years ago
  40. 781984f Null check added to avoid null pointer exception for lasttimestamp comparison by Saritha · 7 years ago
  41. 15a71d8 ONOS docker image is going on a diet. by Jonathan Hart · 7 years ago
  42. b1e9924 Fix bugs in host subsystem by Charles Chan · 7 years ago
  43. 333568d Fixed failing buck project by Carmelo Cascone · 7 years ago
  44. 5ecdb34 [ONOS-6832] Implement missing methods in CachingAsyncConsistentMap by Jordan Halterman · 7 years ago
  45. 2883c76 ONOS-6562 Implement P4RuntimePacketProvider by wu · 7 years ago
  46. 7347de9 Bug fix for NETCONF controller - disconnect by Sean Condon · 7 years ago
  47. cfef6f9 ONOS-6833: UiPreferencesService: augment to include getPreferences(username, prefsKey) by Simon Hunt · 7 years ago
  48. 023b161 Bumping ONOS to depend on YANG Tools 2.2.0-b1 version. by Yuta HIGUCHI · 7 years ago
  49. 8d03f18 ONOS controls the packet count field from flow statistics to check flow liveness, but some switches (such as Pica8) do not support packet count field of the flow statistics. Pica8 switch sends "-1" as the packet count. Even though packets match flow rules, when the idle-timeout time is up, ONOS deletes these rules based on the packet count field anyways. Therefore, just checking the packet count field is not enough for this situation. Pica8 sends byte count properly. If ONOS checks both packet and byte count, this problem will be solved. I would like to add byte count check to FlowRuleManager - checkRuleLiveness method. by Gamze Abaka · 7 years ago
  50. 66d3e64 [ONOS-6843] Add atomic value primitive test commands by Jordan Halterman · 7 years ago
  51. dbfff06 [WIP] Block ConfigFileBasedClusterMetadataProvider until valid configuration is found. by Jordan Halterman · 7 years ago
  52. 4e55301 Show host provider in CLI by Charles Chan · 7 years ago
  53. c760f38 DHCP relay bug fixes by Charles Chan · 7 years ago
  54. 9d464a3 ONOS-6835 Dynamic Config: RPC dispatcher implementation by Sithara Punnassery · 7 years ago
  55. 5395e64 ONOS-6824 Unit tests for Translation of all criterion types in PiFlowRuleTranslationService by zhiyong ke · 7 years ago
  56. b465ed6 Add missing dependencies by Yuta HIGUCHI · 7 years ago
  57. 35c5ed5 Add missing dependencies by Yuta HIGUCHI · 7 years ago
  58. 35b83be Align maven artifact name to buck artifact by Yuta HIGUCHI · 7 years ago
  59. 73f8bd7 Adapting p4c and bmv2 setup script for 14.04 and 16.04 by Brian O'Connor · 7 years ago
  60. 105bc4e UI: Augment table builder service to allow consumers to inject additional by Simon Hunt · 7 years ago
  61. dda88d0 Declaring P4Runtime and gRPC protocol subsystems as apps by Carmelo Cascone · 7 years ago
  62. 2e5d99e [CORD-1018] CLI for DHCP relay by Yi Tseng · 7 years ago
  63. 7a38f9a [CORD-1434][CORD-1112] DHCP relay manager by Yi Tseng · 7 years ago
  64. b8e19f1 [CORD-1433] DHCP Relay Store by Yi Tseng · 7 years ago
  65. 7331652 Activate distributed route store in Segment Routing by Charles Chan · 7 years ago
  66. 837e645 ONOS-6769 Support for PacketMetadata in demo P4 programs by Carmelo Cascone · 7 years ago
  67. f816411 [ONOS-6632] Add REST APIs for configuring compute and gateway nodes. by sangho · 7 years ago
  68. bc9edb1 fixing side effect of mutabilty od resource id by Sithara Punnassery · 7 years ago
  69. 64313cb Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  70. 7e28519 Tagging 1.11.0-b2 by Ray Milkey · 7 years ago 1.11.0-b2
  71. fc1d34c [ONOS-6809] Implementation for packet out in p4Runtime by Andrea Campanella · 7 years ago
  72. 9d81ea5 Fixes for Docker build by Ray Milkey · 7 years ago
  73. adfeffd Add channel parameter to optical connectivity intent (ONOS-6670) by Marc De Leenheer · 7 years ago
  74. 5c3ed73 Revert "GUI: Added ESLint to gulp tasks GUI: Linted files Fixed an error in the build script" by Simon Hunt · 7 years ago
  75. 035231e Upgrade to Atomix 2.0.0-raft-beta1 by Jordan Halterman · 7 years ago
  76. 3548bb2 Test enhancements for DocumentPath, UiTopology, DistributedClusterStore by Sbhat35 · 7 years ago
  77. 46c5f10 GUI: Added ESLint to gulp tasks by Steven Burrows · 7 years ago
  78. e254d6c change the way ImmutableBiMap is created for subsequent expansion by Frank Wang · 7 years ago
  79. c672c98 [ONOS-6750]Implement BMv2 PacketProgrammable by Frank Wang · 7 years ago
  80. 44daf56 Registering BMv2 default/base pipeconf at driver loading by Carmelo Cascone · 7 years ago
  81. dc16562 GUI: Better error messages for minify task in gulp by Steven Burrows · 7 years ago
  82. 8f057ee ONOS-6334: Flow treatments immediate vs deferred, should be clearer. by Simon Hunt · 7 years ago
  83. 8a0c7c7 When defining ONOS_ROOT strip out any symlinks by Ray Milkey · 7 years ago
  84. 04d0939 Fixed deps and bundles for BMv2 drivers, P4Runtime and gRPC protocols by Carmelo Cascone · 7 years ago
  85. 8d99b17 Handling of table entry messages in P4Runtime by Carmelo Cascone · 7 years ago
  86. 31d3e44 Better handling of extensions in PiPipeconf by Carmelo Cascone · 7 years ago
  87. 8c134b0 Undoing @Ignore on microsemi driver tests. by Thomas Vachuska · 7 years ago
  88. d911af9 Bug fix in how onos-yang-tools are used in unit tests by Sean Condon · 7 years ago
  89. 96f2b2c Bumping ONOS to depend on YANG Tools 2.2.0-b1 version. by Thomas Vachuska · 7 years ago
  90. 76057cd fix equal tests for PiCriteria class by Frank Wang · 7 years ago
  91. b073459 Adding utility to provide STC warden status. by Thomas Vachuska · 7 years ago
  92. c32dfba Fixing patch-yang-lib utility to also patch the YANG BUCK plugin. by Thomas Vachuska · 7 years ago
  93. 411de78 Fixing patch-yang-lib utility. by Thomas Vachuska · 7 years ago
  94. d26d855 ONOS-6787 Dynamic Config: API cleanup for RPC abstractions by Sithara Punnassery · 7 years ago
  95. 7b0c15e ONOS-6787 Dynamic Config: API cleanup and Rpc brokerage implementation by Sithara Punnassery · 7 years ago
  96. 32a01b2 Added method to retrieve field matches by ID in PiCriterion by Carmelo Cascone · 7 years ago
  97. 432f718 [ONOS-6809] Support for Packets and packet Metadata by Andrea Campanella · 7 years ago
  98. fb76b04 Fixed P4 tools build script for Ubuntu 14 by Carmelo Cascone · 7 years ago
  99. 81579e0 Add Korean localization for application view by Jian Li · 7 years ago
  100. 06613e9 Updating Microsemi Driver to onos-yang-tools 2.x by Sean Condon · 7 years ago