1. 296b454 [ONOS-3464] Add arp_spa operation to provider of openflow by BitOhenry · 8 years ago
  2. c1e5fcc [ONOS-3441] Add arp_tpa operation to provider of openflow by BitOhenry · 8 years ago
  3. a331b18 [ONOS-3414] Add arp_sha operation to provider of openflow by BitOhenry · 8 years ago
  4. e6d91c5 Null Pointer Dereference Fix in openflow by Satish K · 8 years ago
  5. 7643085 [ONOS-3373] Add arp_tha operation to provider of openflow by BitOhenry · 8 years ago
  6. 0be8724 fixing INVALID_GROUP error for FAILOVER type by AdrianAlan · 8 years ago
  7. e889e2d [ONOS-3370] Extract hostprovider and lldpprovider from openflow by Charles Chan · 8 years ago
  8. a6b4609 ONOS-3345 Add processing about Instruction type Extention in GroupModBuider. by jiangrui · 8 years ago
  9. 30ba400 Fix javadoc warnings by Charles Chan · 9 years ago
  10. ba2d3b7 Implement OFActionEnqueue (OpenFlow 1.0 only) by Steffen Gebert · 9 years ago
  11. 3c25916 Generic extensions to the treatment API to support protocol extensions like by Jonathan Hart · 9 years ago
  12. 8cf212a FlowEntryBuilder: Don't do strange things with VLAN ethertype by Jonathan Hart · 9 years ago
  13. c42e84e [CORD-46] Create a broadcast group for each subnet by Charles Chan · 9 years ago
  14. bbfdaaa Implement OFActionSetQueue (OpenFlow 1.3 only) by Steffen Gebert · 9 years ago
  15. dee1aff [emu][onos-3159] fix concurrency flaws in OpenFlowDeviceProvider.java and OpenFlowGroupProvider.java by Lei Xu · 9 years ago
  16. fa8aa2f Fixed an NPE in device manager/provider. by Thomas Vachuska · 9 years ago
  17. 5251562 Fixing Javadoc errors by Brian O'Connor · 9 years ago
  18. fe3308f minor formatting changes by andrea · 9 years ago
  19. d07c092 ONOS-1636 Added code to mark devices offline when openflow provider is deactivated; fixed a few NPEs. by Thomas Vachuska · 9 years ago
  20. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  21. a98825a [Emu] openTAM: FlowStatisticManager, DistributedFlowStatisticStore, get-flow-stats CLI Implementation and NewAdaptiveFlowStatsCollector update and typo by ssyoon90 · 9 years ago
  22. 7efabeb [CORD-197] Properly handles a flow with empty instruction by Charles Chan · 9 years ago
  23. e264bef ONOS-3010 implement flow with meter by chengfan · 9 years ago
  24. 30fbcd9 [Emu] openTAM: NewAdaptiveFlowStatsCollector Implementation by ssyoon90 · 9 years ago
  25. a9a73de [Emu] Open Flow Optical Port Description by Yafit Hadar · 9 years ago
  26. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  27. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  28. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  29. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  30. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  31. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  32. 04b49fc Deprecate ModMplsLabelInstruction#label() by HIGUCHI Yuta · 9 years ago
  33. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  34. 73a7dd4 Support for setting the MPLS BOS indicator bit. by Saurav Das · 9 years ago
  35. ffc5bbc Support for matching on MPLS BOS indicator bit by Saurav Das · 9 years ago
  36. 58fe6dc fixes for Meter Service by alshabib · 9 years ago
  37. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  38. 7bb0501 Initial implementation of Meter Service (needs testing) by alshabib · 9 years ago
  39. 0b8b2ef ONOS-2041: Flows don't stay in PENDING_ADD forever on LINC-OE by Marc De Leenheer · 9 years ago
  40. 1d2bc40 moving meter service to incubator and initial implementation of meter manager. by alshabib · 9 years ago
  41. c87348d Temporarily disabling the OF meter provider until the provider service can be made available. by Thomas Vachuska · 9 years ago
  42. fc913dd LINC driver and OF device provider report correct optical port types by Marc De Leenheer · 9 years ago
  43. c791179 OpenFlow Meter Provider - still need to parse meter stats by alshabib · 9 years ago
  44. bc37196 sketching model elements for meter objects. by alshabib · 9 years ago
  45. b931137 Driver and flow stats handling for Calient fiber switch S160. by Marc De Leenheer · 9 years ago
  46. bab8a5e Configurable Port Stats Collection interval by Dusan Pajin · 9 years ago
  47. 1468fee Set VLAN ID at the OLT. by Jonathan Hart · 9 years ago
  48. c8bd97c ONOS-2403 Support setting TCP/UDP port action in flow rule for OpenFlow13 by Hyunsun Moon · 9 years ago
  49. e27055b Initial skeleton of OpenFlow meter provider by alshabib · 9 years ago
  50. a08c5d0 TUNNEL_ID field support in flow matching and actions by Hyunsun Moon · 9 years ago
  51. 9553bb8 Make TrafficTreatment.Builder.setLambda() deprecated by Sho SHIMIZU · 9 years ago
  52. 7b808c5 small fixes to ethtype pattern by alshabib · 9 years ago
  53. 2a65575 Improve the resiliency of the packet deserialization code. by Jonathan Hart · 9 years ago
  54. caf1ca2 adding EthType to secure handling ether types by alshabib · 9 years ago
  55. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  56. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  57. 78baf58 Segment Routing ONS demo fixes: Includes traffic visualization fix by Srikanth Vavilapalli · 9 years ago
  58. 4e6025e Fixed potential NPE in port-stats. by Thomas Vachuska · 9 years ago
  59. 711db55 Fixed ONOS-2051 by eliminating treatment and priority from flow id/cookie. by Thomas Vachuska · 9 years ago
  60. 74bcd92 Added STC shutdown scenario. by Thomas Vachuska · 9 years ago
  61. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  62. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  63. c332876 Removed dead code + Dropped log level down to debug to reduce verbosity by Madan Jampani · 9 years ago
  64. 893bf4b Fixing OF device provider to accrue all port stat multi-part messages before pushing update to the core. by Thomas Vachuska · 9 years ago
  65. f0397b5 GUI -- Added port-statistics traffic visualization to the topo view. by Thomas Vachuska · 9 years ago
  66. c17042d Refactor: Rename the class and method to make them more descriptive by Sho SHIMIZU · 9 years ago
  67. 43f65ed Refactor: Use bidirectional map to make methods easily consistent by Sho SHIMIZU · 9 years ago
  68. 4f828ee Fix cast error when building flow entries containging optical properties by Sho SHIMIZU · 9 years ago
  69. 74b5527 Miscellaneous fixes for reading Linc-OE port types. by Ayaka Koshibe · 9 years ago
  70. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  71. 8832990 Bug fixes for ofdpa pipeline by Saurav Das · 9 years ago
  72. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  73. c15ce51 Fix a cast error when creating OpticalConnectivityIntent by Sho SHIMIZU · 9 years ago
  74. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  75. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  76. f5ece32 Dropping dependency on onos-of-drivers in onos-openflow by Brian O'Connor · 9 years ago
  77. da4abde fixing vlan_push in 1.0 environments, ie. it does nothing by alshabib · 9 years ago
  78. 3358af2 Demoting boy-cried-wolf log messages. by Thomas Vachuska · 9 years ago
  79. ae54173 Linc-OE ports now identifiable as Och and OMS ports. by Ayaka Koshibe · 9 years ago
  80. 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
  81. 1e57565 ONOS-688 (ONOS-1835,1836,1837) : by sangho · 9 years ago
  82. 5460d62 Interfaces for passing port information from OF switch drivers to DeviceProviders. by Ayaka Koshibe · 9 years ago
  83. e397ffe Handle ModOchSignalInstruction in FlowModBuidlerVer13 by Sho SHIMIZU · 9 years ago
  84. 5cd7ce9 Make indent of case label consistent with other switch statements by Sho SHIMIZU · 9 years ago
  85. 6601dd7 Return Collections.emptyList() instead of null to avoid NullPointerException by Sho SHIMIZU · 9 years ago
  86. 100e3b8 First shot at Broadcom OFDPA 1.0 pipeline by Saurav Das · 9 years ago
  87. c14b2a2 Use long literal to shorten codes by Sho SHIMIZU · 9 years ago
  88. b452fd7 Low level openflow drivers have been promoted to the driver subsystem. by alshabib · 9 years ago
  89. 6f1b09e Add missing break in switch case to resolve an issue found by SonarQube by Sho SHIMIZU · 9 years ago
  90. 866b46a Reworked the dependency on default drivers. Driver manager must NOT depend on these. by Thomas Vachuska · 9 years ago
  91. 75aaa67 OpenFlowRuleProvider is now configurable with respect to flowPollFrequency. by Thomas Vachuska · 9 years ago
  92. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  93. b35ed36 Avoid unnecessary empty list instantiation by Sho SHIMIZU · 9 years ago
  94. 2184de1 ONOS-1756: Improve CLI auto completers by Charles M.C. Chan · 9 years ago
  95. a6c0d04 Fixed a dual-level NPE involving flow-rule payload. We need more unit tests and automated system tests!!! by Thomas Vachuska · 9 years ago
  96. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  97. bdcbb10 fixed FlowEntry parsing to take table ids by alshabib · 9 years ago
  98. 3ea4662 Removing dependency on lower level drivers for the BGPRouter application. by Saurav Das · 9 years ago
  99. d17abc2 Refactored driver to use new FlowRule api. by alshabib · 9 years ago
  100. b52a014 GUI -- Added ability to display port names in the devices view detail. by Thomas Vachuska · 9 years ago