summaryrefslogtreecommitdiff
path: root/tests/test-classifier.c
Commit message (Expand)AuthorAgeFilesLines
...
* flow: Remove flow_wildcards_is_exact().Ben Pfaff2012-09-041-2/+0
* flow: Replace flow_wildcards members by a single "struct flow".Ben Pfaff2012-09-041-26/+31
* flow: Ensure that padding is always zeroed.Ben Pfaff2012-09-041-0/+1
* flow: Use bit-mask for in_port match, instead of FWW_* flag.Ben Pfaff2012-09-041-30/+25
* flow: Use bit-mask for Ethernet type match, instead of FWW_* flag.Ben Pfaff2012-09-041-1/+6
* flow: Use bit-mask for IP protocol match, instead of FWW_* flag.Ben Pfaff2012-09-041-1/+6
* flow: Use bit-mask for DSCP and ECN bits, instead of FWW_* flags.Ben Pfaff2012-09-041-2/+5
* tests: Improve test coverage of OXM metadata fieldJoe Stringer2012-07-111-0/+14
* packets: Fix eth_addr_equal_except().Ethan Jackson2012-06-061-4/+4
* flow: Adds support for arbitrary ethernet maskingJoe Stringer2012-05-291-2/+12
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Add support for bitwise matching on TCP and UDP ports.Ben Pfaff2012-02-021-3/+11
* flow: Use FWW_ flags to wildcard IP DSCP and ECN.Justin Pettit2011-11-101-12/+9
* Prepend "nw_" to "frag" and "tos" elements.Justin Pettit2011-11-101-12/+12
* Don't overload IP TOS with the frag matching bits.Justin Pettit2011-11-091-12/+12
* Implement new fragment handling policy.Ben Pfaff2011-10-211-7/+12
* test-classifier: Remove write-only variable.Ben Pfaff2011-10-031-2/+0
* ofproto: Make rule construction and destruction more symmetric.Ben Pfaff2011-05-111-6/+6
* ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff2011-05-111-1/+1
* lib: Replace IP_TYPE_ references with IPPROTO_.Justin Pettit2011-02-021-1/+1
* Implement arbitrary bitwise masks for tun_id field.Ben Pfaff2011-01-201-2/+6
* Expand tunnel IDs from 32 to 64 bits.Ben Pfaff2010-12-101-1/+3
* nx-match: Implement support for arbitrary VLAN TCI masks.Ben Pfaff2010-11-231-16/+12
* flow: Fully separate flow_wildcards from OpenFlow wildcard bits.Ben Pfaff2010-11-221-54/+46
* flow: Move functions for dealing with wildcard bit counts to ofp-util.Ben Pfaff2010-11-221-3/+7
* flow: New function flow_wildcards_is_exact().Ben Pfaff2010-11-221-1/+2
* classifier: New function cls_rule_equal().Ben Pfaff2010-11-221-10/+3
* classifier: Fix segfault iterating with rules that differ only in priority.Ben Pfaff2010-11-191-0/+9
* classifier: Add functions and macros for iteration, and use them in ofproto.Ben Pfaff2010-11-151-13/+22
* classifier: Delete dead code specialized for the exact table.Ben Pfaff2010-11-121-29/+0
* classifier: Drop CLS_INC_* enumerations and related 'include' parameters.Ben Pfaff2010-11-121-42/+28
* test-classifier: Use get_unaligned_u32() from unaligned.h.Ben Pfaff2010-11-121-10/+3
* Add support for matching Ethernet multicast frames.Ben Pfaff2010-11-111-1/+2
* test-classifier: Test CLASSIFIER_FOR_EACH_EXACT_RULE.Ben Pfaff2010-11-111-0/+17
* flow: Better abstract flow_wildcards and use it more widely.Ben Pfaff2010-11-081-2/+4
* classifier: Rewrite.Ben Pfaff2010-11-031-315/+269
* classifier: Merge classifier_lookup_wild(), classifier_lookup_exact().Ben Pfaff2010-10-291-17/+1
* classifier: Remove classifier_insert_exact().Ben Pfaff2010-10-291-5/+1
* xtoxll: Rename "byte-order" since it now include more than xtoxll.Ben Pfaff2010-10-291-1/+1
* xtoxll: Add byte conversions macros for use in constant expressions.Ben Pfaff2010-10-291-21/+12
* flow: Get rid of flow_t typedef.Ben Pfaff2010-10-111-5/+5
* flow: Separate "flow_t" from "struct odp_flow_key".Ben Pfaff2010-10-111-1/+0
* Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-011-1/+1
* tests: Speed up classifier test.Ben Pfaff2010-05-261-2/+3
* tests: Break monolithic classifier test into subtests.Ben Pfaff2010-05-261-33/+30
* tunneling: Add support for tunnel ID.Jesse Gross2010-04-191-2/+9
* classifer: Fix test classifier to match real classifier.Jesse Gross2010-03-191-1/+1
* ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)Justin Pettit2010-02-201-1/+9
* ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit2010-02-201-1/+8
* tests: Remove write-only variables.Ben Pfaff2010-02-111-5/+5