summaryrefslogtreecommitdiff
path: root/lib/ofp-actions.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-actions: Improve conjunction error message.Joe Stringer2015-05-281-2/+3
* ofp-actions: Remove dead store in ofpacts_pull_openflow_instructions().Ben Pfaff2015-04-171-2/+2
* ofproto-dpif: Restore metadata and registers on recirculation.Jarno Rajahalme2015-03-261-1/+35
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-65/+66
* OpenFlow 1.5 is final, so change OF1.5 draft references to just say OF1.5.Ben Pfaff2015-02-251-2/+2
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-2/+110
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-59/+59
* ofp-actions: Support "copy_field" ONF extension to OpenFlow 1.3.Ben Pfaff2014-12-051-9/+67
* ofp-actions: Add support for ONF extension actions.Ben Pfaff2014-12-051-10/+16
* ofp-actions: Update "copy_field" to latest OF1.5 draft.Ben Pfaff2014-12-051-11/+5
* ofp-actions: Only set defined bits when encoding "load" actions.Ben Pfaff2014-12-051-7/+8
* Fix setting transport ports with frags.Jarno Rajahalme2014-11-101-13/+6
* ofp-actions: Properly check for action that exceeds buffer length.Ben Pfaff2014-10-231-0/+5
* ofp-actions: Support experimenter OXMs in Nicira extensions.Ben Pfaff2014-10-081-44/+219
* ofp-actions: Correct test for OFPVID_PRESENT bit in set_field action.Ben Pfaff2014-10-081-2/+2
* nx-match: Add support for experimenter OXM.Ben Pfaff2014-10-081-11/+11
* ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.Ben Pfaff2014-10-081-118/+209
* ofp-actions: Better support OXM in Copy-Field action.Ben Pfaff2014-10-071-20/+35
* nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff2014-10-071-69/+74
* meta-flow: Autogenerate mf_field data structures.Ben Pfaff2014-10-071-1/+1
* ofp-actions, nx-match: Use mf_oxm_header() instead of explicit constants.Ben Pfaff2014-09-291-2/+2
* ofp-actions: Fix error code for invalid table id.Selvamuthukumar2014-09-241-1/+1
* Fix remaining "void function returning a value" warning by MSVC.Gurucharan Shetty2014-09-151-1/+2
* ofp-actions: Support "resubmit" actions in action sets.Srini Seetharaman2014-09-021-1/+2
* ofp-actions: Include OFPACT_REG_MOVE in action setThomas Graf2014-08-151-4/+5
* ofp-actions: Use specific error code for oxm_hasmask=1 in Set-Field.Ben Pfaff2014-08-111-1/+1
* ofp-actions: Avoid logging 64 times as many actions as actually provided.Ben Pfaff2014-08-111-3/+3
* ofp-actions: Add support for OpenFlow 1.5 (draft) Copy-Field action.Ben Pfaff2014-08-111-12/+67
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-2038/+4290
* ofp-actions: Pretend that OpenFlow 1.0 has instructions.Ben Pfaff2014-08-111-26/+58
* ofp-actions: Add instructions bitmaps and fix related bug.Ben Pfaff2014-08-111-0/+69
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-111-0/+160
* Drop assignments whose values are never used.Ben Pfaff2014-07-151-3/+3
* ofp-actions: Allow pop_mpls on MPLS packetsSimon Horman2014-06-251-6/+0
* ofp-errors: Duplicate instruction errorSimon Horman2014-06-021-1/+1
* meta-flow: Encode OXM version information into struct mf_field.Ben Pfaff2014-05-141-3/+4
* lib/ofp-actions: Silently discard set ip ecn/ttl actions on OpenFlow10.Jarno Rajahalme2014-04-091-2/+2
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-5/+5
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-22/+22
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-2/+2
* ofp-actions: Complete ofp13_action_type.Alexander Wu2014-03-231-0/+3
* ofp-actions: New function ovs_instruction_type_from_inst_type().Alexander Wu2014-03-231-0/+18
* util: New macro PAD_SIZE.Ben Pfaff2014-03-131-3/+3
* ofp-actions: Correct pop MPLS ethtype as consistency testSimon Horman2014-02-191-1/+1
* Always insert MPLS labels after VLAN tags.Ben Pfaff2014-02-061-11/+4
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-11/+11
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-6/+6
* ofp-actions: Make ofpacts_check() report consistency for all protocols.Ben Pfaff2013-11-201-23/+55
* ofp-actions: Consider L4 actions after mpls_push as inconsistentSimon Horman2013-11-151-1/+8