1. 30ba400 Fix javadoc warnings by Charles Chan · 8 years ago
  2. 3c25916 Generic extensions to the treatment API to support protocol extensions like by Jonathan Hart · 9 years ago
  3. bbfdaaa Implement OFActionSetQueue (OpenFlow 1.3 only) by Steffen Gebert · 9 years ago
  4. 7efabeb [CORD-197] Properly handles a flow with empty instruction by Charles Chan · 9 years ago
  5. e264bef ONOS-3010 implement flow with meter by chengfan · 9 years ago
  6. 04b49fc Deprecate ModMplsLabelInstruction#label() by HIGUCHI Yuta · 9 years ago
  7. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  8. 73a7dd4 Support for setting the MPLS BOS indicator bit. by Saurav Das · 9 years ago
  9. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  10. c8bd97c ONOS-2403 Support setting TCP/UDP port action in flow rule for OpenFlow13 by Hyunsun Moon · 9 years ago
  11. a08c5d0 TUNNEL_ID field support in flow matching and actions by Hyunsun Moon · 9 years ago
  12. 7b808c5 small fixes to ethtype pattern by alshabib · 9 years ago
  13. c17042d Refactor: Rename the class and method to make them more descriptive by Sho SHIMIZU · 9 years ago
  14. 43f65ed Refactor: Use bidirectional map to make methods easily consistent by Sho SHIMIZU · 9 years ago
  15. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  16. c15ce51 Fix a cast error when creating OpticalConnectivityIntent by Sho SHIMIZU · 9 years ago
  17. 1e57565 ONOS-688 (ONOS-1835,1836,1837) : by sangho · 9 years ago
  18. e397ffe Handle ModOchSignalInstruction in FlowModBuidlerVer13 by Sho SHIMIZU · 9 years ago
  19. 5cd7ce9 Make indent of case label consistent with other switch statements by Sho SHIMIZU · 9 years ago
  20. 6601dd7 Return Collections.emptyList() instead of null to avoid NullPointerException by Sho SHIMIZU · 9 years ago
  21. b35ed36 Avoid unnecessary empty list instantiation by Sho SHIMIZU · 9 years ago
  22. d17abc2 Refactored driver to use new FlowRule api. by alshabib · 9 years ago
  23. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  24. 2a441c6 Flow Objective implementation by alshabib · 9 years ago
  25. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  26. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  27. 67fc097 Remove "strip vlan" from our API because it is the same as "pop vlan". by Jonathan Hart · 9 years ago
  28. 37d659c BgpRouter: Added treatment to delete flows by Jonathan Hart · 9 years ago
  29. 54b406b Add push VLAN treatment and use it in BgpRouter groups by Jonathan Hart · 9 years ago
  30. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  31. ab21b2d fix corsa pipeline divergence : need to differentiate between write and apply instructions. by alshabib · 9 years ago
  32. fbe25c5 Getting router interface config into the corsa dataplane pipeline by Saurav Das · 9 years ago
  33. fa2fa93 A set of fixes to ensure that the FlowRuleManager can correctly account for flows by Saurav Das · 9 years ago
  34. cbe6de3 Fixing a couple of bugs in default entries for corsa pipeline. by Saurav Das · 9 years ago
  35. 1058080 WIP: Started implementing static flows for corsa vanderweken pipeline. by alshabib · 9 years ago
  36. eda3387 Use setInstructions to add apply-actions. by Jonathan Hart · 9 years ago
  37. 9af7007 support for corsa pipeline. EXPERIMENTAL. by alshabib · 9 years ago
  38. febe82c Implement some of the missing IPv6 flowmod treatments by Pavlin Radoslavov · 9 years ago
  39. 32a53c5 Instruction related fixes by Yuta HIGUCHI · 9 years ago
  40. 8995ac5 ONOS-958: Add a Group action to TrafficTreatment subsystem. by sangho · 9 years ago
  41. 3f97a17d (ONOS-684) Added a few new OF actions, which are required for Segment Routing Application by sangho · 9 years ago
  42. 29afca3 Fixed bug where ONOS sends actions in DELETE flow mods in OF1.0. by Jonathan Hart · 9 years ago
  43. fe42181 ONOS-537 Provided maxLen setting to make sure packet data is sent with packet-in message. (OF1.3) by Charles M.C. Chan · 9 years ago
  44. 4785eec removing some TODOs by alshabib · 9 years ago
  45. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  46. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from providers/openflow/flow/src/main/java/org/onlab/onos/provider/of/flow/impl/FlowModBuilderVer13.java]
  47. 119fd5c Javadoc fixes. by Pavlin Radoslavov · 9 years ago
  48. 427a176 Updating Intent Manager to deal with failures. by Brian O'Connor · 9 years ago
  49. 241b96a Fix high priority findbugs reported issues by Ray Milkey · 9 years ago
  50. 8c67d17 MPLS label selector and treatment by Praseed Balakrishnan · 9 years ago
  51. e4adf24 remove actions from flowmod delete by Brian O'Connor · 9 years ago
  52. 23e398d Updated the Flow Mod builders (FlowModBuilder, FlowModBuilderVer10, by Pavlin Radoslavov · 9 years ago
  53. 7808105 Add unit test for Instructions class and improve Criteria toString() test by Ray Milkey · 9 years ago
  54. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  55. d4a8bba Changed back to using apply-actions in 1.3 because LINC-OE doesn't support write-actions by Jonathan Hart · 10 years ago
  56. 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 10 years ago
  57. 86e5935 Change the way 1.3 flow mods are built to support rewrite actions. by Jonathan Hart · 10 years ago