aboutsummaryrefslogtreecommitdiff
path: root/lib/meta-flow.c
AgeCommit message (Expand)Author
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-15meta-flow: Don't dereference NULL sf->field in mf_format_subfield().Ben Pfaff
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-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-10flow: Use FWW_ flags to wildcard IP DSCP and ECN.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-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-11meta-flow: Fix mf_get_value() retrieval of register values.Ben Pfaff
2011-10-11openflow: Delete icmp_type and icmp_code macros.Ben Pfaff
2011-10-04nicira-ext: Bump number of registers to five from four.Justin Pettit
2011-10-03meta-flow: Fix icmp_code field's wildcard bit.Ben Pfaff
2011-09-13Implement new "learn" action.Ben Pfaff
2011-09-13meta-flow: New library for working with fields by id.Ben Pfaff