Merge branch 'mainstream'
[sliver-openvswitch.git] / lib / meta-flow.c
2013-08-28 Giuseppe LettieriMerge branch 'mainstream'
2013-08-28 Jarno Rajahalmelib: Keep track of usable protocols while parsing.
2013-08-24 Giuseppe LettieriMerge branch 'mainstream'
2013-08-23 Ben Pfaffmeta-flow: Use correct OF1.2+ errors for invalid fields...
2013-08-22 Joe Stringerofp-util: Add SCTP support
2013-08-15 Giuseppe LettieriMerge branch 'mainstream'
2013-08-13 Jesse Grossflow: Enable matching on new field 'pkt_mark'.
2013-08-13 Jesse Grossflow: Rename skb_mark to pkt_mark.
2013-07-31 Giuseppe LettieriMerge remote-tracking branch 'ovs-dev/master'
2013-07-25 Ben Pfaffmeta-flow: Be pickier about format of Ethernet addresses.
2013-07-23 Giuseppe LettieriMerge branch 'mainstream'
2013-07-22 Ben Pfaffmeta-flow: Make thread-safe.
2013-07-19 Giuseppe LettieriMerge branch 'mainstream'
2013-07-08 Ben Pfaffofp-parse: Do not exit() upon a parse error.
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-05 Giuseppe LettieriMerge commit '796223f5bc3a4896e6398733c798390158479400'
2013-07-05 Giuseppe LettieriMerge commit '4b60911067a82fbdfa87b7c2824412da20287ed8'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-11 Justin Pettitmeta-flow: Fix comment describing mf_set_flow_value().
2013-05-20 Ben Pfaffofp-util: Make ofputil_port_from_ofp11() return OFPP_NO...
2013-05-20 Jarno Rajahalmemeta-flow: Add MFF_IN_PORT_OXM, a 32-bit in_port.
2013-05-10 Jarno Rajahalmemeta-flow: Simplify mf_from_ofp_port_string()
2013-05-10 Jarno RajahalmeOpenFlow-level flow-based tunneling support.
2013-05-08 Ben Pfaffmeta-flow: Make 'in_port' field writable.
2013-04-18 Ben PfaffCorrectly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP...
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-01-31 Ben Pfaffmeta-flow: Add missing "break" to mf_set_wild().
2013-01-31 Ben Pfaffmeta-flow: Avoid null pointer dereference in mf_format_...
2013-01-31 Giuseppe LettieriMerge branch 'mainstream'
2013-01-29 Ethan Jacksonpackets: Create global helper is_ip_any().
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2013-01-09 Gurucharan Shettyovs-ofctl: Remove 'ANY' as a wildcard.
2013-01-09 Ben Pfaffmeta-flow: Fix uninitialized data parsing tnl_flags...
2012-12-18 Ben Pfaffmeta-flow: Correctly byteswap skb_priority/skb_mark...
2012-12-18 Ansis Attekavswitchd: log skb_mark and skb_priority
2012-12-18 Ben Pfaffmeta-flow: Fix and simplify mf_get_mask().
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
2012-12-14 Justin Pettitmeta-flow: Don't allow negative port numbers.
2012-11-27 Jarno RajahalmeAdd OF1.3 TUNNEL_ID support.
2012-11-22 Pravin B Shelarvswitchd: Log all tunnel parameters of given flow.
2012-11-02 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-10-29 Giuseppe LettieriMerge branch 'mainstream'
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-24 Giuseppe LettieriMerge branch 'mainstream'
2012-09-20 Ben Pfaffovs-ofctl: Accept port keywords, OF1.1 port numbers...
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
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-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
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-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
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.
next