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