aboutsummaryrefslogtreecommitdiff
path: root/tests/test-classifier.c
AgeCommit message (Expand)Author
2013-06-11flow: Add new wildcard functions.Ethan Jackson
2013-06-11classifier: Add 'wc' argument to classifier_lookup().Ethan Jackson
2013-02-08Optimize classifier by maintaining the priority of the highest priority rule ...Jarno Rajahalme
2013-01-10tests: Fix memory leaks in test-classifier program.Ben Pfaff
2012-10-03flow: Extend struct flow to contain tunnel outer header.Jesse Gross
2012-09-04Introduce sparse flows and masks, to reduce memory usage and improve speed.Ben Pfaff
2012-09-04classifier: Prepare for "struct cls_rule" needing to be destroyed.Ben Pfaff
2012-09-04classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff
2012-09-04util: New function zero_rightmost_1bit().Ben Pfaff
2012-09-04flow: Remove flow_wildcards_is_exact().Ben Pfaff
2012-09-04flow: Replace flow_wildcards members by a single "struct flow".Ben Pfaff
2012-09-04flow: Ensure that padding is always zeroed.Ben Pfaff
2012-09-04flow: Use bit-mask for in_port match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for Ethernet type match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for IP protocol match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for DSCP and ECN bits, instead of FWW_* flags.Ben Pfaff
2012-07-11tests: Improve test coverage of OXM metadata fieldJoe Stringer
2012-06-06packets: Fix eth_addr_equal_except().Ethan Jackson
2012-05-29flow: Adds support for arbitrary ethernet maskingJoe Stringer
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-02-02Add support for bitwise matching on TCP and UDP ports.Ben Pfaff
2011-11-10flow: Use FWW_ flags to wildcard IP DSCP and ECN.Justin Pettit
2011-11-10Prepend "nw_" to "frag" and "tos" elements.Justin Pettit
2011-11-09Don't overload IP TOS with the frag matching bits.Justin Pettit
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-03test-classifier: Remove write-only variable.Ben Pfaff
2011-05-11ofproto: Make rule construction and destruction more symmetric.Ben Pfaff
2011-05-11ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff
2011-02-02lib: Replace IP_TYPE_ references with IPPROTO_.Justin Pettit
2011-01-20Implement arbitrary bitwise masks for tun_id field.Ben Pfaff
2010-12-10Expand tunnel IDs from 32 to 64 bits.Ben Pfaff
2010-11-23nx-match: Implement support for arbitrary VLAN TCI masks.Ben Pfaff
2010-11-22flow: Fully separate flow_wildcards from OpenFlow wildcard bits.Ben Pfaff
2010-11-22flow: Move functions for dealing with wildcard bit counts to ofp-util.Ben Pfaff
2010-11-22flow: New function flow_wildcards_is_exact().Ben Pfaff
2010-11-22classifier: New function cls_rule_equal().Ben Pfaff
2010-11-19classifier: Fix segfault iterating with rules that differ only in priority.Ben Pfaff
2010-11-15classifier: Add functions and macros for iteration, and use them in ofproto.Ben Pfaff
2010-11-12classifier: Delete dead code specialized for the exact table.Ben Pfaff
2010-11-12classifier: Drop CLS_INC_* enumerations and related 'include' parameters.Ben Pfaff
2010-11-12test-classifier: Use get_unaligned_u32() from unaligned.h.Ben Pfaff
2010-11-11Add support for matching Ethernet multicast frames.Ben Pfaff
2010-11-11test-classifier: Test CLASSIFIER_FOR_EACH_EXACT_RULE.Ben Pfaff
2010-11-08flow: Better abstract flow_wildcards and use it more widely.Ben Pfaff
2010-11-03classifier: Rewrite.Ben Pfaff
2010-10-29classifier: Merge classifier_lookup_wild(), classifier_lookup_exact().Ben Pfaff
2010-10-29classifier: Remove classifier_insert_exact().Ben Pfaff
2010-10-29xtoxll: Rename "byte-order" since it now include more than xtoxll.Ben Pfaff
2010-10-29xtoxll: Add byte conversions macros for use in constant expressions.Ben Pfaff
2010-10-11flow: Get rid of flow_t typedef.Ben Pfaff