1. 536ee58 Gosec failure fixes and ci checks ajdustment by Andrey Pozolotin · 2 years, 10 months ago v1.6.3
  2. 47f99de [VOL-4123] Fix no flows being discarded by ofAgent by khenaidoo · 2 years, 10 months ago v1.6.2
  3. b02c6b9 enable profile and race detection builds by David K. Bainbridge · 3 years ago v1.6.1
  4. 595b670 VOL-3978 - update to go 1.16.3 by David K. Bainbridge · 3 years ago v1.6.0
  5. 3d5ac93 VOL-3970 lock down deploy image by David K. Bainbridge · 3 years ago
  6. 0ee1865 VOL-3970 lock down deploy image by David K. Bainbridge · 3 years ago
  7. ee41984 Bumping version after 2.7 release by Matteo Scandolo · 3 years ago
  8. 6f45652 Releasing 1.5.2 with fix for runtime error by Andrea Campanella · 3 years ago v1.5.2
  9. 22aa3ed [VOL-3891] Avoid runtime error due to null instruction, adding also logs for further debugging by Andrea Campanella · 3 years, 1 month ago
  10. 111fc34 [VOL-3776] Wrong openflow error message caused disconnection from controller, thus miss removal of data for subscribers by Andrea Campanella · 3 years, 2 months ago
  11. e2af7e4 VOL-3506 Handle ofp_error_msg in ofagent by Maninder · 3 years, 4 months ago v1.5.1
  12. 0129dcf Bumping version after VOLTHA-2.6 release by Matteo Scandolo · 3 years, 4 months ago
  13. a8d680b Releasing OfAgent for voltha-2.6 by Matteo Scandolo · 3 years, 4 months ago voltha-2.6 v1.4.2
  14. 154295f using latest voltha-ci-tool container to correctly generate coverage reports by Matteo Scandolo · 3 years, 4 months ago
  15. 12b909f VOL-3588 Update OFAgent to support new version of protos by Maninder · 3 years, 5 months ago v1.4.1
  16. 936e2df [VOL-3601] Processing requests batches in parallel and then send the correct BarrierReply by Matteo Scandolo · 3 years, 5 months ago v1.4.0
  17. e8d2e9c Changing the flowsChunkSize to stay below 64KB in TT workflow at scale by Matteo Scandolo · 3 years, 6 months ago
  18. 65e9676 [VOL-3489] Sending packet-in/out only to the master instance by Matteo Scandolo · 3 years, 6 months ago
  19. d933428 Bumping VERSION to 1.4.0-dev by Matteo Scandolo · 3 years, 7 months ago
  20. a36db8b Releasing version 1.3.1 by Matteo Scandolo · 3 years, 7 months ago v1.3.1
  21. f2cf13e [VOL-3461] Lowering flow chunk size because of lager flow size in TT workflow by Andrea Campanella · 3 years, 7 months ago
  22. cd40201 [VOL-3199] Added support for dynamic enable/disable of Trace Publishing by Girish Kumar · 3 years, 7 months ago
  23. 9a2c9b0 [VOL-3228] device-id logging consistancy by divyadesai · 3 years, 7 months ago
  24. da1e07a VOL-3353 Enable Go sec by Andrey Pozolotin · 3 years, 8 months ago
  25. be2ea8a [VOL-3424] Switch completely to Context based Logger instance by Girish Kumar · 3 years, 7 months ago
  26. 01e0c63 [VOL-3141] Created Span for various Openflow and Ofagent operations by Girish Kumar · 3 years, 8 months ago
  27. 2ed051b [VOL-3196] Enhanced gRPC interfaces to create and propagate Span for log correlation by Girish Kumar · 3 years, 8 months ago
  28. f6611b8 [VOL-3375]Remove field pkg from log statements by Rohan Agrawal · 3 years, 8 months ago
  29. adc3ba1 [VOL-3142] Enabled tracing for ofagent-go and added config parameters by Girish Kumar · 3 years, 10 months ago v1.3.0
  30. 07e9494 [VOL-3355] Return MeterMod Error on meter faliure by Andrea Campanella · 3 years, 8 months ago
  31. c32d993 [VOL-3187]Pass Context down the execution call hierarchy across ofagent codebase by Rohan Agrawal · 3 years, 10 months ago
  32. e3add83 Bump minor version post VOLTHA2.4 branch out by Girish Gowdra · 3 years, 9 months ago
  33. 3d955ef [VOL-3242] handle each incoming messages with a go routine by Andrea Campanella · 3 years, 9 months ago v1.2.5
  34. 082a701 VOL-3211 Flow Remove following subscriber remove not propagated to adapter by Esin Karaman · 3 years, 9 months ago v1.2.4
  35. 322c308 [VOL-3242] Sending FlowRemoved message once the FlowDeleteStrict message has been successfully sent to VOLTHA by Matteo Scandolo · 3 years, 9 months ago v1.2.2
  36. 318a129 [VOL-2736]host and port should be specified as a single argument not as two separate arguments by Neha Sharma · 3 years, 11 months ago v1.2.1
  37. 9b0ac0a VOL-3121 - Replaced usage of LogicalDevice.Ports with ListLogicalDevicePorts(). by Kent Hagerman · 3 years, 10 months ago
  38. 256266d [VOL-3143] Optimize and test ofAgent response chunking by Matteo Scandolo · 3 years, 10 months ago
  39. e23b758 [VOL-3108] Sending multipart messages when size is bigger than 64KB by Matteo Scandolo · 3 years, 10 months ago
  40. a98f0dc [VOL-3090] Adding profiler to ofagent-go by Matteo Scandolo · 3 years, 11 months ago
  41. 3e2b2ce [VOL-3066] Ofagent must support VLAN_PCP and ETH_DST fields by Gamze Abaka · 3 years, 11 months ago
  42. 87d43d7 [VOL-2735]Durations should be specified as type time.Duration not int by Neha Sharma · 4 years ago v1.2.0
  43. 828908c Change goloxi dependency to opencord/goloxi. by Jonathan Hart · 4 years ago
  44. 00d3a41 [VOL-2738]Enable configuration of ectd v3 client options by Rohan Agrawal · 4 years ago
  45. 60c5d77 Support group mods and group stats requests. by Jonathan Hart · 4 years ago
  46. f8ce7d2 VOL-2894 - reference the voltha GRPC end point via a holder by David Bainbridge · 4 years ago
  47. 273c252 VOL-2828 Bump post-2.3 release by Zack Williams · 4 years ago
  48. 4b110f6 Support connecting to multiple OpenFlow controllers by Jonathan Hart · 4 years, 1 month ago
  49. 892fab5 [VOL-2767] by divyadesai · 4 years ago v1.1.6
  50. e9d7617 [VOL-2694] Use package specific logger instance in all log statements by Girish Kumar · 4 years ago
  51. a054c7f [VOL-2780] by Zack Williams · 4 years ago v1.1.5
  52. 52dc088 [VOL-2782] Update go.mod of voltha-go,open-olt-adapter,ofagent-go and voltctl to be compatible with latest version of voltha-lig-go by divyadesai · 4 years ago v1.1.4
  53. 08f90ea release version 1.1.3 by David Bainbridge · 4 years ago v1.1.3
  54. df40049 VOL-2764 - default log level to warning by David Bainbridge · 4 years ago
  55. 81bb7ba [VOL-2538] Logging - Implement dynamic log levels in ofagent by divyadesai · 4 years, 1 month ago
  56. 3034262 [VOL-2692] Returning FlowMod error to controller by Andrea Campanella · 4 years, 1 month ago
  57. 91c4e4e Refactoring logs with correct messages by Andrea Campanella · 4 years, 1 month ago
  58. 7fe70f7 [VOL-2552][VOL-2517] Handling 4096 as transaprent VLAN by Don Newton · 4 years, 1 month ago v1.1.2
  59. 3243ee5 Updated tools version to 2.0.0 by Kent Hagerman · 4 years, 1 month ago
  60. 6379e09 Modified Makefile to use containerized tools. by Kent Hagerman · 4 years, 1 month ago
  61. d053d88 VOL-2630 return to -dev version by Scott Baker · 4 years, 1 month ago
  62. 884de61 VOL-26433 initialize logging system by David K. Bainbridge · 4 years, 1 month ago v1.1.1
  63. 38065c6 VOL-2630 Release ofagent-go 1.1.0 by Scott Baker · 4 years, 1 month ago v1.1.0
  64. cac73ac VOL-2625 - fix SCA issues by David K. Bainbridge · 4 years, 1 month ago
  65. 9cb404e VOL-2518 - reconnect to voltha on disconnect by David K. Bainbridge · 4 years, 2 months ago
  66. e6d95f6 optimiztion of buffer usage by David K. Bainbridge · 4 years, 2 months ago
  67. 0b3f648 VOL-2511 - copy the read buffer for processing by David K. Bainbridge · 4 years, 2 months ago
  68. aea73cd VOL-2509 - upodate to use v3 protobufs by David K. Bainbridge · 4 years, 2 months ago
  69. ac0455d tweak client by Don Newton · 4 years, 2 months ago
  70. 5537626 VOL-2487 - correct meter state size calculation by David K. Bainbridge · 4 years, 2 months ago
  71. 9959fc7 update the dockerfile to work with the new repo structure by David K. Bainbridge · 4 years, 2 months ago
  72. 157bdab WIP - Suggesting changes (take2) by David K. Bainbridge · 4 years, 2 months ago
  73. 6f6c866 VOL-101 -handle barrier request by Don Newton · 4 years, 2 months ago
  74. a6f5505 adding run.sh by Don Newton · 4 years, 3 months ago
  75. 5fadb55 fixing docker-build by Don Newton · 4 years, 3 months ago
  76. 7577f07 VOL-2408 - Refactor / Use voltha-lib-go Logging by Don Newton · 4 years, 3 months ago
  77. b437c6f functional version by Don Newton · 4 years, 3 months ago
  78. e0d34a8 interim commit go fmt stuff by Don Newton · 4 years, 5 months ago
  79. 98fd881 initial add - go fmt on grpc by Don Newton · 4 years, 6 months ago
  80. 97e3b61 Initial empty repository by Zack Williams · 4 years, 7 months ago