aboutsummaryrefslogtreecommitdiff
path: root/lib/nx-match.h
AgeCommit message (Expand)Author
2013-10-15Set datapath mask bits when setting a flow field.Jarno Rajahalme
2013-08-02ofproto-dpif: Always un-wildcard fields that are being set.Justin Pettit
2013-07-23clang: Fix the alignment warning.Alex Wang
2013-07-08ofp-parse: Do not exit() upon a parse error.Ben Pfaff
2013-06-11ofproto-dpif: Store relevant fields for wildcarding in facet.Justin Pettit
2013-03-06nicira-ext: Add Nicira actions NXAST_STACK_PUSH and NXAST_STACK_POP.Andy Zhou
2012-09-13ofp-actions: helper functions for of12 set-field actionSimon Horman
2012-09-04classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff
2012-08-06nx-match: Separate raw match and header/pad pull/putSimon Horman
2012-07-05nx-match: Drop NXM_MAX_LEN.Ben Pfaff
2012-07-03Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff
2012-06-26Add OXM_OF_METADATA field as a step toward OpenFlow 1.1 support.Joe Stringer
2012-06-11nx-match: Add parsing and serialisation of OXM matches.Simon Horman
2012-05-29flow: Adds support for arbitrary ethernet maskingJoe Stringer
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-26nicira-ext: Support masking of nd_target fieldAnsis Atteka
2012-03-09nicira-ext: Increase the number of NXM registers to 8.Ethan Jackson
2012-02-01meta-flow: New "subfield" data structure.Ben Pfaff
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2012-01-10nx-match: New function nx_pull_match_loose().Ethan Jackson
2011-12-27Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit
2011-11-21nx-match: Fold all of its data structures into mf_field.Ben Pfaff
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-11-04nx-match: Increase upper bound length for an nx_match.Justin Pettit
2011-09-13meta-flow: New library for working with fields by id.Ben Pfaff
2011-08-12nx-match: New function nxm_read_field_bits().Ethan Jackson
2011-08-12nx-match: Update register check functions.Ethan Jackson
2011-07-22nx-match: New helpers.Ethan Jackson
2011-07-22nx-match: Whitespace cleanup.Ethan Jackson
2011-02-02nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2010-12-17nx-match: Rename and export functions for parsing and formatting subfields.Ben Pfaff
2010-12-17nx-match: Make nxm_field_bytes(), nxm_field_bits() public.Ben Pfaff
2010-12-17nx-match: New helper functions for working with ofs_nbits in NXM actions.Ben Pfaff
2010-12-09ofp-print, ofp-parse: Add support for NXAST_REG_MOVE and NXAST_REG_LOAD.Ben Pfaff
2010-12-07ofp-util: New abstractions for flow_mod, flow_stats_request.Ben Pfaff
2010-11-11ofproto: Implement support for registers in extended flow match.Ben Pfaff
2010-11-09ofproto: Implement Nicira Extended Match flexible flow match (NXM).Ben Pfaff