aboutsummaryrefslogtreecommitdiff
path: root/lib/meta-flow.h
AgeCommit message (Expand)Author
2013-10-17ovs-dpctl: Add a 'filter' option to match wildcarded 'dump-flows'.Gurucharan Shetty
2013-10-15meta-flow: Add mf_mask_field_and_prereqs().Jarno Rajahalme
2013-08-27lib: Keep track of usable protocols while parsing.Jarno Rajahalme
2013-08-22ofp-util: Add SCTP supportJoe Stringer
2013-08-13flow: Rename skb_mark to pkt_mark.Jesse Gross
2013-07-08ofp-parse: Do not exit() upon a parse error.Ben Pfaff
2013-05-20meta-flow: Add MFF_IN_PORT_OXM, a 32-bit in_port.Jarno Rajahalme
2013-04-18Correctly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP field.Ben Pfaff
2013-02-05User-Space MPLS actions and matchesSimon Horman
2012-12-18vswitchd: log skb_mark and skb_priorityAnsis Atteka
2012-11-21vswitchd: Log all tunnel parameters of given flow.Pravin B Shelar
2012-09-12lib/ofp-actions: use mf_subvalue in struct ofpact_reg_load.Isaku Yamahata
2012-09-04classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff
2012-09-04flow: Use bit-mask for in_port match, instead of FWW_* flag.Ben Pfaff
2012-07-23OXM: Add VLAN VID as a prerequisite for VLAN PCPSimon Horman
2012-07-23meta-flow: Add OF1.2-like MFF_VLAN_VID and MFF_VLAN_PCP.Ben Pfaff
2012-07-23meta-flow: Rename MFF_VLAN_VID->MFF_DL_VLAN, MFF_VLAN_PCP->MFF_DL_VLAN_PCP.Ben Pfaff
2012-07-12meta-flow: Remove mf_set_subfield and mf_set_subfieldSimon Horman
2012-06-27lib/meta-flow: introduce a macro, CASE_MFF_REGS, to catch "case MFF_REG<N>:"Isaku Yamahata
2012-06-26Add OXM_OF_METADATA field as a step toward OpenFlow 1.1 support.Joe Stringer
2012-06-26meta-flow: Accept NXM and OXM field names, support NXM and OXM for output.Ben Pfaff
2012-06-12Allow general masking of IPv6 addresses rather than just CIDR masks.Ben Pfaff
2012-05-29flow: Adds support for arbitrary ethernet maskingJoe Stringer
2012-05-07ofp-parse: New function parse_ofp_exact_flow().Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-25Add OXM data to mf_fieldsSimon Horman
2012-04-13meta-flow: New functions for reading and writing generalized subfields.Ben Pfaff
2012-03-09nicira-ext: Increase the number of NXM registers to 8.Ethan Jackson
2012-02-01meta-flow: New "subfield" data structure.Ben Pfaff
2011-11-21nx-match: Fold all of its data structures into mf_field.Ben Pfaff
2011-11-21meta-flow: Split ICMP into ICMPv4 and ICMPv6.Ben Pfaff
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-11-04meta-flow: Update mf_field description of size.Justin Pettit
2011-11-01Fix build on FreeBSD.Edward Tomasz NapieraƂa
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-04nicira-ext: Bump number of registers to five from four.Justin Pettit
2011-09-13meta-flow: New library for working with fields by id.Ben Pfaff