summaryrefslogtreecommitdiff
path: root/lib/nx-match.h
Commit message (Expand)AuthorAgeFilesLines
* ofp-actions: Add delete field actionYi-Hung Wei2020-04-291-1/+3
* Fix OpenFlow v1.3.4 Conf test failures: 430.500, 430.510psiyengar2019-02-041-1/+1
* nx-match: Add context argument to nxm_put__().Ben Pfaff2017-06-271-3/+3
* ofproto: Add pipeline fields support for OF 1.5 packet-outYi-Hung Wei2017-05-311-6/+8
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-03-151-3/+4
* nx-match: Fix oxm decode.Yi-Hung Wei2017-03-151-2/+2
* ofp-util: Ignore unknown fields in ofputil_decode_packet_in2().Jarno Rajahalme2017-03-081-2/+2
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-081-3/+3
* meta-flow: Remove cmap dependency.Yi-Hung Wei2017-02-211-0/+1
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-7/+12
* ofproto-dpif: Make ofproto/trace output easier to read.Ben Pfaff2017-01-121-3/+3
* nx-match: Only store significant bytes to stack.Jarno Rajahalme2017-01-061-0/+3
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-5/+10
* meta-flow: New functions mf_subfield_copy() and mf_subfield_swap().Ben Pfaff2016-08-151-2/+0
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* nx-match: Add functions for raw decoding and encoding of OXM.Ben Pfaff2016-01-201-1/+6
* tunnel: Support matching on the presence of Geneve options.Jesse Gross2015-08-281-3/+3
* tunnel: Geneve TLV handling support for OpenFlow.Jesse Gross2015-06-251-0/+3
* Support encoding of NTR selection methodSimon Horman2015-03-241-0/+3
* Support decoding of NTR selection methodSimon Horman2015-03-241-0/+2
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-4/+4
* nx-match: Add support for experimenter OXM.Ben Pfaff2014-10-081-1/+1
* ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.Ben Pfaff2014-10-081-7/+0
* nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff2014-10-071-4/+35
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-19/+0
* meta-flow: Encode OXM version information into struct mf_field.Ben Pfaff2014-05-141-1/+1
* bitmap: Make bitmap_scan() able to scan for 0-bits or 1-bits.Ben Pfaff2014-03-231-1/+2
* Native Set-Field action.Jarno Rajahalme2013-11-011-2/+0
* Set datapath mask bits when setting a flow field.Jarno Rajahalme2013-10-151-1/+2
* ofproto-dpif: Always un-wildcard fields that are being set.Justin Pettit2013-08-021-2/+3
* clang: Fix the alignment warning.Alex Wang2013-07-231-1/+1
* ofp-parse: Do not exit() upon a parse error.Ben Pfaff2013-07-081-4/+8
* ofproto-dpif: Store relevant fields for wildcarding in facet.Justin Pettit2013-06-111-2/+4
* nicira-ext: Add Nicira actions NXAST_STACK_PUSH and NXAST_STACK_POP.Andy Zhou2013-03-061-0/+26
* ofp-actions: helper functions for of12 set-field actionSimon Horman2012-09-131-0/+2
* classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff2012-09-041-12/+7
* nx-match: Separate raw match and header/pad pull/putSimon Horman2012-08-061-3/+11
* nx-match: Drop NXM_MAX_LEN.Ben Pfaff2012-07-051-40/+0
* Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff2012-07-031-12/+23
* Add OXM_OF_METADATA field as a step toward OpenFlow 1.1 support.Joe Stringer2012-06-261-3/+4
* nx-match: Add parsing and serialisation of OXM matches.Simon Horman2012-06-111-1/+1
* flow: Adds support for arbitrary ethernet maskingJoe Stringer2012-05-291-3/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* nicira-ext: Support masking of nd_target fieldAnsis Atteka2012-04-261-4/+4
* nicira-ext: Increase the number of NXM registers to 8.Ethan Jackson2012-03-091-1/+6
* meta-flow: New "subfield" data structure.Ben Pfaff2012-02-011-16/+8
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-121-11/+14
* nx-match: New function nx_pull_match_loose().Ethan Jackson2012-01-101-0/+3
* Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit2011-12-271-2/+3