1. b35540a Addressed some more naming issues throughout the code. by Jonathan Hart · 8 years ago
  2. ca20bb5 Unit tests for OpenFlowControllerImplTest by Ray Milkey · 8 years ago
  3. 7f9e020 Unit tests for the OpenFlow controller class by Ray Milkey · 8 years ago
  4. 6bc43c2 Remove redundant Object[] declarations in variable argument lists by Ray Milkey · 8 years ago
  5. dc0ff19 Refactoring of utility methods by Ray Milkey · 8 years ago
  6. 4bf8a58 Unit tests for open flow message encode and decode by Ray Milkey · 8 years ago
  7. 3c25916 Generic extensions to the treatment API to support protocol extensions like by Jonathan Hart · 8 years ago
  8. e64d375 [ONOS-3194] Prevent NullPointerException by Charles Chan · 9 years ago
  9. 5b7ec34 [ONOS-2885] Resolve flow installation failure bug by Charles Chan · 9 years ago
  10. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  11. a55c1c6 fix log message by alshabib · 9 years ago
  12. 9b6c19c securing the openflow channel by alshabib · 9 years ago
  13. 45fd88a Making OFChannel friendlier to non-compliant switches. by alshabib · 9 years ago
  14. 30fbcd9 [Emu] openTAM: NewAdaptiveFlowStatsCollector Implementation by ssyoon90 · 9 years ago
  15. e2a399e Updating property name to openflowPorts by Brian O'Connor · 9 years ago
  16. ff27850 Listen for OpenFlow connections on 6633 and 6653 by Brian O'Connor · 9 years ago
  17. 45624b8 [Emu] Changes default OpenFlow port to 6653. by Charles Chan · 9 years ago
  18. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  19. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  20. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  21. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  22. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  23. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  24. 0588e57 fixing dhcp serialization problem by alshabib · 9 years ago
  25. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  26. 1b45e1f Do not discard exprimenter port stats message with unknown experimenter type; resubmit it by Michael Bunimovich · 9 years ago
  27. 3b00e1b Make OpenFlow port configurable via cfg command by Charles Chan · 9 years ago
  28. bc82ebb Fix indent by Sho SHIMIZU · 9 years ago
  29. 5eb7939 Added Meter object accounting by alshabib · 9 years ago
  30. 7f521a3 Fix to avoid unnecessary configuration message when switch does not have buffer by Michael Jarschel · 9 years ago
  31. b931137 Driver and flow stats handling for Calient fiber switch S160. by Marc De Leenheer · 9 years ago
  32. 9f1600a Use isConnected rather than isWriteable to detemine if we can send to switch by Jonathan Hart · 9 years ago
  33. a0d1249 Retrieving handshaker drivers should respect driver annotation. by Jonathan Hart · 9 years ago
  34. 80b0a80 Added deviceId to the DriverData as part of available context. by Thomas Vachuska · 9 years ago
  35. 68bc656 [ONOS-2155] Fix for OpenFlow hello version negotiation by Chip Boling · 9 years ago
  36. e9af1f4 Suppressing some error messages that pollute the log on switch disconnect. by Thomas Vachuska · 9 years ago
  37. 2a65575 Improve the resiliency of the packet deserialization code. by Jonathan Hart · 9 years ago
  38. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  39. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  40. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  41. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  42. f2af771 Dropping log level to debug in few places by Madan Jampani · 9 years ago
  43. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  44. 541ef71 ONOS-1993 Implement API-level permission checking + security util code location replacement by Changhoon Yoon · 9 years ago
  45. 3c24077 Lambdas are reinterpreted before being sent to Linc-OE switches. This includes by Ayaka Koshibe · 9 years ago
  46. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  47. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  48. 3358af2 Demoting boy-cried-wolf log messages. by Thomas Vachuska · 9 years ago
  49. fc52fec Fixed a slew of shutdown exceptions that arose due to improper or out-of-order resource clean-up, e.g. listeners, timers, executors. by Thomas Vachuska · 9 years ago
  50. 1c681d7 Aha! Fixed a phantom exception that would appear on shutdown; we must first close the channel group and only then shutdown the executors. by Thomas Vachuska · 9 years ago
  51. 2318191 ONOS-1823 and ONOS-1838:Segment Routing Multi-instance Support-1 by Srikanth Vavilapalli · 9 years ago
  52. 5460d62 Interfaces for passing port information from OF switch drivers to DeviceProviders. by Ayaka Koshibe · 9 years ago
  53. 3310a34 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  54. 358815c Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  55. 6d44d19 Use thread safe sets for listeners in OpenFlowControllerImpl by Jonathan Hart · 9 years ago
  56. f9ba422 Currently need to specify handshaker behavior in onos-drivers xml file. by Saurav Das · 9 years ago
  57. 8711451 Replace manual hash code calculation for long with Long.hashCode(long) by Sho SHIMIZU · 9 years ago
  58. 100e3b8 First shot at Broadcom OFDPA 1.0 pipeline by Saurav Das · 9 years ago
  59. a2df7b2a fixed the LINC-OE behaviour. Handshaker behaviours must use by alshabib · 9 years ago
  60. b452fd7 Low level openflow drivers have been promoted to the driver subsystem. by alshabib · 9 years ago
  61. 0165d19 Classify PicOS switches as OVS otherwise no roles requests are sent by Jonathan Hart · 9 years ago
  62. f5b234a Segment Routing refactor with flow objectives by Srikanth Vavilapalli · 9 years ago
  63. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  64. 3ea4662 Removing dependency on lower level drivers for the BGPRouter application. by Saurav Das · 9 years ago
  65. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  66. 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
  67. cc36be8 Don't use exceptions for commonly-used logic + javadocs by Jonathan Hart · 9 years ago
  68. b35a619 ONOS-686, 687, 1344 : The first commit for the Segment Routing application by sangho · 9 years ago
  69. 152f9fd Shutdown cleanup; hunt for exceptions continues by Thomas Vachuska · 9 years ago
  70. f15511b ONOS-180 Suppressing a few superfluous stack traces on shutdown. by Thomas Vachuska · 9 years ago
  71. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  72. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  73. c0b3c34 BgpRouter app supports both OVSSwitch and Corsa HW switch. by sangho · 9 years ago
  74. da1644e Added delete all flow rules during Corsa switch handshake by alshabib · 9 years ago
  75. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  76. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  77. 87dd930 Use a cleaner mechanism to test whether an IP address or prefix is IPv4 or IPv6. by Pavlin Radoslavov · 9 years ago
  78. bbd91d4 Add configuration setting to allow one switch to use the Corsa driver. by Jonathan Hart · 9 years ago
  79. 2216bdb adding corsa switch detection - initialises corsa driver by alshabib · 9 years ago
  80. fbe25c5 Getting router interface config into the corsa dataplane pipeline by Saurav Das · 9 years ago
  81. fa2fa93 A set of fixes to ensure that the FlowRuleManager can correctly account for flows by Saurav Das · 9 years ago
  82. cbe6de3 Fixing a couple of bugs in default entries for corsa pipeline. by Saurav Das · 9 years ago
  83. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  84. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  85. c313c40 Couple of changes for the BGP Router project: by Saurav Das · 9 years ago
  86. 1058080 WIP: Started implementing static flows for corsa vanderweken pipeline. by alshabib · 9 years ago
  87. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  88. 8dc8208 Fix some compiler warnings about unchecked types by Ray Milkey · 9 years ago
  89. 9af7007 support for corsa pipeline. EXPERIMENTAL. by alshabib · 9 years ago
  90. 6a0bb17 ONOS-961: Supports GROUP_STATS and GROUP_DESC_STATS events in OpenFlowController for OpenFlowGroupProvider. by sangho · 9 years ago
  91. 2031899 Renamed private method to avoid naming confusion by Pavlin Radoslavov · 9 years ago
  92. 51365f3 Fix Javadoc warning about IOException throws by Ray Milkey · 9 years ago
  93. 87af811 Added SpringOpenTTP switch driver (ONOS-822/ONOS-682). by sangho · 9 years ago
  94. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  95. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  96. f25d135 Fix Javadoc warnings by Ray Milkey · 9 years ago
  97. e46c041 Protect against null pointers during deserializing. by Jonathan Hart · 9 years ago
  98. 2ffcd10 Add default drop rule in OF1.0 switches. by Jonathan Hart · 9 years ago
  99. 47f2dde Don't install table miss entry for OVS 1.3 or CPqD switches. by Jonathan Hart · 9 years ago
  100. e53f171 ONOS-535 - capture and display ip address and port of switches by Ray Milkey · 9 years ago