1. 30fbcd9 [Emu] openTAM: NewAdaptiveFlowStatsCollector Implementation by ssyoon90 · 9 years ago
  2. e2a399e Updating property name to openflowPorts by Brian O'Connor · 9 years ago
  3. ff27850 Listen for OpenFlow connections on 6633 and 6653 by Brian O'Connor · 9 years ago
  4. 45624b8 [Emu] Changes default OpenFlow port to 6653. by Charles Chan · 9 years ago
  5. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  6. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  7. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  8. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  9. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  10. 1b45e1f Do not discard exprimenter port stats message with unknown experimenter type; resubmit it by Michael Bunimovich · 9 years ago
  11. 3b00e1b Make OpenFlow port configurable via cfg command by Charles Chan · 9 years ago
  12. bc82ebb Fix indent by Sho SHIMIZU · 9 years ago
  13. 5eb7939 Added Meter object accounting by alshabib · 9 years ago
  14. 7f521a3 Fix to avoid unnecessary configuration message when switch does not have buffer by Michael Jarschel · 9 years ago
  15. b931137 Driver and flow stats handling for Calient fiber switch S160. by Marc De Leenheer · 9 years ago
  16. a0d1249 Retrieving handshaker drivers should respect driver annotation. by Jonathan Hart · 9 years ago
  17. 80b0a80 Added deviceId to the DriverData as part of available context. by Thomas Vachuska · 9 years ago
  18. 68bc656 [ONOS-2155] Fix for OpenFlow hello version negotiation by Chip Boling · 9 years ago
  19. e9af1f4 Suppressing some error messages that pollute the log on switch disconnect. by Thomas Vachuska · 9 years ago
  20. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  21. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  22. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  23. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  24. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  25. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  26. 3358af2 Demoting boy-cried-wolf log messages. by Thomas Vachuska · 9 years ago
  27. 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
  28. 2318191 ONOS-1823 and ONOS-1838:Segment Routing Multi-instance Support-1 by Srikanth Vavilapalli · 9 years ago
  29. 6d44d19 Use thread safe sets for listeners in OpenFlowControllerImpl by Jonathan Hart · 9 years ago
  30. f9ba422 Currently need to specify handshaker behavior in onos-drivers xml file. by Saurav Das · 9 years ago
  31. 100e3b8 First shot at Broadcom OFDPA 1.0 pipeline by Saurav Das · 9 years ago
  32. a2df7b2a fixed the LINC-OE behaviour. Handshaker behaviours must use by alshabib · 9 years ago
  33. b452fd7 Low level openflow drivers have been promoted to the driver subsystem. by alshabib · 9 years ago
  34. f5b234a Segment Routing refactor with flow objectives by Srikanth Vavilapalli · 9 years ago
  35. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  36. 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
  37. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  38. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  39. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  40. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  41. bbd91d4 Add configuration setting to allow one switch to use the Corsa driver. by Jonathan Hart · 9 years ago
  42. fa2fa93 A set of fixes to ensure that the FlowRuleManager can correctly account for flows by Saurav Das · 9 years ago
  43. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  44. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  45. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  46. 6a0bb17 ONOS-961: Supports GROUP_STATS and GROUP_DESC_STATS events in OpenFlowController for OpenFlowGroupProvider. by sangho · 9 years ago
  47. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  48. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  49. e53f171 ONOS-535 - capture and display ip address and port of switches by Ray Milkey · 9 years ago
  50. d3edd03 Fix a typo in manufacturerDescription() method name by Ray Milkey · 9 years ago
  51. 70fc7fb fix switch negociation for non spec compliant devices. by alshabib · 9 years ago
  52. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  53. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  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
  58. 3927446 ONOS-367 FIxed a defect of missing links & ports by Thomas Vachuska · 9 years ago
  59. f845cc3 Give a name to each ThreadPool by Yuta HIGUCHI · 9 years ago
  60. 452234e moving openflow drivers to their own bundle by alshabib · 9 years ago
  61. 78bcbc1 remove dependency on Devices for handling MastershipEvents by Ayaka Koshibe · 9 years ago
  62. 241b96a Fix high priority findbugs reported issues by Ray Milkey · 9 years ago
  63. b14c77a Fixed a number of javadoc warnings and cleaned up aggregate javadocs. by Thomas Vachuska · 9 years ago
  64. 08822c4 DatabaseService that uses Copycat Raft to provide a strongly consistent and durable database. by Madan Jampani · 9 years ago
  65. 5c94727 javadoc fixes by Yuta HIGUCHI · 9 years ago
  66. 98bd12f modificiations to emit BACKUP_CHANGED Mastership events by Ayaka Koshibe · 9 years ago
  67. 00ae863 refactored RoleManager to handle multiple pending requests by Ayaka Koshibe · 9 years ago
  68. 3ef2b0d vertical feedback path for Role replies by Ayaka Koshibe · 9 years ago
  69. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 9 years ago
  70. fca9f49 fix stats reply handler by Yuta HIGUCHI · 9 years ago
  71. 631ffce Support optical port status via OFExperimenter type 0x748771 by Marc De Leenheer · 9 years ago
  72. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  73. 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 10 years ago
  74. f5416d8 modified logger declaration by Yuta HIGUCHI · 10 years ago
  75. ebfa45a LINC-OE switch code cleanup by Praseed Balakrishnan · 10 years ago
  76. 0a58f5a Removing hardcoded MA for optical. by Praseed Balakrishnan · 10 years ago
  77. 147b2ac Fixes to allow CPqD switch to connect (eventually) by Jonathan Hart · 10 years ago
  78. eb3f30b fix wrong log level by Yuta HIGUCHI · 10 years ago
  79. 38594c2 implement DeviceProvider triggerProbe() to call after mastership change by Ayaka Koshibe · 10 years ago
  80. e8708e3 trigger device query after mastership reelection by Ayaka Koshibe · 10 years ago
  81. 9eab22f possible fix for link discovery by alshabib · 10 years ago
  82. d796391 fix for switch connecting by alshabib · 10 years ago
  83. a22eadf Discover LINC-OE switch and ports. by Praseed Balakrishnan · 10 years ago
  84. 610c1e1 LINC-OE handshake fix. by Praseed Balakrishnan · 10 years ago
  85. 1767947 added missing log parameter by Yuta HIGUCHI · 10 years ago
  86. bccb6be checkstyle fix by Yuta HIGUCHI · 10 years ago
  87. e48aa68 LINC-OE Optical Switch Driveri changes by Praseed Balakrishnan · 10 years ago
  88. 1679e18 Eliminating some performance bottlenecks; more to be done. by tom · 10 years ago
  89. 4c89127 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  90. c404770 role reassignment tweaks by Ayaka Koshibe · 10 years ago
  91. 09d48be fixed annoying ofchannel log statements by alshabib · 10 years ago
  92. 19fdc12 fixed of13 glitches by alshabib · 10 years ago
  93. 79cbd1c Ignore setRole if switch is not connected to that node. by Yuta HIGUCHI · 10 years ago
  94. 6eb438a fixes for office deployment by alshabib · 10 years ago
  95. 7814e9f office cell and associated fixes (role, idle timeout) by alshabib · 10 years ago
  96. 339a3d9 added onos-start-network and fake distributed stores and fixed mastership bugs/omissions by alshabib · 10 years ago
  97. ee1c467 Test for role delivery by Ayaka Koshibe · 10 years ago
  98. ab91cc4 role assertion failure is returned to DeviceProvider by Ayaka Koshibe · 10 years ago
  99. 73d6d1e Sketching cluster related stuff with Madan.. by tom · 10 years ago
  100. eec3a06 stats are being sent; now handle them by alshabib · 10 years ago