1. b0b93ac [VOL-4343] Processing status of ports in order with mastership and connection/disconnection to avoid inconsisten state by Andrea Campanella · 2 years, 8 months ago
  2. 9ef930a Offload OF Port Status message processing to a single thread executor. by Andrea Campanella · 3 years, 6 months ago
  3. fbec099 [ONOS-8098][VOL-3128] Implement multipart PORT_DESC processing in ACTIVE state by Andrea Campanella · 4 years ago
  4. f528eff Avoids disconnection from the switches by pier · 4 years, 5 months ago
  5. aeb7dbc Fixes openflow echo req adding flush after write by pier · 4 years, 6 months ago
  6. e38afb3 Demoting log regarding interrupt exception to warning. by Thomas Vachuska · 4 years, 7 months ago
  7. c684ee1 Fix duplicate dpid scenario by pier · 4 years, 10 months ago
  8. bf14b37 Use typed queues for OF message processing by Anton Chigrin · 5 years ago
  9. 31b0048 Suppress exception stack traces on warning conditions to prevent STC faiures for non-fatal situations by Ray Milkey · 5 years ago
  10. f69e3e3 Fix for CVE-2018-1000155 by Brian O'Connor · 6 years ago
  11. 982d390 Protect channelIdle from NPE by Charles Chan · 6 years ago
  12. 0e814b3 Remove deprecated static factories by Ray Milkey · 6 years ago
  13. 986a47a SONAR suggestion - generic exceptions by Ray Milkey · 6 years ago
  14. fbd9ae9 Various small fixes by Yuta HIGUCHI · 6 years ago
  15. 45f4815 Take down edge ports on a leaf switch when all uplinks are gone by Saurav Das · 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. 828cd59 Fix: shut down the message dispatch thread gracefully when the channel is inactive. by Harold Huang · 6 years ago
  20. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  21. 6ee6b8c netty4 OpenFlow southbound by Yuta HIGUCHI · 7 years ago
  22. 6512f3e Required changes to support OF1.4, 1.5. by Yuta HIGUCHI · 7 years ago
  23. 2341e60 Add support for OF1.4 devices by Yuta HIGUCHI · 7 years ago
  24. 10f4513 ONOS-6070 Idle timeout mechanism for Meter features by Yuta HIGUCHI · 7 years ago
  25. 1745e5a Idle OF channel handling by Yuta HIGUCHI · 7 years ago
  26. 605758e Fix missing space in log message by Yuta HIGUCHI · 7 years ago
  27. 34155e5 ONOS-5703 OFChannelHandler does not handle error if meter is not supported by Charles Chan · 7 years ago
  28. 91477b8 [ONOS-5599] Recover OF multi part meter features stats message as part of handshake. by Jordi Ortiz · 7 years ago
  29. 9d7465e ONOS-5259 Fix ClassCastException by Charles Chan · 8 years ago
  30. 30d1965 Add OF 1.3 status for reasserting master controller by Ray Milkey · 8 years ago
  31. dc5cf8a Explicitly log when disconnecting a switch. by HIGUCHI Yuta · 8 years ago
  32. 5ab426f Updating copyrights by Brian O'Connor · 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/OFChannelHandler.java]
  34. 6bc43c2 Remove redundant Object[] declarations in variable argument lists by Ray Milkey · 8 years ago
  35. 45fd88a Making OFChannel friendlier to non-compliant switches. by alshabib · 9 years ago
  36. 7f521a3 Fix to avoid unnecessary configuration message when switch does not have buffer by Michael Jarschel · 9 years ago
  37. 68bc656 [ONOS-2155] Fix for OpenFlow hello version negotiation by Chip Boling · 9 years ago
  38. e9af1f4 Suppressing some error messages that pollute the log on switch disconnect. by Thomas Vachuska · 9 years ago
  39. 2318191 ONOS-1823 and ONOS-1838:Segment Routing Multi-instance Support-1 by Srikanth Vavilapalli · 9 years ago
  40. f9ba422 Currently need to specify handshaker behavior in onos-drivers xml file. by Saurav Das · 9 years ago
  41. f5b234a Segment Routing refactor with flow objectives by Srikanth Vavilapalli · 9 years ago
  42. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  43. 70fc7fb fix switch negociation for non spec compliant devices. by alshabib · 9 years ago
  44. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  45. 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/OFChannelHandler.java]
  46. 3927446 ONOS-367 FIxed a defect of missing links & ports by Thomas Vachuska · 9 years ago
  47. b14c77a Fixed a number of javadoc warnings and cleaned up aggregate javadocs. by Thomas Vachuska · 9 years ago
  48. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
  49. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  50. 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 10 years ago
  51. 147b2ac Fixes to allow CPqD switch to connect (eventually) by Jonathan Hart · 10 years ago
  52. 38594c2 implement DeviceProvider triggerProbe() to call after mastership change by Ayaka Koshibe · 10 years ago
  53. e8708e3 trigger device query after mastership reelection by Ayaka Koshibe · 10 years ago
  54. 9eab22f possible fix for link discovery by alshabib · 10 years ago
  55. d796391 fix for switch connecting by alshabib · 10 years ago
  56. a22eadf Discover LINC-OE switch and ports. by Praseed Balakrishnan · 10 years ago
  57. 1767947 added missing log parameter by Yuta HIGUCHI · 10 years ago
  58. 4c89127 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  59. c404770 role reassignment tweaks by Ayaka Koshibe · 10 years ago
  60. 09d48be fixed annoying ofchannel log statements by alshabib · 10 years ago
  61. 6eb438a fixes for office deployment by alshabib · 10 years ago
  62. 7814e9f office cell and associated fixes (role, idle timeout) by alshabib · 10 years ago
  63. 339a3d9 added onos-start-network and fake distributed stores and fixed mastership bugs/omissions by alshabib · 10 years ago
  64. 9c94c5b Refactoring packages from .of. to .openflow. by tom · 10 years ago[Renamed (99%) from openflow/ctl/src/main/java/org/onlab/onos/of/controller/impl/OFChannelHandler.java]
  65. 7ef8ff9 Moving /of to /openflow by tom · 10 years ago