Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / lib / flow.h
2014-05-04 Giuseppe LettieriMerge branch 'mainstream'
2014-04-29 Jarno Rajahalmelib/classifier: Support variable sized miniflows.
2014-04-29 Jarno Rajahalmelib/flow: Maintain miniflow offline values explicitly.
2014-04-29 Jarno Rajahalmelib/flow: Optimize minimask_has_extra() and minimask_is...
2014-04-29 Jarno Rajahalmelib: Inline functions used in classifier_lookup.
2014-04-29 Jarno Rajahalmelib/flow: Simplify miniflow accessors, add ipv6 support.
2014-04-24 Padmanabhan Krishnanofproto-dpif-xlate: Identify STP BPDUs more specifically.
2014-04-18 Jarno Rajahalmedpif-netdev: Use miniflow as a flow key.
2014-04-18 Jarno Rajahalmeclassifier: Support miniflow as a key.
2014-04-18 Jarno Rajahalmelib/flow: Add miniflow accessors and miniflow_get_tcp_f...
2014-04-18 Jarno Rajahalmelib/flow: Introduce miniflow_extract().
2014-04-17 YAMAMOTO Takashiflow.h: Fix a comment typo
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-04 Ethan Jacksonflow: Rearrange struct flow for better megaflows.
2014-04-01 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-03-25 Andy Zhoulib/flow: add dp_hash and recirc_id to struct flow
2014-03-20 Alex Wangdpif-netdev: Implement the API functions to allow multi...
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
2014-03-01 Andy Zhoulib: simplify flow_extract() API
2014-02-04 Giuseppe LettieriMerge branch 'mainstream'
2014-02-04 Ben PfaffEnhance userspace support for MPLS, for up to 3 labels.
2014-01-21 Giuseppe LettieriMerge branch 'mainstream'
2014-01-03 Giuseppe LettieriMerge branch 'mainstream'
2013-12-20 Jarno Rajahalmelib/flow: Skip minimask value checks.
2013-12-13 Ethan Jacksonflow: New function flow_unwildcard_tp_ports().
2013-12-11 Andy Zhouofproto-dpif: Ignore non-packet field masks during...
2013-12-10 Giuseppe LettieriMerge branch 'mainstream'
2013-12-02 Jarno Rajahalmelib: More intuitive syntax for TCP flags matching.
2013-11-20 Giuseppe LettieriMerge remote-tracking branch 'ovs-dev/master'
2013-11-20 Jarno RajahalmeClassifier: Staged subtable matching.
2013-11-18 Jarno Rajahalmeminiflow: Use 64-bit map.
2013-11-05 Giuseppe LettieriMerge branch 'mainstream'
2013-10-29 Jarno RajahalmeTCP flags matching support.
2013-10-25 Giuseppe LettieriMerge branch 'mainstream'
2013-10-17 Jarno RajahalmeMore accurate wildcarding and fragment handling.
2013-10-07 Giuseppe LettieriMerge branch 'mainstream'
2013-09-27 Simon HormanRemove mpls_depth field from flow
2013-09-26 Ben Pfaffclassifier: Speed up lookup when metadata partitions...
2013-09-26 Ben Pfaffmatch: New function minimatch_matches_flow().
2013-08-28 Giuseppe LettieriMerge branch 'mainstream'
2013-08-27 Ben Pfaffclassifier: New function cls_rule_move().
2013-08-24 Giuseppe LettieriMerge branch 'mainstream'
2013-08-22 Joe Stringerofproto-dpif: 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-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-05 Giuseppe LettieriMerge commit '4b60911067a82fbdfa87b7c2824412da20287ed8'
2013-06-28 Justin Pettitflow: Only un-wildcard relevant IP headers.
2013-06-24 Ethan Jacksonflow: New function hash_ofp_port() and hash_ofp_port().
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-11 Justin Pettitofproto-dpif: Store relevant fields for wildcarding...
2013-06-11 Ethan Jacksonflow: Add new wildcard functions.
2013-06-11 Ethan Jacksonflow: Add new flow_wildcards_fold_minimask() function.
2013-05-10 Jarno RajahalmeOpenFlow-level flow-based tunneling support.
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-04-03 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-03-15 Simon HormanRemove encal_dl_type from struct flow
2013-03-15 Simon HormanRevert "flow: Split flow_extract"
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2012-12-27 Simon Hormanflow: Split flow_extract
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
2012-11-23 Ansis Attekavswitchd: fix 32-bit builds
2012-11-22 Pravin B Shelarvswitchd: Log all tunnel parameters of given flow.
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-02 Justin PettitUse ODP ports in dpif layer and below.
2012-10-29 Giuseppe LettieriMerge branch 'mainstream'
2012-10-03 Jesse Grossflow: Fix struct flow size build assertion failure.
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
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 PfaffIntroduce sparse flows and masks, to reduce memory...
2012-09-04 Ben Pfaffflow: Simplify many functions for working with flows...
2012-09-04 Ben Pfaffflow: Remove flow_wildcards_is_exact().
2012-09-04 Ben Pfaffflow: Replace flow_wildcards members by a single "struc...
2012-09-04 Ben Pfaffflow: Take advantage of zero-padding in struct flow...
2012-09-04 Ben Pfaffflow: Ensure that padding is always zeroed.
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-09-04 Ben Pfaffflow: Fully separate FWW_* from OFPFW10_*.
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-08-17 Ben PfaffDo not include zeroed metadata fields in NXM/OXM packet...
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-19 Simon HormanOXM: Allow masking of ARP SHA and THA
2012-07-19 Simon HormanOXM: Allow masking of IPv6 Flow Label
2012-06-27 Joe StringerAdd OXM_OF_METADATA field as a step toward OpenFlow...
2012-06-13 Ben Pfaffopenflow-1.0: Rename ofp_match to ofp10_match, OFPFW_...
2012-05-29 Joe Stringerflow: Adds support for arbitrary ethernet masking
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ansis Attekanicira-ext: Support masking of nd_target field
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.
next