summaryrefslogtreecommitdiff
path: root/lib/classifier.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for bitwise matching on TCP and UDP ports.Ben Pfaff2012-02-021-1/+5
* classifier: Update cls_rule_set_in_port() prototype.Ethan Jackson2012-01-101-1/+1
* classifier: Don't check masks when adding IPv4/IPv6 addresses.Justin Pettit2011-11-101-4/+4
* Prepend "nw_" to "frag" and "tos" elements.Justin Pettit2011-11-101-2/+3
* Support matching and modifying IP TTL.Justin Pettit2011-11-091-0/+1
* Support matching and modifying IP ECN bits.Justin Pettit2011-11-091-1/+2
* Support matching IPv6 flow label.Justin Pettit2011-11-091-0/+1
* Implement new fragment handling policy.Ben Pfaff2011-10-211-0/+2
* ofproto-dpif: Optimize flow revalidation for MAC learning.Ben Pfaff2011-09-131-0/+12
* classifier: Change cls_rule_set_nd_target() to take a pointer.Ben Pfaff2011-09-131-1/+1
* classifier: Fix typo in comment.Ben Pfaff2011-08-191-1/+1
* lib: Adapt headers for use in C++.Casey Barker2011-08-041-0/+8
* classifier: New function cls_rule_hash().Ben Pfaff2011-06-141-0/+1
* Better abstract wildcards for Ethernet destination field.Ben Pfaff2011-06-071-0/+2
* ofproto: Make rule construction and destruction more symmetric.Ben Pfaff2011-05-111-1/+2
* nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit2011-02-021-0/+1
* nicira-ext: Support matching IPv6 traffic.Justin Pettit2011-02-021-0/+6
* nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit2011-02-021-0/+2
* Implement arbitrary bitwise masks for tun_id field.Ben Pfaff2011-01-201-1/+3
* Expand tunnel IDs from 32 to 64 bits.Ben Pfaff2010-12-101-1/+1
* classifier: Implement better classifier rule formatting.Ben Pfaff2010-12-071-0/+1
* util: Introduce ASSIGN_CONTAINER to make iteration macros easier to read.Ben Pfaff2010-12-061-10/+6
* classifier: New cls_rule functions for setting registers and tun_id.Ben Pfaff2010-12-031-0/+4
* nx-match: Implement support for arbitrary VLAN TCI masks.Ben Pfaff2010-11-231-2/+4
* flow: Fully separate flow_wildcards from OpenFlow wildcard bits.Ben Pfaff2010-11-221-5/+0
* flow: Remove flow_to/from_match() in favor of cls_rule_to/from_match().Ben Pfaff2010-11-221-1/+4
* classifier: New function cls_rule_equal().Ben Pfaff2010-11-221-0/+2
* classifier: Remove classifier_for_each(), classifier_for_each_match().Ben Pfaff2010-11-151-6/+0
* classifier: Add functions and macros for iteration, and use them in ofproto.Ben Pfaff2010-11-151-0/+31
* classifier: Delete dead code specialized for the exact table.Ben Pfaff2010-11-121-20/+0
* classifier: Drop CLS_INC_* enumerations and related 'include' parameters.Ben Pfaff2010-11-121-9/+3
* flow: Better abstract flow_wildcards and use it more widely.Ben Pfaff2010-11-081-2/+4
* classifier: Add more cls_rule_set_*() functions.Ben Pfaff2010-11-081-1/+11
* classifier: Move in-band set_<field>() functions publicly available.Ben Pfaff2010-11-081-0/+10
* ofproto: Change ofproto_add_flow(), ofproto_delete_flow() to take cls_rule.Ben Pfaff2010-11-081-0/+1
* Rename cls_rule_zero_wildcards() to cls_rule_zero_wildcarded_fields().Ben Pfaff2010-11-081-3/+4
* ofproto: Generalize tun_id_from_cookie into flow_format.Ben Pfaff2010-11-051-2/+1
* classifier: Rewrite.Ben Pfaff2010-11-031-86/+44
* classifier: Change classifier_rule_overlaps() to take a cls_rule *.Ben Pfaff2010-10-291-2/+2
* classifier: Change classifier_find_rule_exactly() to take a cls_rule *.Ben Pfaff2010-10-291-3/+1
* classifier: Merge classifier_lookup_wild(), classifier_lookup_exact().Ben Pfaff2010-10-291-10/+7
* classifier: Remove unused functions cls_rule_moved(), cls_rule_replace().Ben Pfaff2010-10-291-4/+0
* flow: Get rid of flow_t typedef.Ben Pfaff2010-10-111-10/+11
* classifier: Add missing argument in CLASSIFIER_FOR_EACH_EXACT_RULE_SAFEJustin Pettit2010-10-081-1/+1
* classifier: Introduce macros for iterating exact-match flows.Ben Pfaff2010-10-071-0/+6
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-1/+1
* tunneling: Add support for tunnel ID.Jesse Gross2010-04-191-5/+8
* Merge "master" into "next".Ben Pfaff2010-02-241-0/+1
|\
| * classifier: New function cls_rule_to_string().Ben Pfaff2010-02-121-0/+1
* | ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)Justin Pettit2010-02-201-1/+2