summaryrefslogtreecommitdiff
path: root/lib/nx-match.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* nx-match: Fold all of its data structures into mf_field.Ben Pfaff2011-11-211-1/+0
* Support matching and modifying IP TTL.Justin Pettit2011-11-091-1/+2
* Support matching and modifying IP ECN bits.Justin Pettit2011-11-091-1/+2
* Support matching IPv6 flow label.Justin Pettit2011-11-091-1/+2
* nx-match: Increase upper bound length for an nx_match.Justin Pettit2011-11-041-4/+6
* meta-flow: New library for working with fields by id.Ben Pfaff2011-09-131-1/+2
* nx-match: New function nxm_read_field_bits().Ethan Jackson2011-08-121-0/+3
* nx-match: Update register check functions.Ethan Jackson2011-08-121-1/+3
* nx-match: New helpers.Ethan Jackson2011-07-221-0/+4
* nx-match: Whitespace cleanup.Ethan Jackson2011-07-221-2/+2
* nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit2011-02-021-3/+5
* nicira-ext: Support matching IPv6 traffic.Justin Pettit2011-02-021-4/+4
* nx-match: Rename and export functions for parsing and formatting subfields.Ben Pfaff2010-12-171-0/+4
* nx-match: Make nxm_field_bytes(), nxm_field_bits() public.Ben Pfaff2010-12-171-0/+3
* nx-match: New helper functions for working with ofs_nbits in NXM actions.Ben Pfaff2010-12-171-0/+24
* ofp-print, ofp-parse: Add support for NXAST_REG_MOVE and NXAST_REG_LOAD.Ben Pfaff2010-12-091-0/+7
* ofp-util: New abstractions for flow_mod, flow_stats_request.Ben Pfaff2010-12-071-0/+4
* ofproto: Implement support for registers in extended flow match.Ben Pfaff2010-11-111-0/+9
* ofproto: Implement Nicira Extended Match flexible flow match (NXM).Ben Pfaff2010-11-091-0/+65