aboutsummaryrefslogtreecommitdiff
path: root/lib/flow.h
AgeCommit message (Expand)Author
2011-11-21flow: New functions for setting a VLAN VID or PCP value.Ben Pfaff
2011-11-17flow: Rename flow_compare() to flow_compare_3way().Ben Pfaff
2011-11-10flow: Use FWW_ flags to wildcard IP DSCP and ECN.Justin Pettit
2011-11-10classifier: Don't check masks when adding IPv4/IPv6 addresses.Justin Pettit
2011-11-10Prepend "nw_" to "frag" and "tos" elements.Justin Pettit
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Don't overload IP TOS with the frag matching bits.Justin Pettit
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-11-08flow: Rearrange IPv6 addresses to remove potential hole in structure.Justin Pettit
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-04nicira-ext: Fix build problems on 64-bit systems.Justin Pettit
2011-10-04nicira-ext: Bump number of registers to five from four.Justin Pettit
2011-09-30flow: Move flow_extract_stats() to dpif.c, as dpif_flow_stats_extract().Ben Pfaff
2011-09-30Remove a pair of unnecessary dependencies on datapath-protocol.h.Ben Pfaff
2011-09-13flow: New function flow_wildcards_is_catchall().Ben Pfaff
2011-09-13classifier: Move zero_wildcards() to flow.c as public flow_zero_wildcards().Ben Pfaff
2011-09-13ofproto-dpif: Add -generate option to ofproto/trace command.Ben Pfaff
2011-08-12flow: New FLOW_WC_SEQ build assertion.Ethan Jackson
2011-07-19nicira-ext: Generalize nx_mp_fields into nx_hash_fields.Ethan Jackson
2011-06-14flow: Give flow_wildcards_hash() a 'basis' parameter.Ben Pfaff
2011-06-07Better abstract wildcards for Ethernet destination field.Ben Pfaff
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-16Fix incorrect byte order annotations.Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-11ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff
2011-02-02nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2011-02-02nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit
2011-02-02lib: Move l4 flow hash to the flow library.Ethan Jackson
2011-01-27dpif: Eliminate "struct odp_flow_stats" from client-visible interface.Ben Pfaff
2011-01-27datapath: Convert odp_flow_key to use Netlink attributes instead.Ben Pfaff
2011-01-20Implement arbitrary bitwise masks for tun_id field.Ben Pfaff
2010-12-17flow: Increase number of registers to 4.Ben Pfaff
2010-12-13flow: Make size of flow struct a multiple of 8.Jesse Gross
2010-12-10Expand tunnel IDs from 32 to 64 bits.Ben Pfaff
2010-12-03lib: Add zero padding field to flow_wildcards.Ethan Jackson
2010-11-29flow: Delete unused FWW_VLAN_TCI bit.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: Remove flow_to/from_match() in favor of cls_rule_to/from_match().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-11Add support for matching Ethernet multicast frames.Ben Pfaff
2010-11-11ofproto: Implement support for registers in extended flow match.Ben Pfaff
2010-11-08flow: Better abstract flow_wildcards and use it more widely.Ben Pfaff
2010-11-05ofproto: Generalize tun_id_from_cookie into flow_format.Ben Pfaff
2010-11-03classifier: Rewrite.Ben Pfaff
2010-10-29flow: Add more functions for working with flow_wildcards.Ben Pfaff
2010-10-29flow: Un-inline flow_wildcards functions.Ben Pfaff