summaryrefslogtreecommitdiff
path: root/lib/ofp-actions.h
Commit message (Expand)AuthorAgeFilesLines
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-1/+12
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-2/+2
* ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.Ben Pfaff2014-10-081-11/+5
* ofp-actions: Make struct ofpact constant size across implementations.Ben Pfaff2014-08-121-4/+8
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-12/+138
* ofp-actions: Pretend that OpenFlow 1.0 has instructions.Ben Pfaff2014-08-111-1/+2
* ofp-actions: Add instructions bitmaps and fix related bug.Ben Pfaff2014-08-111-0/+4
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-111-70/+78
* Implement learned flow deletion.Ben Pfaff2014-06-121-1/+1
* ofp-actions: Store cookie in network byte order in struct ofpact_learn.Ben Pfaff2014-06-061-1/+1
* ofproto: Inline actions in struct rule_actions.Jarno Rajahalme2014-04-291-1/+1
* lib/ofp-actions: Update comment.Jarno Rajahalme2014-04-281-2/+2
* ofp-actions: New function ovs_instruction_type_from_inst_type().Alexander Wu2014-03-231-0/+3
* util: New macro PAD_SIZE.Ben Pfaff2014-03-131-1/+1
* ofp-actions: Relax build assertion condition for ofpact_nest struct.Gurucharan Shetty2014-03-131-1/+1
* Always insert MPLS labels after VLAN tags.Ben Pfaff2014-02-061-15/+1
* lib/ofp: Consolidate some struct field ordersHelmut Schaa2013-12-131-1/+1
* ofp-actions: Make ofpacts_check() report consistency for all protocols.Ben Pfaff2013-11-201-3/+7
* Add OF11 SET MPLS LABEL and SET MPLS TC actions.Jarno Rajahalme2013-11-011-1/+21
* ofproto: Centralize action checking, doing it at decode time.Ben Pfaff2013-11-011-2/+3
* ofp-util: Move ofputil_check_output_port() to ofp-actions, rename.Ben Pfaff2013-11-011-0/+1
* ofp-actions: Send deprecated actions as set fields.Jarno Rajahalme2013-11-011-1/+2
* ofp-actions: Simplify interface and internal structure.Jarno Rajahalme2013-11-011-18/+14
* ofp-actions: Set-Field OF 1.0/1.1 compatibility.Jarno Rajahalme2013-11-011-0/+1
* Native Set-Field action.Jarno Rajahalme2013-11-011-4/+11
* OF 1.1 set vlan vid/pcp compatibility.Jarno Rajahalme2013-11-011-3/+17
* lib/ofp-actions: Enforce action consistency.Jarno Rajahalme2013-10-231-1/+1
* Add OF11 SET IP TTL action.Jarno Rajahalme2013-10-231-0/+9
* Add OF11 set IPv4 ECN action.Jarno Rajahalme2013-10-231-0/+9
* Allow OFPACT_SET_IP_DSCP to act on both IPv4 and IPv6 packets.Ben Pfaff2013-10-231-2/+2
* ofp-actions: Distinguish OF1.1/1.2 push_mpls from OF1.3+.Joe Stringer2013-10-211-0/+16
* Add support for write-actionsSimon Horman2013-10-141-2/+21
* ofproto: Move function find_meter() into ofpacts as ofpacts_get_meter().Ben Pfaff2013-09-121-0/+1
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-021-0/+11
* ofp-util: Abstract flow_mod OFPFF_* flags.Ben Pfaff2013-08-271-1/+1
* clang: Fix the alignment warning.Alex Wang2013-07-231-1/+1
* Fix table checking for goto table instruction.Jarno Rajahalme2013-06-281-2/+2
* ofpact: New function ovs_instruction_type_from_ofpact_type().Ben Pfaff2013-06-281-11/+2
* ofp-actions: Give ovs_instruction funcs names that start with that prefix.Ben Pfaff2013-06-281-2/+2
* ofp-util: Support for OpenFlow 1.3 meters.Jarno Rajahalme2013-06-251-1/+15
* ofpacts_check: Remove unnecessary flow copying.Jarno Rajahalme2013-06-241-1/+1
* Create specific types for ofp and odp portAlex Wang2013-06-201-6/+6
* ofp-actions: Add comments to struct ofpact_learn_spec.Ben Pfaff2013-06-101-6/+6
* ofp-actions: enforce valid range for table_id in goto_table instructionJing Ai2013-06-051-0/+1
* Implement IPFIX exportRomain Lenglet2013-04-221-0/+12
* nicira-ext: Add Nicira actions NXAST_STACK_PUSH and NXAST_STACK_POP.Andy Zhou2013-03-061-0/+10
* Add support for set_mpls_ttl actionSimon Horman2013-03-061-0/+10
* Add support for dec_mpls_ttl actionSimon Horman2013-03-061-0/+1
* nicira-ext: Remove the autopath action.Ethan Jackson2013-02-051-10/+0
* User-Space MPLS actions and matchesSimon Horman2013-02-051-1/+19