1. afe17e1 Bumpup OpenStack4j dependencies from 3.1.0 to 3.2.0 by Jian Li · 5 years ago
  2. b08c7c4 Re-enable route-service REST APIs by Carmelo Cascone · 5 years ago
  3. 293b04a Fix: segment TCP packet when the payload is larger than MTU size by Jian Li · 5 years ago
  4. 9f278e9 Fix: print out debug message for metadata response by Jian Li · 5 years ago
  5. a929a2e [ONOS-7732] Automating switch workflow: workflow store cli command completeter by jaegonkim · 5 years ago
  6. 5504bd2 Implement static component properties - passed through without modification by Ray Milkey · 5 years ago
  7. 13b25cb [ONOS-7732] Automating switch workflow: data model schema checking bug fix by jaegonkim · 5 years ago
  8. bd508ed cfgdef tool modifications to catch variable names that don't match properties by Ray Milkey · 5 years ago
  9. 2d0bd6e [ONOS-7732] Automating switch workflow: workflow test cli command completeter by jaegonkim · 5 years ago
  10. 2a5c8fd sample worklet with multiEvent usage by nitinanand · 5 years ago
  11. 63a921c workflow app fixes by mohamedrahilr · 5 years ago
  12. 65cb23d Add openstack node initialization REST APIs by Jian Li · 5 years ago
  13. 9da8e72 Removing OCH singal from intent created from TAPI. by Andrea Campanella · 5 years ago
  14. e519982 Fix: do not publish vStats info to Prometheus if it is not activated by Jian Li · 5 years ago
  15. fbf6143 [ONOS-7732] Automating switch workflow: workflow cli command completeter by jaegonkim · 5 years ago
  16. 0f7897f Route is not populated correctly when next hop moves by Charles Chan · 5 years ago
  17. 2dc3759 Fix: lower down the security group logging level by Jian Li · 5 years ago
  18. 19c5174 Fix: do not uninstall group table rules if flag is unset by Jian Li · 5 years ago
  19. 14b6238 Added REST API call to fetch routes count and routes count by type for Route Service by Harshada Chaundkar · 5 years ago
  20. 64a1c8e Offload packet processing to another thread by Charles Chan · 5 years ago
  21. b87495c Disable DHCP relay counters by Charles Chan · 5 years ago
  22. 754701c Fixed potential NPE in packet-stats for ipv4 tcp packets by Harshada Chaundkar · 5 years ago
  23. fe1bc06 [ONOS-7732] Automating switch workflow: workplace cli command completeter by jaegonkim · 5 years ago
  24. e4934e1 Moving the device event handling to separate thread by Ruchi Sahota · 5 years ago
  25. e8a89b8 Fix: resolve the critical issues reported by sonarcube by Jian Li · 5 years ago
  26. f3f94c6 multi event support for a worklet in workflow app by nitinanand · 5 years ago
  27. 5e8a22a Enforce to use unique group Id for k8s svc IP, port, proto combination by Jian Li · 5 years ago
  28. 1cf5188 [ONOS-7942] Implement k8s ingress service and watcher with unit tests by Jian Li · 5 years ago
  29. ca34c67 Support to print out k8s pod, service and endpoints in JSON format by Jian Li · 5 years ago
  30. 004526d Implement k8s service IP to pod IP translation using Nicira load ext by Jian Li · 5 years ago
  31. 2cc2b63 Initial implementation of svc IP to pod IP translation using DNAT by Jian Li · 5 years ago
  32. 3d1111e Add a kubernetes port and pod mapper with sync/purge rules CLIs by Jian Li · 5 years ago
  33. b1cd0b0 Add CLIs for k8s endpoins, pods and services, sync & purge states by Jian Li · 5 years ago
  34. 8538773 Implement kubernetes pod, service and endpoints watcher by Jian Li · 5 years ago
  35. 747e136 [ONOS-7935] Add k8s pod store and manager with unit tests by Jian Li · 5 years ago
  36. 3e1b887 [ONOS-7934] Add k8s endpoints store and manager with unit tests by Jian Li · 5 years ago
  37. 965de27 [ONOS-7933] Add k8s service store and manager with unit tests by Jian Li · 5 years ago
  38. d893a66 Add a set of interfaces for k8s pod, service, endpoint by Jian Li · 5 years ago
  39. 1cee988 Manage k8s API config life cycle, bootstrap k8s node using k8s client by Jian Li · 5 years ago
  40. 3defa84 Import k8s client deps, support inject k8s API server config by Jian Li · 5 years ago
  41. ec0f748 Support to check the existence of k8s network through REST API by Jian Li · 5 years ago
  42. 9b19916 [ONOS-7926] Implement IPAM service to allocate IP for Kubernetes POD by Jian Li · 5 years ago
  43. d89db46 Add Kubernetes API server invocation proxy handler by Jian Li · 5 years ago
  44. 4aa1764 Implement east-west communication for k8s network by Jian Li · 5 years ago
  45. bde20bf [ONOS-7914] Hostprovider support for kubernetes network by Jian Li · 5 years ago
  46. a80b158 Initial implementation of k8s networking REST API with unit tests by Jian Li · 5 years ago
  47. 66f6e3c [ONOS-7910] Add initial implementation for k8s flow rule manager by Jian Li · 5 years ago
  48. 1099d14 Moves flat jump rules from OpenstackSwitchingHandler to OpenstackFlowRuleManager. by Daniel Park · 5 years ago
  49. 1bf5435 [ONOS-7731] Add test code implementation of openstack vtap app by Jimo Jung · 5 years ago
  50. d64b23f Replaced String with StringBuffer when convert decimal to string. by hughkim · 5 years ago
  51. ae10293 [ONOS-7943] Error in topo layout overlay by Sean Condon · 5 years ago
  52. 1431c75 ONOS-7855 Adding IPv6 matching field support for the ACL module by pankajthor · 5 years ago
  53. 0091760 Fix: resolve openstack node attribute serialization issues by Jian Li · 5 years ago
  54. 06e1210 [ONOS-7732] Automating switch workflow: workflow test cli command completeter by jaegonkim · 5 years ago
  55. 8bdb225 Update xconnectService when the service is bound/unbound by Charles Chan · 5 years ago
  56. 34694eb Minor fix for tapi helper and for TAPI Rpc error message by Andrea Campanella · 5 years ago
  57. 40b62fd upgrade nodejs bazel rules to version 0.26.0 by Ray Milkey · 5 years ago
  58. c535b67 Fix for Netconf device re-connection. by Andrea Campanella · 5 years ago
  59. 1082238 [ONOS-7938] fix for optical connectivity intent compiler by Boyuan Yan · 5 years ago
  60. 25243d6 Missing changes from update install-p4-tools.sh to use P4Runtime v1.0 by Carmelo Cascone · 5 years ago
  61. 4f7e363 Removal of deprecated APIs by Ray Milkey · 5 years ago
  62. a4dc3c1 Update install-p4-tools.sh to use P4Runtime v1.0 by Carmelo Cascone · 5 years ago
  63. e554d63 Add dependency to required provider for DHCP app by Ray Milkey · 5 years ago
  64. 4f62a1e Potential Null Pointer Exception fix for Cpman, Groups , Flows and Mastership API by Harshada Chaundkar · 5 years ago
  65. b2a5888 Add CLIs for listing, adding and removing telemetry vflow rules by Jian Li · 5 years ago
  66. 901462a Allow to query openstack nodes details through REST API by Jian Li · 5 years ago
  67. 312221c Removal of deprecated UI methods by Ray Milkey · 5 years ago
  68. e1077f8 Remove calls to deprecated public intent data constructor by Ray Milkey · 5 years ago
  69. 2fe3966 Fixes to clear augmentedmap and external peer router map in case of purging state. by Daniel Park · 5 years ago
  70. b78db19 FPM Connections REST API Corrected style check errors by Harshada Chaundkar · 5 years ago
  71. 7e8f57e [ONOS-7905] Add manager and store for k8s network and ports with unit tests by Jian Li · 5 years ago
  72. 9ee9c8b [ONOS-7905] Add default implementation for kubernetes data model by Jian Li · 5 years ago
  73. fc55e42 [ONOS-7905] Add a set of interfaces for k8s-networking data model by Jian Li · 5 years ago
  74. f16e885 [ONOS-7902] Add node handler and a set of CLIs for kubernetes node by Jian Li · 5 years ago
  75. 49109b5 [ONOS-7902] Add default implementation of k8s node with unit tests by Jian Li · 5 years ago
  76. 9e43ec1 [ONOS-7902] Add a set of interfaces, enums for kubernetes node by Jian Li · 5 years ago
  77. dcf7c82 [ONOS-7732] Automating switch workflow: ofoverlay(Openflow overlay) workflow by jaegonkim · 5 years ago
  78. a5ae3bd [odtn] Fix bug in order to delete lower-connections properly when connectivity deleted by hiroki · 5 years ago
  79. a4545fb workflow app bug fix by mohamedrahilr · 5 years ago
  80. c235d46 Update INT version to 1.0 by Jonghwan Hyun · 5 years ago
  81. 5ec4208 Remove deprecated Port Statistics APIs by Ray Milkey · 5 years ago
  82. 22adadf Added null check for empty ArrayNode object in DhcpRelayWebResource.java by Harshada Chaundkar · 5 years ago
  83. c0e9e44 DhcpRelayWebResource cannot find DhcpRelayService when it become instantiated by Harshada Chaundkar · 5 years ago
  84. 47f09c5 Remove deprecated FlowRuleExtPayLoad API by Ray Milkey · 5 years ago
  85. f672231 fixing OpticalIntentUtility for support of intents from client port to client port by alessio · 5 years ago
  86. 2bdf204 [ONOS-7826] Adding a TAPI 2.1 Flow Rule programmable behaviour by Andrea Campanella · 5 years ago
  87. 72cc1ae Fix registration of the ancillary host provider by Ray Milkey · 5 years ago
  88. 11ce930 Fix a few more app startup/shutdown problems by Ray Milkey · 5 years ago
  89. bde9beb Re-package grpc and protobuf with the right group id and version by Carmelo Cascone · 5 years ago
  90. ef478a6 Bump grpc-java to 1.18.0 by Carmelo Cascone · 5 years ago
  91. 6ee38b8 Fixes for problems with starting and stopping apps in a minimal system by Ray Milkey · 5 years ago
  92. 5145de2 Eliminate redundant flow programming when host moves by Charles Chan · 6 years ago
  93. 4c289b7 New P4RuntimeClient implementation that supports batching and error reporting by Carmelo Cascone · 5 years ago
  94. 69d4fe9 Fix: resolve potential NPE issues reported by sonarcube by Jian Li · 5 years ago
  95. b50758f Fix: cosmetic fix for openstack rule sync CLI by Jian Li · 5 years ago
  96. 247a68f ONOS-7827 TAPI Phot. OpticalConnectivity intent. by Ramon Casellas · 5 years ago
  97. da8867f Add JSON string serializer for kafka telemetry exporter by Jian Li · 5 years ago
  98. b4ce5b6 Add LinkInfo and LinkStatsInfo JSON codec with unit tests by Jian Li · 5 years ago
  99. 866416f Add link info and stats class with unit tests for openstacktelemetry by Jian Li · 5 years ago
  100. 0f8b7be Fix build of protobuf-related components to support Bazel 0.22 by Carmelo Cascone · 5 years ago