aboutsummaryrefslogtreecommitdiff
path: root/lib/flow.h
AgeCommit message (Expand)Author
2012-12-27flow: Split flow_extractSimon Horman
2012-11-23vswitchd: fix 32-bit buildsAnsis Atteka
2012-11-21vswitchd: Log all tunnel parameters of given flow.Pravin B Shelar
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-01Use ODP ports in dpif layer and below.Justin Pettit
2012-10-03flow: Fix struct flow size build assertion failure.Jesse Gross
2012-10-03flow: Extend struct flow to contain tunnel outer header.Jesse Gross
2012-09-04Introduce sparse flows and masks, to reduce memory usage and improve speed.Ben Pfaff
2012-09-04flow: Simplify many functions for working with flows and wildcards.Ben Pfaff
2012-09-04flow: Remove flow_wildcards_is_exact().Ben Pfaff
2012-09-04flow: Replace flow_wildcards members by a single "struct flow".Ben Pfaff
2012-09-04flow: Take advantage of zero-padding in struct flow and flow_wildcards.Ben Pfaff
2012-09-04flow: Ensure that padding is always zeroed.Ben Pfaff
2012-09-04flow: Use bit-mask for in_port match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for Ethernet type match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for IP protocol match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for TTL match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for DSCP and ECN bits, instead of FWW_* flags.Ben Pfaff
2012-09-04flow: Fully separate FWW_* from OFPFW10_*.Ben Pfaff
2012-08-17Do not include zeroed metadata fields in NXM/OXM packet-in messages.Ben Pfaff
2012-07-23meta-flow: Add OF1.2-like MFF_VLAN_VID and MFF_VLAN_PCP.Ben Pfaff
2012-07-23flow: Rename flow_set_vlan_vid() to flow_set_dl_vlan().Ben Pfaff
2012-07-19OXM: Allow masking of ARP SHA and THASimon Horman
2012-07-19OXM: Allow masking of IPv6 Flow LabelSimon Horman
2012-06-26Add OXM_OF_METADATA field as a step toward OpenFlow 1.1 support.Joe Stringer
2012-06-12openflow-1.0: Rename ofp_match to ofp10_match, OFPFW_* to OFPFW10_*.Ben Pfaff
2012-05-29flow: Adds support for arbitrary ethernet maskingJoe Stringer
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-26nicira-ext: Support masking of nd_target fieldAnsis Atteka
2012-03-09nicira-ext: Increase the number of NXM registers to 8.Ethan Jackson
2012-02-02Add support for bitwise matching on TCP and UDP ports.Ben Pfaff
2012-01-10flow: Create new flow_metadata structure for packet_in messages.Ethan Jackson
2011-12-21flow: Rename 'priority' to 'skb_priority'.Ben Pfaff
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