summaryrefslogtreecommitdiff
path: root/lib/match.h
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-0/+4
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-1/+2
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-031-0/+1
* classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff2014-10-301-5/+4
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-221-12/+13
* meta-flow: Add 64-bit registers.Ben Pfaff2014-07-281-1/+4
* lib: Inline functions used in classifier_lookup.Jarno Rajahalme2014-04-291-4/+0
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-0/+3
* lib/flow: add dp_hash and recirc_id to struct flowAndy Zhou2014-03-251-0/+6
* Enhance userspace support for MPLS, for up to 3 labels.Ben Pfaff2014-02-041-6/+9
* Classifier: Staged subtable matching.Jarno Rajahalme2013-11-191-0/+3
* TCP flags matching support.Jarno Rajahalme2013-10-291-0/+2
* More accurate wildcarding and fragment handling.Jarno Rajahalme2013-10-171-1/+0
* match: New function minimatch_matches_flow().Ben Pfaff2013-09-261-6/+10
* classifier: New function cls_rule_move().Ben Pfaff2013-08-271-1/+2
* flow: Enable matching on new field 'pkt_mark'.Jesse Gross2013-08-131-0/+1
* flow: Rename skb_mark to pkt_mark.Jesse Gross2013-08-131-1/+1
* Create specific types for ofp and odp portAlex Wang2013-06-201-1/+1
* User-Space MPLS actions and matchesSimon Horman2013-02-051-0/+6
* vswitchd: log skb_mark and skb_priorityAnsis Atteka2012-12-181-0/+2
* vswitchd: Log all tunnel parameters of given flow.Pravin B Shelar2012-11-211-0/+10
* Change logging format for flows to that accepted by ofproto/trace.Mehak Mahajan2012-10-221-0/+1
* Introduce sparse flows and masks, to reduce memory usage and improve speed.Ben Pfaff2012-09-041-0/+31
* classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff2012-09-041-0/+109