vswitchd: Log all tunnel parameters of given flow.
[cascardo/ovs.git] / lib / meta-flow.c
2012-11-22 Pravin B Shelarvswitchd: Log all tunnel parameters of given flow.
2012-11-05 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-10-18 Ben Pfaffofp-util: Separate output, error reporting in ofputil_p...
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-09-20 Ben Pfaffovs-ofctl: Accept port keywords, OF1.1 port numbers...
2012-09-13 Ben Pfaffofp-actions: Right-justify the value in ofpact_reg_load...
2012-09-12 Isaku Yamahatalib/ofp-actions: use mf_subvalue in struct ofpact_reg_load.
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-09-04 Ben Pfaffflow: Replace flow_wildcards members by a single "struc...
2012-09-04 Ben Pfaffflow: Use bit-mask for in_port match, instead of FWW_...
2012-09-04 Ben Pfaffflow: Use bit-mask for Ethernet type match, instead...
2012-09-04 Ben Pfaffflow: Use bit-mask for IP protocol match, instead of...
2012-09-04 Ben Pfaffflow: Use bit-mask for TTL match, instead of FWW_*...
2012-09-04 Ben Pfaffflow: Use bit-mask for DSCP and ECN bits, instead of...
2012-07-25 Ben Pfaffmeta-flow: Fix "sparse" warning in mf_are_prereqs_ok().
2012-07-23 Simon HormanOXM: Add VLAN VID as a prerequisite for VLAN PCP
2012-07-23 Ben Pfaffmeta-flow: Add OF1.2-like MFF_VLAN_VID and MFF_VLAN_PCP.
2012-07-23 Ben Pfaffflow: Rename flow_set_vlan_vid() to flow_set_dl_vlan().
2012-07-23 Ben Pfaffmeta-flow: Rename MFF_VLAN_VID->MFF_DL_VLAN, MFF_VLAN_P...
2012-07-19 Simon HormanOXM: Allow masking of ARP SHA and THA
2012-07-19 Ben Pfaffmeta-flow: Fix mf_get_mask() bug for IPv6 flow label.
2012-07-19 Simon HormanOXM: Allow masking of IPv6 Flow Label
2012-07-12 Simon Hormanmeta-flow: Remove mf_set_subfield and mf_set_subfield
2012-07-12 Joe Stringermeta-flow: Reduce redundant transport set/get code
2012-06-27 Isaku Yamahatalib/meta-flow: introduce a macro, CASE_MFF_REGS, to...
2012-06-27 Joe StringerAdd OXM_OF_METADATA field as a step toward OpenFlow...
2012-06-27 Ben Pfaffmeta-flow: Accept NXM and OXM field names, support...
2012-06-27 Isaku Yamahatalib/meta-flow: use symbolic value instead of ~7
2012-06-13 Ben PfaffAllow general masking of IPv6 addresses rather than...
2012-06-13 Ben PfaffAllow general masking of IPv4 addresses rather than...
2012-06-11 Simon Hormannx-match: Add parsing and serialisation of OXM matches.
2012-05-29 Joe Stringerflow: Adds support for arbitrary ethernet masking
2012-05-29 Joe Stringerpackets: Adds ethernet-matching helper functions
2012-05-07 Ben Pfaffofp-parse: New function parse_ofp_exact_flow().
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-27 Ben Pfaffmeta-flow: Correctly set destination MAC in mf_set_flow...
2012-04-26 Ansis Attekanicira-ext: Support masking of nd_target field
2012-04-25 Simon HormanAdd OXM data to mf_fields
2012-04-14 Ben Pfaffmeta-flow: New functions for reading and writing genera...
2012-03-15 Ben Pfaffmeta-flow: Don't dereference NULL sf->field in mf_forma...
2012-03-09 Ethan Jacksonnicira-ext: Increase the number of NXM registers to 8.
2012-02-03 Ben PfaffAdd support for bitwise matching on TCP and UDP ports.
2012-02-01 Ben Pfaffmeta-flow: New "subfield" data structure.
2011-11-21 Ben Pfaffnx-match: Fold all of its data structures into mf_field.
2011-11-21 Ben Pfaffmeta-flow: Split ICMP into ICMPv4 and ICMPv6.
2011-11-11 Justin Pettitflow: Use FWW_ flags to wildcard IP DSCP and ECN.
2011-11-11 Justin PettitPrepend "nw_" to "frag" and "tos" elements.
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin PettitDon't overload IP TOS with the frag matching bits.
2011-11-09 Justin PettitSupport matching IPv6 flow label.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-12 Ben Pfaffmeta-flow: Fix mf_get_value() retrieval of register...
2011-10-11 Ben Pfaffopenflow: Delete icmp_type and icmp_code macros.
2011-10-04 Justin Pettitnicira-ext: Bump number of registers to five from four.
2011-10-03 Ben Pfaffmeta-flow: Fix icmp_code field's wildcard bit.
2011-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Ben Pfaffmeta-flow: New library for working with fields by id.