summaryrefslogtreecommitdiff
path: root/lib/classifier.c
Commit message (Expand)AuthorAgeFilesLines
* nicira-ext: Increase the number of NXM registers to 8.Ethan Jackson2012-03-091-2/+2
* Add support for bitwise matching on TCP and UDP ports.Ben Pfaff2012-02-021-31/+46
* flow: Rename 'priority' to 'skb_priority'.Ben Pfaff2011-12-211-1/+1
* nx-match: Fold all of its data structures into mf_field.Ben Pfaff2011-11-211-7/+3
* classifier: Use HMAP_FOR_EACH, HMAP_FOR_EACH_CONTINUE.Ben Pfaff2011-11-111-27/+3
* flow: Use FWW_ flags to wildcard IP DSCP and ECN.Justin Pettit2011-11-101-7/+8
* classifier: Don't check masks when adding IPv4/IPv6 addresses.Justin Pettit2011-11-101-33/+22
* Prepend "nw_" to "frag" and "tos" elements.Justin Pettit2011-11-101-30/+31
* Support matching and modifying IP TTL.Justin Pettit2011-11-091-2/+13
* Support matching and modifying IP ECN bits.Justin Pettit2011-11-091-2/+13
* Don't overload IP TOS with the frag matching bits.Justin Pettit2011-11-091-21/+19
* Support matching IPv6 flow label.Justin Pettit2011-11-091-3/+13
* datapath: Convert kernel priority actions into match/set.Pravin B Shelar2011-11-011-0/+1
* Implement new fragment handling policy.Ben Pfaff2011-10-211-7/+43
* openflow: Delete icmp_type and icmp_code macros.Ben Pfaff2011-10-111-2/+2
* nicira-ext: Fix build problems on 64-bit systems.Justin Pettit2011-10-041-2/+2
* classifier: Move zero_wildcards() to flow.c as public flow_zero_wildcards().Ben Pfaff2011-09-131-61/+2
* packets: Add more utility functions for IPv4 and IPv6 addresses.Ben Pfaff2011-09-131-19/+3
* classifier: Change cls_rule_set_nd_target() to take a pointer.Ben Pfaff2011-09-131-2/+2
* flow: New FLOW_WC_SEQ build assertion.Ethan Jackson2011-08-121-2/+4
* lib: Whitespace cleanup.Ethan Jackson2011-08-121-3/+3
* classifier: Print ARP opcode as "arp_op" instead of "opcode".Ben Pfaff2011-06-301-1/+1
* classifier: New function cls_rule_hash().Ben Pfaff2011-06-141-0/+10
* flow: Give flow_wildcards_hash() a 'basis' parameter.Ben Pfaff2011-06-141-2/+2
* Better abstract wildcards for Ethernet destination field.Ben Pfaff2011-06-071-0/+20
* ofproto: Make rule construction and destruction more symmetric.Ben Pfaff2011-05-111-1/+14
* classifier: Remove OF1.0 special case from classifier_find_rule_exactly().Ben Pfaff2011-05-111-7/+1
* ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff2011-05-111-4/+3
* classifier: Omit all-1-bits mask for VLAN TCI in cls_rule_format().Ben Pfaff2011-03-161-0/+2
* nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit2011-02-021-4/+29
* nicira-ext: Support matching IPv6 traffic.Justin Pettit2011-02-021-5/+122
* nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit2011-02-021-3/+35
* lib: Replace IP_TYPE_ references with IPPROTO_.Justin Pettit2011-02-021-4/+4
* Implement arbitrary bitwise masks for tun_id field.Ben Pfaff2011-01-201-9/+22
* classifier: Insert commas after fields that lacked them in cls_rule_format().Ben Pfaff2010-12-151-6/+6
* classifier: Use OFP_DEFAULT_PRIORITY instead of literal 32768.Ben Pfaff2010-12-151-1/+1
* Expand tunnel IDs from 32 to 64 bits.Ben Pfaff2010-12-101-4/+4
* classifier: Implement better classifier rule formatting.Ben Pfaff2010-12-071-11/+160
* classifier: New cls_rule functions for setting registers and tun_id.Ben Pfaff2010-12-031-0/+22
* nx-match: Implement support for arbitrary VLAN TCI masks.Ben Pfaff2010-11-231-67/+54
* flow: Fully separate flow_wildcards from OpenFlow wildcard bits.Ben Pfaff2010-11-221-114/+45
* flow: Remove flow_to/from_match() in favor of cls_rule_to/from_match().Ben Pfaff2010-11-221-9/+68
* flow: New function flow_wildcards_is_exact().Ben Pfaff2010-11-221-1/+1
* classifier: New function cls_rule_equal().Ben Pfaff2010-11-221-0/+10
* classifier: Fix segfault iterating with rules that differ only in priority.Ben Pfaff2010-11-191-3/+15
* classifier: Remove classifier_for_each(), classifier_for_each_match().Ben Pfaff2010-11-151-102/+1
* classifier: Add functions and macros for iteration, and use them in ofproto.Ben Pfaff2010-11-151-0/+116
* classifier: Delete dead code specialized for the exact table.Ben Pfaff2010-11-121-45/+0
* classifier: Drop CLS_INC_* enumerations and related 'include' parameters.Ben Pfaff2010-11-121-43/+19
* Add support for matching Ethernet multicast frames.Ben Pfaff2010-11-111-4/+15