1. 280feec ONOS core changes for RIP support by shalde064 · 6 years ago
  2. 0a5d4d2 [ONOS-7683] Add FlowInfo and StatsInfo impls with unit tests by Jian Li · 6 years ago
  3. 6803ccd [ONOS-7683] Add default implementation of telemetry managers by Jian Li · 6 years ago
  4. 4df75b1 [ONOS-7683] Add default implementation of telemetry config managers by Jian Li · 6 years ago
  5. b9fe349 [ONOS-7683] Add a set of empty telemetry config managers with intfs by Jian Li · 6 years ago
  6. 8abf2fe Extend the SONA pipeline to support gathering vFlow stats by Jian Li · 6 years ago
  7. c7b3c45 Implement CLI and REST API for Xconnect by Charles Chan · 6 years ago
  8. f76de30 Improve Xconnect to support BSOD use case by Charles Chan · 6 years ago
  9. f2f8ef0 Fix ConcurrentModificationException by Charles Chan · 6 years ago
  10. 6a7d367 Improve KryoNamespaces to better support Objectives and lambda functions by Charles Chan · 6 years ago
  11. 0b56428 Add REST interface for synchronizing openstack states and rules by Jian Li · 6 years ago
  12. 5bdb651 Disabling P4Runtime meters until ONOS-7720 is fixed by Carmelo Cascone · 6 years ago
  13. e6a9754 Better logging when configuring the FlowRuleManager by Carmelo Cascone · 6 years ago
  14. 137f27f Bugfix in routing logic to avoid null groups; Improvement in group handling. by Saurav Das · 6 years ago
  15. 5adc628 Refactor DefaultRoutingHandler to avoid hitting 2000 lines limit by Charles Chan · 6 years ago
  16. 275af2c Implement bazel rules for generation of swagger files by Ray Milkey · 6 years ago
  17. 18efc97 Add flow support to the Polatis SNMP driver by Laszlo Papp · 6 years ago
  18. 4bf427f Recompiled P4 tutorial pipeconf to work with new P4 tools revisions by Carmelo Cascone · 6 years ago
  19. 8a51743 Removed fabric.p4 data plane test files by Carmelo Cascone · 6 years ago
  20. df32bea Fixed AttributeError when logging bmv2 crash in bmv2.py by Carmelo Cascone · 6 years ago
  21. e76f0c8 Fix NPE in ClusterCommunicationManager exception handling by Jordan Halterman · 6 years ago
  22. 4f55c67 NetconfSession refactoring by Yuta HIGUCHI · 6 years ago
  23. 319b9bf Fixed URL for p4.vim in tutorial script by Eder Ollora · 6 years ago
  24. 228092b Refactored fabric PipeconfLoader to automatically build pipeconfs by Carmelo Cascone · 6 years ago
  25. b251801 Configuration option respondToUnknownHosts. by Andreas Pantelopoulos · 6 years ago
  26. 7ced85e Add new dependencies to the maven build by Ray Milkey · 6 years ago
  27. cc7a176 Fix some sonar suggestions by Ray Milkey · 6 years ago
  28. 10f0d51 Fix the snmp alarms on device configuration by Laszlo Papp · 6 years ago
  29. a73e5c3 Src/dst port range of fiveTuple in SfcManager was not validated correctly. by donghyeok.ho · 6 years ago
  30. 34af316 Fix incorrect defined boolean value for fabric.p4 by Yi Tseng · 6 years ago
  31. 648b538 Lumentum ROADM-20 Whitebox, NETCONF driver supporting ROADM app main functionalities by Alessio Giorgetti · 6 years ago
  32. 1941641 Disable host learning feature. by Andreas Pantelopoulos · 6 years ago
  33. 1bbe461 Fix bazel build of p4 runtime protos by Ray Milkey · 6 years ago
  34. 1f9e7dc Fix maven build of P4 models by Ray Milkey · 6 years ago
  35. 35d9b33 Support compiling fabric.p4 with non-standard bool declarations by Carmelo Cascone · 6 years ago
  36. 6af4e17 Bumped supported revisions of P4 tools by Carmelo Cascone · 6 years ago
  37. 25747d8 Implement bazel support for web context by Ray Milkey · 6 years ago
  38. 9952dab Arista Rest Driver Controller Config impl by sdn · 6 years ago
  39. 59cf0c8 Update dependencies by Yuta HIGUCHI · 6 years ago
  40. 99a2eab Workaround for rsync v6 literal handling issue by Yuta HIGUCHI · 6 years ago
  41. 8c57a09 Refactor DistributedPacketStore to store packet requests in a ConsistentMultimap by Jordan Halterman · 6 years ago
  42. b2f5795 Clean up implementation of buckets for flow rule replication by Jordan Halterman · 6 years ago
  43. 0529908 Reduce false positives in Netty messaging timeouts by Jordan Halterman · 6 years ago
  44. e74e629 Ensure mastership elections are cached in flow rule store by Jordan Halterman · 6 years ago
  45. a49c60a Use count methods when printing simple flow rule counts via CLI by Jordan Halterman · 6 years ago
  46. 4a082ec Use standard deviation in Phi calculation to account for GC pauses and network delays by Jordan Halterman · 6 years ago
  47. 8f0021b Fix incorrect path after version change in onos-fetch-db by Jordan Halterman · 6 years ago
  48. 47b9b45 Remove debug output by Ray Milkey · 6 years ago
  49. 3ca46e9 Add segment routing, route service, rest provider, and drivers utilities to base bazel modules by Ray Milkey · 6 years ago
  50. 68bc3b0 Bazel build of route-service tests by Ray Milkey · 6 years ago
  51. 15053f0 buildifier formatting of bazel files by Ray Milkey · 6 years ago
  52. 61ac570 Correcting typo by Sangyeok Sim · 6 years ago
  53. 2ee4fba Mark netconf related factory as functional interface by Yuta HIGUCHI · 6 years ago
  54. b6d64d5 Arista driver bazel build by Ray Milkey · 6 years ago
  55. fd6d11b Implemented WebSockets for GUI2 by Sean Condon · 6 years ago
  56. 02a658b Build segment routing app with bazel by Ray Milkey · 6 years ago
  57. 60af96a answer to questions for self-checking by Arturo F de Velasco · 6 years ago
  58. 2674e45 Introduce Pi Register model to PI Framework by FrankWang · 6 years ago
  59. a0138f5 add logs in VtnManager to avoid return null silently by sdn · 6 years ago
  60. 7fba877 Made the l2 handler use the new logic for pw trans. by Andreas Pantelopoulos · 6 years ago
  61. 5bf1366 Various pseudowire fixes and improvements. by Andreas Pantelopoulos · 6 years ago
  62. 0fe0cdb Fixes to make bazel test //... operate properly by Ray Milkey · 6 years ago
  63. 1ccab71 Bazel support for apps with more than one included artifact by Ray Milkey · 6 years ago
  64. f5d1720 Consolidating BUILD files for clarity and ease of maintenance. by Thomas Vachuska · 6 years ago
  65. ede3ae3 Mark method which shouldn't have been public by Yuta HIGUCHI · 6 years ago
  66. e8f0689 Fixing Maven coordinates for Bazel and adding feature artifact bundle. by Thomas Vachuska · 6 years ago
  67. f25c248 Moved /features to /tools/package/features. by Thomas Vachuska · 6 years ago
  68. 8fcd204 Fixing bazel-based packaging of the CLI branding by Thomas Vachuska · 6 years ago
  69. 25b785a OSGI artifacts now carry Java compilation information by Ray Milkey · 6 years ago
  70. 0f95603 Adding Bazel packaging of admin tools and test tools. by Thomas Vachuska · 6 years ago
  71. d1b14d3 Fix: Avoid from deleting flat jump rules even if there are remained vm's in same host by Daniel Park · 6 years ago
  72. 12ae6ca Start on implementation of apps with multiple included bundles by Ray Milkey · 6 years ago
  73. 06041fa LinkDiscovery support for Arista. by DongRyeol Cha · 6 years ago
  74. 83b7645 DHCPv[46] relay must replace the route instead of adding an extra NH by Daniel Ginsburg · 6 years ago
  75. 3b13737 Change DefaultRouteTable primitive to cached multimap. by Jordan Halterman · 6 years ago
  76. 5e88435 Implement event-based streaming iterator for ConsistentMultimap primitive by Jordan Halterman · 6 years ago
  77. 471be0c Implement partitioned multimap by Jordan Halterman · 6 years ago
  78. 156ee8a Upgrade to Atomix 2.0.22 by Jordan Halterman · 6 years ago
  79. a8e1bd4 Sketching out packaging via Bazel by Thomas Vachuska · 6 years ago
  80. 1d52ddd Bazel support for ONOS applications and OAR files by Ray Milkey · 6 years ago
  81. fd9f744 [ONOS-7685]Improve failure inspection template for P4 Runtime developer by Jianwei Mao · 6 years ago
  82. 4eae298 Cisco rest Driver- remove controller & Parsing multi Controller info by sdn · 6 years ago
  83. f3a28b0 Fix: remove FixedIpAddress associated with FloatingIp when purge VM by Jian Li · 6 years ago
  84. a171a43 Fix: install flow rules to corresponding GW by listening fip events by Jian Li · 6 years ago
  85. 7ff935e remove extra semicolons by Sangyeok Sim · 6 years ago
  86. 9dc5739 Sonar suggestion - Don't use a mutable collection in a public interface by Ray Milkey · 6 years ago
  87. 4dda814 Sonar suggestion - no need for a null pointer check since it was already done by Ray Milkey · 6 years ago
  88. 08392f4 Fix gRPC dependency by Yuta HIGUCHI · 6 years ago
  89. 06fde30 slightly increase coverage by Yuta HIGUCHI · 6 years ago
  90. fca084b Add device config change request using NetCfg by hiroki · 6 years ago
  91. 61b4c34 Fix maven swagger build of Cisco rest driver by Ray Milkey · 6 years ago
  92. cd125de ACL Input param validation for L4 port by Sangyeok Sim · 6 years ago
  93. a77e335 Add warning to GitHub PR template by Yuta HIGUCHI · 6 years ago
  94. ea70de3 [ONOS-7602]Implement support for P4Data in PI framework and P4Runtime southbound by FrankWang · 6 years ago
  95. b030291 Controller Config class at Cisco rest Driver by sdn · 6 years ago
  96. 52c1122 [ONOS-7683] Add unit tests for a set of telemetry config classes by Jian Li · 6 years ago
  97. 2cf1c0b [ONOS-7683] Implement various default telemetry configs by Jian Li · 6 years ago
  98. ff8b9f9 [ONOS-7683] Initial commit of openstacktelemetry with service interfaces by Jian Li · 6 years ago
  99. 43ee7e8 Add P4 info to java constant tool by Yi Tseng · 6 years ago
  100. 1e57344 [ONOS-7584] Adding Capability of re-connecting to a P4Runtime Device. by Andrea Campanella · 6 years ago