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