1. 2341e60 Add support for OF1.4 devices by Yuta HIGUCHI · 7 years ago
  2. 8fd28c7 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  3. f009902 Tagging 1.10.0-rc1 by Ray Milkey · 7 years ago 1.10.0-rc1
  4. 8aba62f Introduce method to write msg and get response through OpenFlow. by Marc De Leenheer · 7 years ago
  5. ce77433 [ONOS-5911] Port removal after receiving OFPR_DELETE port status reason. by Michal Mach · 7 years ago
  6. c201ae4 Oplink EDFA driver by MaoLu · 7 years ago
  7. 54a7851 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  8. 57b5101 Starting snapshot 1.10-SNAPSHOT by Ray Milkey · 7 years ago
  9. de84cdd Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  10. 8588c48 Tagging 1.9.0-b3 by Ray Milkey · 7 years ago 1.9.0-b3
  11. aa8de49 [ONOS-5599] Store meter features into MeterStore by Jordi Ortiz · 7 years ago
  12. c8b871a ONOS-5850 Fix annotations null values by Andrea Campanella · 7 years ago
  13. 287b4ae Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  14. 2557ba3 Tagging 1.9.0-b1b by Ray Milkey · 7 years ago 1.9.0-b1b
  15. cbd1b39 Sonar fixes by Jon Hall · 7 years ago
  16. a79cbf7 Backing out memoizing driver name from the OF device provider because it breaks number of STC scenarios. by Thomas Vachuska · 7 years ago
  17. ac8dab0 [ONOS-5795] OFDeviceProvider: save driver info in Device object by Victor Silva · 7 years ago
  18. 03265dd [ONOS-5794] OFDeviceProvider: always stop collectors by Victor Silva · 7 years ago
  19. 72bcefe Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  20. bc3c6ba Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  21. a222d05 Tagging 1.8.0-rc4 by Ray Milkey · 7 years ago 1.8.0-rc4
  22. b547e06 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  23. 4f6d428 Tagging 1.8.0-rc3 by Ray Milkey · 7 years ago 1.8.0-rc3
  24. 58c6af2 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  25. 8b8b30c Tagging 1.8.0-rc1 by Ray Milkey · 7 years ago 1.8.0-rc1
  26. ff5871b OpenFlow: use same timer throughout all component lifetime by Victor Silva · 8 years ago
  27. 7944d14 OpenFlowDeviceProvider: call modified to properly grab configuration by Victor Silva · 8 years ago
  28. bfc02ec Bumping snapshot version to 1.8.0-SNAPSHOT by Brian O'Connor · 8 years ago
  29. b19fc86 Bumping version back to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  30. 338bc0c Bumping pom versions to 1.7.0-rc2 and fixing some maven issues by Brian O'Connor · 8 years ago 1.7.0-rc2
  31. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  32. 3c4124a Fix ConcorrentModifcationException in statistics map by Ray Milkey · 8 years ago
  33. f3ead25 [ONOS-4513] Slice optical-model into separate bundle (1/3) by HIGUCHI Yuta · 8 years ago
  34. 07a572f [ONOS-4668] Refactoring port statistic collector using SharedExecutor by sangyun-han · 8 years ago
  35. 147e6f4 Add switch null exception and log by sangyun-han · 8 years ago
  36. 646aa02 Implement PowerConfig for Oplink Devices by yjimmyy · 8 years ago
  37. 4deb03b Use LambdaQuery in OpenFlowDeviceProvider to get details for optical ports and fix OmsPort totalChannels() by Jimmy Yan · 8 years ago
  38. 84382b9 Misc fixes in openflow provider subsystem by Madan Jampani · 8 years ago
  39. 7a30765 Fixed capitalization of "portStatsPollFrequency" property. by Simon Hunt · 8 years ago
  40. 1b2aea8 Removing gratuitous relativePath from pom.xmls by Brian O'Connor · 8 years ago
  41. a394b95 Fixed issue with leaking various switch-related collectors, e.g. port stats, meters, table stats, flow stats. by Thomas Vachuska · 8 years ago
  42. e642f7c Bumping version to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  43. 5be3e82 ONOS-4417 Remove OtuPort out of core. by HIGUCHI Yuta · 8 years ago
  44. 4c0ef6b ONOS-4416 Remove OduCltPort out of core. by HIGUCHI Yuta · 8 years ago
  45. 95d83e8 ONOS-4415 Remove OmsPort out of core. by HIGUCHI Yuta · 8 years ago
  46. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  47. a78cdb2 Refactor the logic on collecting OpenFlow message statistics by Jian Li · 8 years ago
  48. b3ef0db ONOS-4395 Fix NPE in OpenFlowDeviceProvider by Charles Chan · 8 years ago
  49. c180686 Add configurable method to SimpleFlowRuleStore by sangyun-han · 8 years ago
  50. 8dac818 Refactor protocol BUCK files to use more modern rules and format by Ray Milkey · 8 years ago
  51. aeb0079 Refactoring of provider buck builds. by Ray Milkey · 8 years ago
  52. b713dde ONOS-4395 Fix NPE in OpenFlowDeviceProvider by Charles Chan · 8 years ago
  53. 7abe50b Fix unhandled exception during shutdown due to provider service being unavailable by Ray Milkey · 8 years ago
  54. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  55. 7c25182 Fix buck tests by Ray Milkey · 8 years ago
  56. b86c920 Updating Buck files to build OSGi jars by Brian O'Connor · 8 years ago
  57. 85f28d0 Updating test sources in several BUCK files by Brian O'Connor · 8 years ago
  58. a2d3750 CORD-613 Adding ability to administratively enable or disable a port via CLI. by Saurav Das · 8 years ago
  59. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  60. 955c316 Starting snapshot 1.6.0-SNAPSHOT by Brian O'Connor · 8 years ago
  61. 55b4d80 Tagging 1.5.0 (Falcon) by Brian O'Connor · 8 years ago 1.5.0
  62. 2369642 Starting snapshot 1.5.0-SNAPSHOT by Madan Jampani · 8 years ago
  63. b7a5420 Tagging 1.5.0-rc3 by Madan Jampani · 8 years ago 1.5.0-rc3
  64. 5d8994f Starting snapshot 1.5.0-SNAPSHOT by Thomas Vachuska · 8 years ago
  65. 40d5255 Tagging 1.5.0-rc2 by Thomas Vachuska · 8 years ago 1.5.0-rc2
  66. c662d32 SNMP based device and flow rule provider for Lumentum SDN ROADMs. by Marc De Leenheer · 8 years ago
  67. 7772615 Remove incoming and outgoing OF message logging from device provider by Jian Li · 8 years ago
  68. 81afbf1 ONOS-420 Openflow trigger probe test by Sithara Punnassery · 8 years ago
  69. 8ebfff0 Add OTN device and ports by Rimon Ashkenazy · 8 years ago
  70. 889cffb Fix incorrect class and method description for PortStatsCollector by Jian Li · 8 years ago
  71. 72ee30c [ONOS-3730] Populate portSpeed for ODUCLT and OCH ports. by Toru Furusawa · 8 years ago
  72. e320103 Add new OFOpticalSwitch13 LambdaQuery, and corrections to OMS port Desc: by Rimon Ashkenazy · 8 years ago
  73. 28247b5 [ONOS-3724] Fix the Cbench regression issue by Jian Li · 8 years ago
  74. 00762ee Avoid potential round-off error caused by floating point by Sho SHIMIZU · 8 years ago
  75. 70e76d8 Remove redundancy by replacing values with Spectrum.CENTER_FREQUENCY by Sho SHIMIZU · 8 years ago
  76. d15ebf5 Fix RuntimeException of 'Un recognize OduClt speed' by Rimon Ashkenazy · 8 years ago
  77. 1979f55 Bug fixes for ONOS-3509 by HIGUCHI Yuta · 8 years ago
  78. 152b885 [Falcon][ONOS-3537] Implement control message collecting logic w/ unit test by Jian Li · 8 years ago
  79. 880dc20d Starting snapshot 1.5.0-SNAPSHOT by Brian O'Connor · 8 years ago
  80. 5a2856f Tagging 1.4.0 (Emu release) by Brian O'Connor · 8 years ago 1.4.0
  81. 6b77071 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  82. d1cdd19 Tagging 1.4.0-rc3 by Brian O'Connor · 8 years ago 1.4.0-rc3
  83. 25b7732 Fix port speed by Charles Chan · 8 years ago
  84. b22ba65 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  85. 4aded4c Tagging 1.4.0-rc2 by Brian O'Connor · 8 years ago 1.4.0-rc2
  86. 52bb485 Do not disconnect from switches on deactivate + packet requests cli command update to include nodeId in the output by Madan Jampani · 8 years ago
  87. 905ea22 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  88. b209dc6 Tagging 1.4.0-rc1 by Brian O'Connor · 8 years ago 1.4.0-rc1
  89. 4ee4204 [ONOS-3486] Add the annotation of port mac when monitor switch added.L3 by lishuai · 8 years ago
  90. dee1aff [emu][onos-3159] fix concurrency flaws in OpenFlowDeviceProvider.java and OpenFlowGroupProvider.java by Lei Xu · 9 years ago
  91. fa8aa2f Fixed an NPE in device manager/provider. by Thomas Vachuska · 9 years ago
  92. fe3308f minor formatting changes by andrea · 9 years ago
  93. d07c092 ONOS-1636 Added code to mark devices offline when openflow provider is deactivated; fixed a few NPEs. by Thomas Vachuska · 9 years ago
  94. a9a73de [Emu] Open Flow Optical Port Description by Yafit Hadar · 9 years ago
  95. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  96. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  97. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  98. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  99. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  100. fc913dd LINC driver and OF device provider report correct optical port types by Marc De Leenheer · 9 years ago