1. 9af7007 support for corsa pipeline. EXPERIMENTAL. by alshabib · 9 years ago
  2. 6a0bb17 ONOS-961: Supports GROUP_STATS and GROUP_DESC_STATS events in OpenFlowController for OpenFlowGroupProvider. by sangho · 9 years ago
  3. 2031899 Renamed private method to avoid naming confusion by Pavlin Radoslavov · 9 years ago
  4. 51365f3 Fix Javadoc warning about IOException throws by Ray Milkey · 9 years ago
  5. 87af811 Added SpringOpenTTP switch driver (ONOS-822/ONOS-682). by sangho · 9 years ago
  6. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  7. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  8. f25d135 Fix Javadoc warnings by Ray Milkey · 9 years ago
  9. e46c041 Protect against null pointers during deserializing. by Jonathan Hart · 9 years ago
  10. 2ffcd10 Add default drop rule in OF1.0 switches. by Jonathan Hart · 9 years ago
  11. 47f2dde Don't install table miss entry for OVS 1.3 or CPqD switches. by Jonathan Hart · 9 years ago
  12. e53f171 ONOS-535 - capture and display ip address and port of switches by Ray Milkey · 9 years ago
  13. d3edd03 Fix a typo in manufacturerDescription() method name by Ray Milkey · 9 years ago
  14. e8600eb Handle packets that can't be deserialized properly. by Jonathan Hart · 9 years ago
  15. 70fc7fb fix switch negociation for non spec compliant devices. by alshabib · 9 years ago
  16. 081e737 Classify hardware running OVS as an OVS switch. by Jonathan Hart · 9 years ago
  17. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  18. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  19. 4785eec removing some TODOs by alshabib · 9 years ago
  20. 932d941 preparing pom.xml's for release by Brian O'Connor · 9 years ago
  21. 369c643 Use two thread pools for handling the OpenFlow STATS and BARRIER messages. by Pavlin Radoslavov · 9 years ago
  22. e1588ed censored by Jonathan Hart · 9 years ago
  23. 64def64 aggregate flow replies on io thread by alshabib · 9 years ago
  24. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  25. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  26. 3927446 ONOS-367 FIxed a defect of missing links & ports by Thomas Vachuska · 9 years ago
  27. f845cc3 Give a name to each ThreadPool by Yuta HIGUCHI · 9 years ago
  28. 452234e moving openflow drivers to their own bundle by alshabib · 9 years ago
  29. 78bcbc1 remove dependency on Devices for handling MastershipEvents by Ayaka Koshibe · 9 years ago
  30. 241b96a Fix high priority findbugs reported issues by Ray Milkey · 9 years ago
  31. 9763fa6 Updated Openflowk expermineter to fix OCH ordering issue by Praseed Balakrishnan · 9 years ago
  32. 32fa30c port SdnIpTest.java to onos-next by Pingping · 9 years ago
  33. b14c77a Fixed a number of javadoc warnings and cleaned up aggregate javadocs. by Thomas Vachuska · 9 years ago
  34. 08822c4 DatabaseService that uses Copycat Raft to provide a strongly consistent and durable database. by Madan Jampani · 9 years ago
  35. 275fb6b move duplicated repository config to root pom.xml by Yuta HIGUCHI · 9 years ago
  36. 5c94727 javadoc fixes by Yuta HIGUCHI · 9 years ago
  37. 98bd12f modificiations to emit BACKUP_CHANGED Mastership events by Ayaka Koshibe · 9 years ago
  38. 69a2735 move isConnected to OpenFlowSwitch interface by Yuta HIGUCHI · 9 years ago
  39. 00ae863 refactored RoleManager to handle multiple pending requests by Ayaka Koshibe · 9 years ago
  40. 3ef2b0d vertical feedback path for Role replies by Ayaka Koshibe · 9 years ago
  41. 5f99849 Fixed a defect in GUI details fly-out (it would not appear) by Thomas Vachuska · 9 years ago
  42. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 9 years ago
  43. fca9f49 fix stats reply handler by Yuta HIGUCHI · 9 years ago
  44. 631ffce Support optical port status via OFExperimenter type 0x748771 by Marc De Leenheer · 9 years ago
  45. 4f1a60c Revised copyright message. by Thomas Vachuska · 9 years ago
  46. 59f9b88 Deleted openflowj stuff. by Thomas Vachuska · 9 years ago
  47. 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 9 years ago
  48. f5416d8 modified logger declaration by Yuta HIGUCHI · 9 years ago
  49. ebfa45a LINC-OE switch code cleanup by Praseed Balakrishnan · 9 years ago
  50. 0a58f5a Removing hardcoded MA for optical. by Praseed Balakrishnan · 9 years ago
  51. 4908775 Support lambda's in selector & treatment by Marc De Leenheer · 9 years ago
  52. 922760b Merge branch 'master' into optical-integration by Marc De Leenheer · 9 years ago
  53. 6e6d66b Updated optical extension pom by Praseed Balakrishnan · 9 years ago
  54. 147b2ac Fixes to allow CPqD switch to connect (eventually) by Jonathan Hart · 9 years ago
  55. eb3f30b fix wrong log level by Yuta HIGUCHI · 9 years ago
  56. 38594c2 implement DeviceProvider triggerProbe() to call after mastership change by Ayaka Koshibe · 9 years ago
  57. e8708e3 trigger device query after mastership reelection by Ayaka Koshibe · 9 years ago
  58. dfc7afb distributed link fixes by alshabib · 9 years ago
  59. 9eab22f possible fix for link discovery by alshabib · 9 years ago
  60. d796391 fix for switch connecting by alshabib · 9 years ago
  61. a22eadf Discover LINC-OE switch and ports. by Praseed Balakrishnan · 9 years ago
  62. 610c1e1 LINC-OE handshake fix. by Praseed Balakrishnan · 9 years ago
  63. 1767947 added missing log parameter by Yuta HIGUCHI · 9 years ago
  64. bccb6be checkstyle fix by Yuta HIGUCHI · 9 years ago
  65. e48aa68 LINC-OE Optical Switch Driveri changes by Praseed Balakrishnan · 9 years ago
  66. 1679e18 Eliminating some performance bottlenecks; more to be done. by tom · 9 years ago
  67. 4c89127 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 9 years ago
  68. c404770 role reassignment tweaks by Ayaka Koshibe · 9 years ago
  69. 7dbbabf Switch OpenFlowJ implementation. by Yuta HIGUCHI · 9 years ago
  70. 09d48be fixed annoying ofchannel log statements by alshabib · 9 years ago
  71. 19fdc12 fixed of13 glitches by alshabib · 9 years ago
  72. 79cbd1c Ignore setRole if switch is not connected to that node. by Yuta HIGUCHI · 9 years ago
  73. 6eb438a fixes for office deployment by alshabib · 9 years ago
  74. 7814e9f office cell and associated fixes (role, idle timeout) by alshabib · 10 years ago
  75. 339a3d9 added onos-start-network and fake distributed stores and fixed mastership bugs/omissions by alshabib · 10 years ago
  76. ee1c467 Test for role delivery by Ayaka Koshibe · 10 years ago
  77. ab91cc4 role assertion failure is returned to DeviceProvider by Ayaka Koshibe · 10 years ago
  78. a8714e5 Add sonatype-oss-snapshot for Loxigen by Yuta HIGUCHI · 10 years ago
  79. e9d3a32 pkt glitch FIXED... ovs was not sending a bufferid by alshabib · 10 years ago
  80. ab3374b emit + tests for OFPacketProvider by Ayaka Koshibe · 10 years ago
  81. 73d6d1e Sketching cluster related stuff with Madan.. by tom · 10 years ago
  82. eec3a06 stats are being sent; now handle them by alshabib · 10 years ago
  83. ce4e578 merged of -> openflow by alshabib · 10 years ago
  84. 8f1cf4a implementing flowremoved handling by alshabib · 10 years ago
  85. 9c94c5b Refactoring packages from .of. to .openflow. by tom · 10 years ago
  86. 7ef8ff9 Moving /of to /openflow by tom · 10 years ago