1. 6551909 Tagging 1.15.0-rc2 by ONOS Jenkins User · 5 years ago 1.15.0-rc2
  2. 14f329d remove version conversion for deleted files by Ray Milkey · 5 years ago
  3. 2481164 New libgen version 2.2-SNAPSHOT by Ray Milkey · 5 years ago
  4. f8b090b Fixed some Javadoc warnings and obsoleted the old package list files by Thomas Vachuska · 5 years ago
  5. 80ddd5b Release version 2.1 of the libgen tool by Ray Milkey · 5 years ago
  6. 04f8567 Removed Jenkinsfile by Thomas Vachuska · 5 years ago
  7. 81c72be Removed BUCK files and Buck related support scripts and other collateral. by Thomas Vachuska · 5 years ago
  8. 57fc4b5 Fix: do not install default rules in gateway node by Jian Li · 5 years ago
  9. a36e066 Fix: enforce packet to go through ingress pipeline inside a node by Jian Li · 5 years ago
  10. 204645e Fix to install flow rule for floating IP-assigned VM in VLAN case. by Daniel Park · 5 years ago
  11. 89559a3 Changed the debug level to reduce the debug messages by Mayank Tiwari · 5 years ago
  12. 56575d7 Minor code fixes on sriov-related classes. by Daniel Park · 5 years ago
  13. ba5ddb5 Fix: resolve ARP resolution issue in ARP broadcast mode for VLAN by Jian Li · 5 years ago
  14. 453274d Fix: do not query dist store inside main thread for openstacknode by Jian Li · 5 years ago
  15. 7650097 Fixes ARP-related flow rules in VLAN case. by Daniel Park · 5 years ago
  16. 38d1eac Add prometheus multi-labels for a metric name and refactor GUI. by boyoung2 · 6 years ago
  17. 148ceda Fix: enforce to synchronize all flow rules in case sync failures by Jian Li · 5 years ago
  18. 2f53d56 Prevent NPE if an event comes in during start up by Ray Milkey · 5 years ago
  19. f673837 Re-adding local-id to each end-point in tapi connectivity service creation example by Andrea Campanella · 5 years ago
  20. 30ebc22 Fix: do not query the distributed store inside main thread by Jian Li · 5 years ago
  21. 385834e Fix: retry purging the flow rules due to various failures by Jian Li · 5 years ago
  22. 3e32c9d Upgrade to Atomix 3.0.8 by Jordan Halterman · 5 years ago
  23. 5ac8ffe Fix NPE in LinkDiscovery by Ray Milkey · 5 years ago
  24. 10a5e1d Don't publish maven metadata files when using a local repository by Ray Milkey · 5 years ago
  25. 2996a62 Use curl for atomix-push-bits script by Jordan Halterman · 5 years ago
  26. c0c5510 Fix for ONOS-7840 - Flows stuck in PENDING_ADD state by Ray Milkey · 5 years ago
  27. 0fe961b Fix to get external ip address from external gateway information by Daniel Park · 5 years ago
  28. 2a1bf81 [ONOS-7731] Add test code implementation of openstack vtap app by Jimo Jung · 5 years ago
  29. 815ee19 Fix: resolve an issue of installing rules before purging them by Jian Li · 5 years ago
  30. c6569e9 Fix not supporting charset=utf8 in accept header value in the Rocky version by sanghoshin · 5 years ago
  31. dd1390e Upgrade bazel version to 0.19 for docker build by Ray Milkey · 5 years ago
  32. 4fd94e0d Fix: improves code smell in OpenstackRoutingIcmpHandler by Daniel Park · 5 years ago
  33. 061310f Publish artifacts for netconf driver APIs by Ray Milkey · 5 years ago
  34. eddc355 bazel version must be 0.17 by adibrastegarnia · 5 years ago
  35. 34135d2 Fix: initialize the compute node before initialize the gateway node by Jian Li · 5 years ago
  36. f822baf Starting snapshot 1.15.0-SNAPSHOT by ONOS Jenkins User · 5 years ago
  37. 6d06fce Tagging 1.15.0-rc1 by ONOS Jenkins User · 5 years ago 1.15.0-rc1
  38. ea779d4 bumping to version 1.15 by Ray Milkey · 5 years ago
  39. c02358a kafka-integration app has been fixed and built using bazel by adibrastegarnia · 5 years ago
  40. 3a6e151 Added suggest path to PointToPointIntent by Daniele Moro · 6 years ago
  41. ce65cc0 Make a link depends on packet-in LLDP packet. by DongRyeol Cha · 6 years ago
  42. 45932c7 bug 7773 fixed by Bogdan · 5 years ago
  43. 072e791 REST API Support for DHCP Relay by anjalikk · 5 years ago
  44. 84bbd85 resources CLI by goeonpark · 6 years ago
  45. 5cf77f5 Do not invalidate the cache again if the dequeue is triggered by the cache timeout by Charles Chan · 5 years ago
  46. d62297f check if a value in a map exists before dereference, avoid NPE by David K. Bainbridge · 5 years ago
  47. 32b0362 Refactor: install rules in a separated thread to avoid thread blocking by Jian Li · 5 years ago
  48. 51f9d1e Fixes to add vni selector in setRulesToGatewayWithDstIp method. by Daniel Park · 6 years ago
  49. 5f7fef5 [ONOS-7831] Implement GnmiHandshaker by Yi Tseng · 5 years ago
  50. 8f4c1e2 Fix starvation of file descriptors due to netconf memory leak by DongRyeol Cha · 5 years ago
  51. 5e2b705 Update spectrum pipeline config by Alan Lo · 6 years ago
  52. bbbb942 ONOS-7832 - query device services for the latest chassis ID for lldp by David K. Bainbridge · 5 years ago
  53. 89ea3d3 Fixing discovery of initial description of REST device by Andrea Campanella · 5 years ago
  54. cab4176 Fix: resolve thread blocking issue caused by querying dist store by Jian Li · 5 years ago
  55. 6a2d95e Fix to add icmp reply flow rule in default. by Daniel Park · 5 years ago
  56. 27851e3 Refactor OpenConfig gNMI device description descovery by Yi Tseng · 6 years ago
  57. 890dc3f [ONOS-7141][ONOS-7142] Add GnmiClient and GnmiController by Yi Tseng · 6 years ago
  58. 2a340f7 [ONOS-7829] Implement AbstractGrpcClient and AbstractGrpcClientControl by Yi Tseng · 5 years ago
  59. b0299d2 [ODTN]add NETCONF driver for Infinera and OPENCONFIG handler by Ai Hamano · 6 years ago
  60. 7d27516 Upgrade to Angular 7 for GUI2 by Sean Condon · 5 years ago
  61. a70fdb60 Fix: resolve an issue of adding incorrect SG rules for remote port by Jian Li · 5 years ago
  62. c88ebaa Save developers from wasting hours on wrong bucket type by Charles Chan · 5 years ago
  63. 28ec77f Fix: start commit the conntrack only if the flow in the whitelist by Jian Li · 6 years ago
  64. b696950 Fix: resolve a NPE occurs when getArpMode() returns null value by Jian Li · 6 years ago
  65. 801c6b0 [ODTN]Update create-connectivity.json by Ai Hamano · 6 years ago
  66. 7828d01 route-remove cli command with source type addition by snehaprem · 6 years ago
  67. e671fc9 Update gNMI version and build script by Yi Tseng · 6 years ago
  68. a61b0a8 Symmetric host probing by Mayank Tiwari · 6 years ago
  69. a252df1 Updated Ubuntu 16 desktop vagrant box for tutorial P4 VM by Carmelo Cascone · 6 years ago
  70. d389a6e Fixing local_jar stuff to work with runtime. by Thomas Vachuska · 6 years ago
  71. 1e04803 Avoid unnecessary download of Atomix bits for full releases by Jordan Halterman · 6 years ago
  72. 577b194 Fix dhcprelay dependency by Charles Chan · 6 years ago
  73. 60c8df7 Fix minor problems with atomix-push-bits script by Jordan Halterman · 6 years ago
  74. 55c3053 Added in summary panel of GUI 2 topo view by Sean Condon · 6 years ago
  75. 9171c00 Parallelize probing the E-W and N-S VMs reachability by Jian Li · 6 years ago
  76. 66460c9 The tableAction should be checked if it is null. by wu · 6 years ago
  77. 64c2dfd Implement packet seriailizer and deserializer for LACP by Charles Chan · 6 years ago
  78. da0b485 Add unit test for simple fabric default classes by Jian Li · 6 years ago
  79. e2d8751 Refactor: extract interfaces for a set of simple fabric classes by Jian Li · 6 years ago
  80. 8df54a9 Refactor: extract static values to Constants class, split packages by Jian Li · 6 years ago
  81. c7efc1d Refactor: split api from SONA simple fabric by Jian Li · 6 years ago
  82. d8fd786 Update TAPI YANG files to v2.1(v20181016) by hiroki · 6 years ago
  83. dc5fb02 Change the service dependency to mandatory by Charles Chan · 6 years ago
  84. 4a694f6 IEEE 802.1x EAPOL-MKA packet support. by Anjali K K · 6 years ago
  85. 6b02443 Add DocumentTree test command for distributed primitive tests by Jordan Halterman · 6 years ago
  86. 2ac98b9 Remove unsupported onos-form-cluster scripts by Jordan Halterman · 6 years ago
  87. 6b38425 Add push bits scripts for Atomix uploads to test cells by Jordan Halterman · 6 years ago
  88. 248cc24 Fix for multiple rtEntries in Juniper Driver by Andrea Campanella · 6 years ago
  89. 3014983 Source IP to be set to Relay Agent IP in DHCP packet from client by Mayank Tiwari · 6 years ago
  90. b710909 REST API support for DHCP Relay by psneha · 6 years ago
  91. db14847 Correctly set test URL in server device driver by Georgios Katsikas · 6 years ago
  92. 2b9838c Fix: only allow to install security group rules from master node by Jian Li · 6 years ago
  93. ba1e75a Fix: resolve nicira extension serialization issue by Jian Li · 6 years ago
  94. ed7340c ONOS-7797 Support adding an arbitrary number of members to an existing P4Runtime group by ghj0504520 · 6 years ago
  95. 3fe60be Update onos-diagnostics to include the latest SR commands by Charles Chan · 6 years ago
  96. 1e8a1bd [ONOS-7818] Implement a device behaviour to get table statistics. Make FlowRuleDriverProvider periodically call FlowRuleProviderService.pushTableStatistics(). by hjtsao · 6 years ago
  97. 8e5818d In fabric.p4 do not parse int_data if sink is not enabled by Carmelo Cascone · 6 years ago
  98. b7a5958 Make the code more explicit. by Tian Jian · 6 years ago
  99. 1a4333c Enhance CLI command 'tablestats' to support P4 switch by hjtsao · 6 years ago
  100. 7632e15 [ONOS-7596] Support reading table entries with counter data in P4Runtime by steven30801 · 6 years ago