1. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  2. 5274150 remove deprecated start() method by Ray Milkey · 6 years ago
  3. cf03a0f Fix call passing arrays to hash by Yuta HIGUCHI · 6 years ago
  4. 1bd4a9f Adding netcfg listener to disconnect switches when certificate is by Brian O'Connor · 6 years ago
  5. f7215b8 Updating Openflow controller properties by Brian O'Connor · 6 years ago
  6. f69e3e3 Fix for CVE-2018-1000155 by Brian O'Connor · 6 years ago
  7. 164ecf6 Adding mechanism for device subsystem & providers to trigger device by Thomas Vachuska · 6 years ago
  8. 982d390 Protect channelIdle from NPE by Charles Chan · 6 years ago
  9. 0e814b3 Remove deprecated static factories by Ray Milkey · 6 years ago
  10. 505d4e3 Remove deprecated static factories by Ray Milkey · 6 years ago
  11. f3cbc80 SONAR suggestion - remove unneeded catch of Exception by Ray Milkey · 6 years ago
  12. 986a47a SONAR suggestion - generic exceptions by Ray Milkey · 6 years ago
  13. fbd9ae9 Various small fixes by Yuta HIGUCHI · 6 years ago
  14. 45f4815 Take down edge ports on a leaf switch when all uplinks are gone by Saurav Das · 6 years ago
  15. 9c9cde4 SONAR Suggestion - protected members in final classes are pointless by Ray Milkey · 6 years ago
  16. bd071d8 Bug fix in routing logic - should let routing process continue by Saurav Das · 6 years ago
  17. d75684a Setting dispatcher to null to pre-empt potential for duplicate by Thomas Vachuska · 6 years ago
  18. b68fe7e Trace messages via openflow by Laszlo Papp · 6 years ago
  19. 86e0c56 [ONOS-7527] FIX for OfControllerImpl does not filter by device scheme in DeviceListener by Andrea Campanella · 6 years ago
  20. 828cd59 Fix: shut down the message dispatch thread gracefully when the channel is inactive. by Harold Huang · 7 years ago
  21. 3baff67 ONOS-7077 Openflow 1.5 OXS and stat trigger support by Cem Türker · 7 years ago
  22. d8ab096 Fixs some misspellings by Frank Wang · 7 years ago
  23. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  24. 7b41dc9 cosmetic and minor changes to OpenFlowController by Yuta HIGUCHI · 7 years ago
  25. 60aded2 ONOS dont give QUEUE stats like other stats message (portstats etc.). I modified OpenFlowControllerImpl for this development. by Ozge AYAZ · 7 years ago
  26. 6ee6b8c netty4 OpenFlow southbound by Yuta HIGUCHI · 7 years ago
  27. 6512f3e Required changes to support OF1.4, 1.5. by Yuta HIGUCHI · 7 years ago
  28. e9b7a02 OpenFlow message processing for new loxi by Jimmy Jin · 8 years ago
  29. 2341e60 Add support for OF1.4 devices by Yuta HIGUCHI · 7 years ago
  30. 11b99fc Refining driver subsystem to facilitate coordinated start-up. by Thomas Vachuska · 7 years ago
  31. 8aba62f Introduce method to write msg and get response through OpenFlow. by Marc De Leenheer · 7 years ago
  32. 10f4513 ONOS-6070 Idle timeout mechanism for Meter features by Yuta HIGUCHI · 7 years ago
  33. 5775c2f Fix ONOS-4587 and similar issue. by Yuta HIGUCHI · 7 years ago
  34. aa8de49 [ONOS-5599] Store meter features into MeterStore by Jordi Ortiz · 7 years ago
  35. 1745e5a Idle OF channel handling by Yuta HIGUCHI · 7 years ago
  36. 605758e Fix missing space in log message by Yuta HIGUCHI · 7 years ago
  37. 34155e5 ONOS-5703 OFChannelHandler does not handle error if meter is not supported by Charles Chan · 7 years ago
  38. 91477b8 [ONOS-5599] Recover OF multi part meter features stats message as part of handshake. by Jordi Ortiz · 7 years ago
  39. e71494d ONOS-5674 Fixed to check device type in OF controller device listener by Hyunsun Moon · 7 years ago
  40. 9d7465e ONOS-5259 Fix ClassCastException by Charles Chan · 8 years ago
  41. 30d1965 Add OF 1.3 status for reasserting master controller by Ray Milkey · 8 years ago
  42. cedd0df Disconnect switch when Device was admin removed. by Yuta HIGUCHI · 8 years ago
  43. 8552b17 Let backend choose number of IO threads by default. by Yuta HIGUCHI · 8 years ago
  44. 6172540 [ONOS-5069] OpenFlowControllerImpl: always cleanup on deactivate by Thiago Santos · 8 years ago
  45. a33134e Make error messages more accurate when OpenFlow provider can't find a driver for a device by Jonathan Hart · 8 years ago
  46. 69ed446 Add exception handling for unfound switch in processPacket by sangyun-han · 8 years ago
  47. a809a17 Assign thread name to HashedWheelTimer by Yuta HIGUCHI · 8 years ago
  48. e779803 cherry picking the fix for ONOS-4754 to onos-1.6 and master by Prince Pereira · 8 years ago
  49. a78cdb2 Refactor the logic on collecting OpenFlow message statistics by Jian Li · 8 years ago
  50. dc5cf8a Explicitly log when disconnecting a switch. by HIGUCHI Yuta · 8 years ago
  51. 3556f36 Modifying preDeactivate hook in OFControllerImpl to remove double deactivation causing NPE. by Andrea Campanella · 8 years ago
  52. 2266bff [ONOS-4385] Handle flow removed message type in all cases by Jian Li · 8 years ago
  53. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  54. 6bcf5f2 Lower log level to debug for openflow ssl status by Madan Jampani · 8 years ago
  55. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  56. 019877f Prevent spurious debug message being logged. by Jonathan Hart · 8 years ago
  57. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  58. eba6817 Remove open flow controller connections on shutdown by Ray Milkey · 8 years ago
  59. d931a9b Refactor some core testing adapters to not be in the openflow hierarchy by Ray Milkey · 8 years ago
  60. dda9356 Moving Openflow executors from submit to execute by Andrea Campanella · 8 years ago
  61. 28247b5 [ONOS-3724] Fix the Cbench regression issue by Jian Li · 8 years ago
  62. c0c36a4 [ONOS-3703] pom.xml external dependencies and plugin version bump by Jian Li · 8 years ago
  63. 80520b8 ONOS-3650 Device driver multiple inheritance by Andrea Campanella · 8 years ago
  64. 1979f55 Bug fixes for ONOS-3509 by HIGUCHI Yuta · 8 years ago
  65. d9c6117 Clean up tempDir after each test runs. by HIGUCHI Yuta · 8 years ago
  66. 152b885 [Falcon][ONOS-3537] Implement control message collecting logic w/ unit test by Jian Li · 8 years ago
  67. 5162a9d fix for OF ssl, which now permits multiple switches by alshabib · 8 years ago
  68. ecfdfb7 ONOS-3411 Disconnect switches and stop stat collectors when openflow-base is being deactivated by Charles Chan · 8 years ago
  69. 5e7fc6d Moving openflow to protocols/ directory by Brian O'Connor · 8 years ago