1. 8db7d09 [ONOS-4612]Update SFC flows inline with the Official OVS NSH patch by Phaneendra Manda · 8 years ago
  2. 67574ce [ONOS-4523] Add SetField of ARP_OP, ARP_SHA, ARP_SPA. by lishuai · 8 years ago
  3. 4211baa Fix NPE in FlowEntryBuilder by Charles Chan · 8 years ago
  4. 44852fb fix for erroneous unsupported messages for devices with extensions. by alshabib · 8 years ago
  5. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  6. ffef500 Remove redundant extensionTreatmentInterpreter support check by Jian Li · 8 years ago
  7. 95caba3 Fixing OF flow and group provider run-time dependency. by Thomas Vachuska · 8 years ago[Renamed (98%) from providers/openflow/flow/src/main/java/org/onosproject/provider/of/flow/impl/FlowEntryBuilder.java]
  8. a0d9a17 Remove duplicated treatment building from GroupBucketEntryBuilder by Jian Li · 8 years ago
  9. d416388 [ONOS-4245] Support resubmit experimenter action for nicira driver by Jian Li · 8 years ago
  10. e4e74f0 Use DeviceId in FlowEntryBuilder to avoid creating deviceId many times per by Jonathan Hart · 8 years ago
  11. 84d5a29 Remove methods deprecated in Drake from TrafficTreatment API by Ray Milkey · 8 years ago
  12. 9d6c86b Adding eth masking in match by Saurav Das · 8 years ago
  13. 4cc65f7 LINC-OE - Flows are stay in PENDING ADD STATE[bug 3823] by Yafit Hadar · 8 years ago
  14. 14967c2 CORD-389 Fix for Accton 6712 deployment by Charles Chan · 8 years ago
  15. d1ce4b0 Ignore table ID from flow stats reply when creating OF1.0 flow rule. by Jonathan Hart · 8 years ago
  16. 4f4d25a [ONOS-2860] ONOSFW L3 uses ARP table as arp proxy. It need modify ARP by samueljcc · 8 years ago
  17. 2156461 ONOS-3529 Updating FlowEntryBuilder to avoid calling getTable on OF_1.0 messages by Brian O'Connor · 8 years ago
  18. 7351461 [Emu] ODU SIGID and SIGTYPE FlowEntryBuilder and FlowModBuilder implementations by Yafit Hadar · 8 years ago
  19. b40129a [ONOS-3485] Create arp_op selector and add operation to provifer of by BitOhenry · 8 years ago
  20. 880b644 decoupling extension types from of protocol by alshabib · 8 years ago
  21. 296b454 [ONOS-3464] Add arp_spa operation to provider of openflow by BitOhenry · 8 years ago
  22. c1e5fcc [ONOS-3441] Add arp_tpa operation to provider of openflow by BitOhenry · 8 years ago
  23. a331b18 [ONOS-3414] Add arp_sha operation to provider of openflow by BitOhenry · 8 years ago
  24. 7643085 [ONOS-3373] Add arp_tha operation to provider of openflow by BitOhenry · 8 years ago
  25. ba2d3b7 Implement OFActionEnqueue (OpenFlow 1.0 only) by Steffen Gebert · 9 years ago
  26. 3c25916 Generic extensions to the treatment API to support protocol extensions like by Jonathan Hart · 9 years ago
  27. 8cf212a FlowEntryBuilder: Don't do strange things with VLAN ethertype by Jonathan Hart · 8 years ago
  28. bbfdaaa Implement OFActionSetQueue (OpenFlow 1.3 only) by Steffen Gebert · 9 years ago
  29. 7efabeb [CORD-197] Properly handles a flow with empty instruction by Charles Chan · 9 years ago
  30. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  31. 73a7dd4 Support for setting the MPLS BOS indicator bit. by Saurav Das · 9 years ago
  32. ffc5bbc Support for matching on MPLS BOS indicator bit by Saurav Das · 9 years ago
  33. 0b8b2ef ONOS-2041: Flows don't stay in PENDING_ADD forever on LINC-OE by Marc De Leenheer · 9 years ago
  34. 1468fee Set VLAN ID at the OLT. by Jonathan Hart · 9 years ago
  35. c8bd97c ONOS-2403 Support setting TCP/UDP port action in flow rule for OpenFlow13 by Hyunsun Moon · 9 years ago
  36. a08c5d0 TUNNEL_ID field support in flow matching and actions by Hyunsun Moon · 9 years ago
  37. 9553bb8 Make TrafficTreatment.Builder.setLambda() deprecated by Sho SHIMIZU · 9 years ago
  38. c17042d Refactor: Rename the class and method to make them more descriptive by Sho SHIMIZU · 9 years ago
  39. 4f828ee Fix cast error when building flow entries containging optical properties by Sho SHIMIZU · 9 years ago
  40. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  41. 6f1b09e Add missing break in switch case to resolve an issue found by SonarQube by Sho SHIMIZU · 9 years ago
  42. 2184de1 ONOS-1756: Improve CLI auto completers by Charles M.C. Chan · 9 years ago
  43. bdcbb10 fixed FlowEntry parsing to take table ids by alshabib · 9 years ago
  44. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  45. 67fc097 Remove "strip vlan" from our API because it is the same as "pop vlan". by Jonathan Hart · 9 years ago
  46. c0b3c34 BgpRouter app supports both OVSSwitch and Corsa HW switch. by sangho · 9 years ago
  47. da1644e Added delete all flow rules during Corsa switch handshake by alshabib · 9 years ago
  48. 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 9 years ago
  49. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  50. ab21b2d fix corsa pipeline divergence : need to differentiate between write and apply instructions. by alshabib · 9 years ago
  51. fbe25c5 Getting router interface config into the corsa dataplane pipeline by Saurav Das · 9 years ago
  52. fa2fa93 A set of fixes to ensure that the FlowRuleManager can correctly account for flows by Saurav Das · 9 years ago
  53. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  54. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  55. 5e4f754 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  56. d0fd841 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  57. 8995ac5 ONOS-958: Add a Group action to TrafficTreatment subsystem. by sangho · 9 years ago
  58. 320e6c9 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  59. 3f97a17d (ONOS-684) Added a few new OF actions, which are required for Segment Routing Application by sangho · 9 years ago
  60. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  61. 0f9aba8 ONOS-635 Adding ICMPv6 type and code builder for HostMonitor. by Kunihiro Ishiguro · 9 years ago
  62. 52fae7d ONOS-509: Match IPV6_SRC, IPV6_DST criteria by Charles M.C. Chan · 9 years ago
  63. d0ef752 Parse set-field action in OF1.3 when creating flow rules from flow entries. by Jonathan Hart · 9 years ago
  64. 4785eec removing some TODOs by alshabib · 9 years ago
  65. db8a9d2 Fix serializer exception while using optical intent on distributed store by Praseed Balakrishnan · 9 years ago
  66. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  67. 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/FlowEntryBuilder.java]
  68. 1f8e0d7 Add a case to handle 1.3 set-field actions when parsing flow entries. by Jonathan Hart · 9 years ago
  69. cf78320 Changed back to used Apply Actions to find the actions by Jonathan Hart · 9 years ago
  70. 8c67d17 MPLS label selector and treatment by Praseed Balakrishnan · 9 years ago
  71. ff894a2 Use Ip4Address and Ip4Prefix inside FlowEntryBuilder when dealing by Pavlin Radoslavov · 9 years ago
  72. 2dd5abd Optical Treatment to include SigType by Praseed Balakrishnan · 9 years ago
  73. 855ea2d Refactor the IpPrefix API and implementation: by Pavlin Radoslavov · 9 years ago
  74. 52307e6 IpAddress and IpPrefix related cleanup: by Pavlin Radoslavov · 9 years ago
  75. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  76. 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 10 years ago
  77. 86e5935 Change the way 1.3 flow mods are built to support rewrite actions. by Jonathan Hart · 10 years ago
  78. 4908775 Support lambda's in selector & treatment by Marc De Leenheer · 10 years ago
  79. bc4a793 Allowed flows to be permanent by Jonathan Hart · 10 years ago
  80. 0e12fad Fixed issues with reading masked IP addresses from Loxi by Jonathan Hart · 10 years ago
  81. 34bc614 Added support for matching TCP ports and fixed flow stat IP address matching by Jonathan Hart · 10 years ago
  82. 1c319ff the return of the flowentry by alshabib · 10 years ago[Renamed (91%) from providers/openflow/flow/src/main/java/org/onlab/onos/provider/of/flow/impl/FlowRuleBuilder.java]
  83. c274c90 proxy arp application by alshabib · 10 years ago
  84. a0e0498 illegalArgument exception for priority by alshabib · 10 years ago
  85. 86166b0 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  86. 19fdc12 fixed of13 glitches by alshabib · 10 years ago
  87. 9a693fd Fixed traffic selector builder to allow only one criterion. by tom · 10 years ago
  88. ba5ac48 flowrules no longer install a timeout but are monitored by onos in order to be expired by alshabib · 10 years ago
  89. 6eb438a fixes for office deployment by alshabib · 10 years ago
  90. 010c31d pretty builders by alshabib · 10 years ago
  91. a68eb96 resilient flows and application id by alshabib · 10 years ago
  92. 219ebaa flowrule states functional by alshabib · 10 years ago
  93. a7f7ca8 trying to fix flow state by alshabib · 10 years ago
  94. 1d56fe4 renamed IpAddress to IpPrefix by Ayaka Koshibe · 10 years ago
  95. 6b5cfec stats reported by alshabib · 10 years ago