1. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  2. 1bd4a9f Adding netcfg listener to disconnect switches when certificate is by Brian O'Connor · 6 years ago
  3. f7215b8 Updating Openflow controller properties by Brian O'Connor · 6 years ago
  4. f69e3e3 Fix for CVE-2018-1000155 by Brian O'Connor · 6 years ago
  5. 164ecf6 Adding mechanism for device subsystem & providers to trigger device by Thomas Vachuska · 6 years ago
  6. 9c9cde4 SONAR Suggestion - protected members in final classes are pointless by Ray Milkey · 6 years ago
  7. b68fe7e Trace messages via openflow by Laszlo Papp · 6 years ago
  8. 86e0c56 [ONOS-7527] FIX for OfControllerImpl does not filter by device scheme in DeviceListener by Andrea Campanella · 6 years ago
  9. 3baff67 ONOS-7077 Openflow 1.5 OXS and stat trigger support by Cem Türker · 7 years ago
  10. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  11. 7b41dc9 cosmetic and minor changes to OpenFlowController by Yuta HIGUCHI · 7 years ago
  12. 60aded2 ONOS dont give QUEUE stats like other stats message (portstats etc.). I modified OpenFlowControllerImpl for this development. by Ozge AYAZ · 7 years ago
  13. 6ee6b8c netty4 OpenFlow southbound by Yuta HIGUCHI · 7 years ago
  14. 11b99fc Refining driver subsystem to facilitate coordinated start-up. by Thomas Vachuska · 7 years ago
  15. 8aba62f Introduce method to write msg and get response through OpenFlow. by Marc De Leenheer · 7 years ago
  16. e71494d ONOS-5674 Fixed to check device type in OF controller device listener by Hyunsun Moon · 7 years ago
  17. cedd0df Disconnect switch when Device was admin removed. by Yuta HIGUCHI · 8 years ago
  18. 8552b17 Let backend choose number of IO threads by default. by Yuta HIGUCHI · 8 years ago
  19. 6172540 [ONOS-5069] OpenFlowControllerImpl: always cleanup on deactivate by Thiago Santos · 8 years ago
  20. 69ed446 Add exception handling for unfound switch in processPacket by sangyun-han · 8 years ago
  21. e779803 cherry picking the fix for ONOS-4754 to onos-1.6 and master by Prince Pereira · 8 years ago
  22. a78cdb2 Refactor the logic on collecting OpenFlow message statistics by Jian Li · 8 years ago
  23. 3556f36 Modifying preDeactivate hook in OFControllerImpl to remove double deactivation causing NPE. by Andrea Campanella · 8 years ago
  24. 2266bff [ONOS-4385] Handle flow removed message type in all cases by Jian Li · 8 years ago
  25. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  26. 019877f Prevent spurious debug message being logged. by Jonathan Hart · 8 years ago
  27. eba6817 Remove open flow controller connections on shutdown by Ray Milkey · 8 years ago
  28. dda9356 Moving Openflow executors from submit to execute by Andrea Campanella · 8 years ago
  29. 28247b5 [ONOS-3724] Fix the Cbench regression issue by Jian Li · 8 years ago
  30. 1979f55 Bug fixes for ONOS-3509 by HIGUCHI Yuta · 8 years ago
  31. 152b885 [Falcon][ONOS-3537] Implement control message collecting logic w/ unit test by Jian Li · 8 years ago
  32. ecfdfb7 ONOS-3411 Disconnect switches and stop stat collectors when openflow-base is being deactivated by Charles Chan · 8 years ago
  33. 5e7fc6d Moving openflow to protocols/ directory by Brian O'Connor · 8 years ago[Renamed from openflow/ctl/src/main/java/org/onosproject/openflow/controller/impl/OpenFlowControllerImpl.java]
  34. 7ec0d1b Unit tests for open flow controller message handling. by Ray Milkey · 8 years ago
  35. 6bc43c2 Remove redundant Object[] declarations in variable argument lists by Ray Milkey · 8 years ago
  36. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  37. 30fbcd9 [Emu] openTAM: NewAdaptiveFlowStatsCollector Implementation by ssyoon90 · 9 years ago
  38. e2a399e Updating property name to openflowPorts by Brian O'Connor · 9 years ago
  39. ff27850 Listen for OpenFlow connections on 6633 and 6653 by Brian O'Connor · 9 years ago
  40. 45624b8 [Emu] Changes default OpenFlow port to 6653. by Charles Chan · 9 years ago
  41. 1b45e1f Do not discard exprimenter port stats message with unknown experimenter type; resubmit it by Michael Bunimovich · 9 years ago
  42. 3b00e1b Make OpenFlow port configurable via cfg command by Charles Chan · 9 years ago
  43. 5eb7939 Added Meter object accounting by alshabib · 9 years ago
  44. b931137 Driver and flow stats handling for Calient fiber switch S160. by Marc De Leenheer · 9 years ago
  45. 3358af2 Demoting boy-cried-wolf log messages. by Thomas Vachuska · 9 years ago
  46. 6d44d19 Use thread safe sets for listeners in OpenFlowControllerImpl by Jonathan Hart · 9 years ago
  47. b452fd7 Low level openflow drivers have been promoted to the driver subsystem. by alshabib · 9 years ago
  48. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  49. 538108b ONOS-1440: Implements port statistics feature, which polls port statistics of all devices every 10 seconds. Also, implemented a simple portstats ONOS CLI command to show the statistics. by sangho · 9 years ago
  50. bbd91d4 Add configuration setting to allow one switch to use the Corsa driver. by Jonathan Hart · 9 years ago
  51. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  52. 6a0bb17 ONOS-961: Supports GROUP_STATS and GROUP_DESC_STATS events in OpenFlowController for OpenFlowGroupProvider. by sangho · 9 years ago
  53. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  54. 369c643 Use two thread pools for handling the OpenFlow STATS and BARRIER messages. by Pavlin Radoslavov · 9 years ago
  55. 64def64 aggregate flow replies on io thread by alshabib · 9 years ago
  56. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  57. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from openflow/ctl/src/main/java/org/onlab/onos/openflow/controller/impl/OpenFlowControllerImpl.java]
  58. 3ef2b0d vertical feedback path for Role replies by Ayaka Koshibe · 9 years ago
  59. fca9f49 fix stats reply handler by Yuta HIGUCHI · 10 years ago
  60. 631ffce Support optical port status via OFExperimenter type 0x748771 by Marc De Leenheer · 10 years ago
  61. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  62. 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 10 years ago
  63. eb3f30b fix wrong log level by Yuta HIGUCHI · 10 years ago
  64. 38594c2 implement DeviceProvider triggerProbe() to call after mastership change by Ayaka Koshibe · 10 years ago
  65. e8708e3 trigger device query after mastership reelection by Ayaka Koshibe · 10 years ago
  66. 9eab22f possible fix for link discovery by alshabib · 10 years ago
  67. 1679e18 Eliminating some performance bottlenecks; more to be done. by tom · 10 years ago
  68. c404770 role reassignment tweaks by Ayaka Koshibe · 10 years ago
  69. 79cbd1c Ignore setRole if switch is not connected to that node. by Yuta HIGUCHI · 10 years ago
  70. ab91cc4 role assertion failure is returned to DeviceProvider by Ayaka Koshibe · 10 years ago
  71. eec3a06 stats are being sent; now handle them by alshabib · 10 years ago
  72. ce4e578 merged of -> openflow by alshabib · 10 years ago
  73. 9c94c5b Refactoring packages from .of. to .openflow. by tom · 10 years ago[Renamed (93%) from openflow/ctl/src/main/java/org/onlab/onos/of/controller/impl/OpenFlowControllerImpl.java]
  74. 7ef8ff9 Moving /of to /openflow by tom · 10 years ago