aboutsummaryrefslogtreecommitdiff
path: root/lib/flow.c
AgeCommit message (Expand)Author
2012-08-03flow: Correctly consider nw_frag_mask in some flow_wildcards_*() functions.Ben Pfaff
2011-11-21flow: New functions for setting a VLAN VID or PCP value.Ben Pfaff
2011-11-16flow: flow_extract() improperly parses IPv6 TOS bits.Ethan Jackson
2011-11-10flow: htons() zero initializers to make their size more clear.Justin Pettit
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-09Support matching and modifying IP ECN bits.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-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-11openflow: Delete icmp_type and icmp_code macros.Ben Pfaff
2011-10-04nicira-ext: Fix build problems on 64-bit systems.Justin Pettit
2011-09-30flow: Move flow_extract_stats() to dpif.c, as dpif_flow_stats_extract().Ben Pfaff
2011-09-29flow: Drop datapath-protocol.h from flow.c.Jesse Gross
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-12lib: Whitespace cleanup.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-24flow: Convert tunnel IDs to host byte order for formatting.Ben Pfaff
2011-05-23flow: flow_hash_symmetric_l4() don't hash UDP ports.Ethan Jackson
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-16Fix incorrect byte order annotations.Ben Pfaff
2011-05-11ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff
2011-03-03flow: Make IPv6 userspace code match kernel.Jesse Gross
2011-03-03datapath: Allow jumbograms through IPv6 parsing.Jesse Gross
2011-03-02flow: Avoid assertion failure on invalid IPv6 packet.Jesse Gross
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: Replace IP_TYPE_ references with IPPROTO_.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-10Expand tunnel IDs from 32 to 64 bits.Ben Pfaff
2010-12-03lib: Add zero padding field to flow_wildcards.Ethan Jackson
2010-12-03Format tunnel IDs consistently.Ben Pfaff
2010-11-30coverage: Make the coverage counters catalog program-specific.Ben Pfaff
2010-11-29unaligned: Add unaligned accessors for ovs_be<N> data.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