1. 54ce589 supporting multipart stats replies: tested upto 15K rules by alshabib · 10 years ago
  2. e9d3a32 pkt glitch FIXED... ovs was not sending a bufferid by alshabib · 10 years ago
  3. 2d1b0d5 removing checkstyle file by alshabib · 10 years ago
  4. f410eee adding break statements that were missing by alshabib · 10 years ago
  5. 219ebaa flowrule states functional by alshabib · 10 years ago
  6. a7f7ca8 trying to fix flow state by alshabib · 10 years ago
  7. 39a0480 minor fixes to DeviceProviderTest by Ayaka Koshibe · 10 years ago
  8. 10681f6 IpPrefix fix by Yuta HIGUCHI · 10 years ago
  9. 4e9c37c add new line at EOF by Yuta HIGUCHI · 10 years ago
  10. 1d56fe4 renamed IpAddress to IpPrefix by Ayaka Koshibe · 10 years ago
  11. 0380d4c tests for OFDeviceProvider by Ayaka Koshibe · 10 years ago
  12. 91c9bc7 fixed missed checkstyle complaints by Ayaka Koshibe · 10 years ago
  13. 96ca09d actually include tests for OFPacketProvider by Ayaka Koshibe · 10 years ago
  14. ab3374b emit + tests for OFPacketProvider by Ayaka Koshibe · 10 years ago
  15. 6b5cfec stats reported by alshabib · 10 years ago
  16. 9704490 building flowrules by alshabib · 10 years ago
  17. b45d196 flowrule builder by alshabib · 10 years ago
  18. d4e53e1 Consolidated FlowEntry into FlowRule by Ayaka Koshibe · 10 years ago
  19. 7e02cda Changed the way ProviderId is made to include URI scheme portion. by tom · 10 years ago
  20. 5c370ff stats reply in progress by alshabib · 10 years ago
  21. eec3a06 stats are being sent; now handle them by alshabib · 10 years ago
  22. ce4e578 merged of -> openflow by alshabib · 10 years ago
  23. 8f1cf4a implementing flowremoved handling by alshabib · 10 years ago
  24. 9c94c5b Refactoring packages from .of. to .openflow. by tom · 10 years ago
  25. f978c96 Moving /providers/of to /providers/openflow by tom · 10 years ago
  26. dc95b8a Cleaned-up some javadocs and added some tests. by tom · 10 years ago
  27. 9842a4e removing log message doc craziness by alshabib · 10 years ago
  28. 7b2748f flowrules are pushed: we still have an intermittent hang though by alshabib · 10 years ago
  29. f1cd879 what to do without a buffer by alshabib · 10 years ago
  30. 64231f6 flowruleprovider builds flowmods by alshabib · 10 years ago
  31. 35edb1a building flowmods by alshabib · 10 years ago
  32. a9c199f renamed VLAN, IP, and MACAddress classes by Ayaka Koshibe · 10 years ago
  33. 1cc04f7 better with files by alshabib · 10 years ago
  34. beb7316 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  35. 57044ba initial flow rule provider by alshabib · 10 years ago
  36. 61359e9 Added a slew of adapters to shorten the tests and to allow them to be used in more upcoming tests. by tom · 10 years ago
  37. 43526fc Moved host provider test to be under src/test by tom · 10 years ago
  38. dcb485e Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  39. 55a55d9 fix for cbench by alshabib · 10 years ago
  40. cc4c4c8 test for OFHostProvider by Ayaka Koshibe · 10 years ago
  41. 89e43ef link discovery clean up by alshabib · 10 years ago
  42. 818d57c topo fixed: tested with 100 switches and 200 links by alshabib · 10 years ago
  43. 8aef1ad added enhanced reactive forwarding by alshabib · 10 years ago
  44. 030111e sample app launched by alshabib · 10 years ago
  45. 025e09f Added display of hosts in the topology viewer and fixed a glitch in the host provider. by tom · 10 years ago
  46. 43530be Host list command added to CLI by Ayaka Koshibe · 10 years ago
  47. 63d5afe avoid other OF listeners overwriting the priority of another listener by alshabib · 10 years ago
  48. 1a10098 added HostProvider to SimpleHostManager by Ayaka Koshibe · 10 years ago
  49. 1d4cace very basic broken reactive forwarding; nit yet using treatments, but rather defaulting to flood for everything by alshabib · 10 years ago
  50. d58d352 receiving packet ins by alshabib · 10 years ago
  51. 82e7257 Converted all package.html files to package-info.java for easier package documentation. by tom · 10 years ago
  52. ae85758 added of packet provider - unimplemented by alshabib · 10 years ago
  53. 7674db4 add ReactivePacketProcessor and SimplePacketManager by alshabib · 10 years ago
  54. e703156 renamed OF packet context to OpenFlowPacketContext by alshabib · 10 years ago
  55. 782a7cf Added tools for converting dpid to uri and vice versa. by tom · 10 years ago
  56. 578ebdc Moved host core stuff to its own package. by tom · 10 years ago
  57. 156225f Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by tom · 10 years ago
  58. 8bf2e6b Added javadocs and separated trivial implementations into distinct packages. by tom · 10 years ago
  59. c944fd0 stoppign starting works nicely by alshabib · 10 years ago
  60. a89cc58 cleaning Device Provider by alshabib · 10 years ago
  61. 505bc6b block packet context after handling lldp by alshabib · 10 years ago
  62. a159a32 minor cleanup by alshabib · 10 years ago
  63. 9ee6817 link discovery no longer need a parsed packet by alshabib · 10 years ago
  64. df652ad link discovery and providers are implemented by alshabib · 10 years ago
  65. fa322cb merge pom.xml by alshabib · 10 years ago
  66. ff7eb7c Enhanced the CLIs. by tom · 10 years ago
  67. 9b836db Fixed a defect in device provider. by tom · 10 years ago
  68. 289652c started adding link discovery by alshabib · 10 years ago
  69. c4901cd adding packet types by alshabib · 10 years ago
  70. a14f364 portStatusChanged implemented by alshabib · 10 years ago
  71. 4680bb6 updateports functional by alshabib · 10 years ago
  72. cb4c7ef Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  73. 25c8eec updating ports by alshabib · 10 years ago
  74. d40fc7a Simplified port state. by tom · 10 years ago
  75. ca20e0c Adding port, port number, port description implementations and related tests. by tom · 10 years ago
  76. 6f5460b graceful shutdown by alshabib · 10 years ago
  77. d1900f3 Enhanced DeviceDescription and added default implementation for it. by tom · 10 years ago
  78. f1216ed simple device provider added by alshabib · 10 years ago
  79. 96dfcab Changed nomenclature from Broker to Registry. by tom · 10 years ago
  80. 5f38b3a Cleaned-up templates and added package.html files. by tom · 10 years ago
  81. b1260e4 Created onos-core-trivial as a place to put trivial implementation of core against which initial set of providers can be developed. by tom · 10 years ago
  82. e06f855 Added more providers/of modules and javadocs. by tom · 10 years ago
  83. ab21e7c Adding maven-scr-plugin to provide tree pom.xml; components are now igniting. by tom · 10 years ago
  84. d0fe246 Added a shell of a openflow device provider and fixed features. by tom · 10 years ago
  85. b5a46e6 Added a shell of a openflow device provider and fixed features. by tom · 10 years ago
  86. 0eb04ca Added cubby-holes for new projects. by tom · 10 years ago