datapath: add skb mark matching and set action
[cascardo/ovs.git] / lib / flow.c
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-05 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-10-24 Mehak MahajanAllow processing of RARP packets.
2012-10-22 Mehak MahajanChange logging format for flows to that accepted by...
2012-10-04 Ben Pfaffofproto-dpif: Avoid zeroing tunnel info in handle_miss_...
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-09-21 Simon Hormanflow: Only show IPv4 flow information for IPv4 flows
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: 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-17 Ben PfaffDo not include zeroed metadata fields in NXM/OXM packet...
2012-08-07 Mehak MahajanAdding checksum to ICMP packets created by OVS for...
2012-08-03 Ben Pfaffflow: Remove superfluous casts.
2012-08-03 Ben Pfaffflow: Correctly consider nw_frag_mask in some flow_wild...
2012-08-02 Mehak MahajanAdding checksum to IP packets created by ovs for testing.
2012-08-01 Ethan Jacksonflow: Fix wild pointer dereference in flow_compose().
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-07-05 Simon Hormanopenflow: Rename OFP_VLAN_NONE as OFP10_VLAN_NONE
2012-06-27 Joe StringerAdd OXM_OF_METADATA field as a step toward OpenFlow...
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 Ethan Jacksonflow: Rename 'tp_addr' field in flow_hash_symmetric_l4().
2012-02-03 Ben PfaffAdd support for bitwise matching on TCP and UDP ports.
2012-02-03 Ben Pfaffflow: Add a couple of missing build assertions on FLOW_...
2012-01-10 Ethan Jacksonflow: Create new flow_metadata structure for packet_in...
2012-01-10 Ethan Jacksonpackets: Mask out CFI bit in eth_push_vlan().
2012-01-10 Ethan Jacksonflow: Improve flow_format() output.
2011-12-21 Ben Pfaffflow: Rename 'priority' to 'skb_priority'.
2011-12-19 Ben Pfaffflow: Make flow_compose() fake packets slightly more...
2011-12-02 Jesse Grossdatapath: Remove custom version of ipv6_skip_exthdr().
2011-11-21 Ben Pfaffflow: New functions for setting a VLAN VID or PCP value.
2011-11-16 Ethan Jacksonflow: flow_extract() improperly parses IPv6 TOS bits.
2011-11-11 Justin Pettitflow: htons() zero initializers to make their size...
2011-11-11 Justin Pettitflow: Use FWW_ flags to wildcard IP DSCP and ECN.
2011-11-11 Justin Pettitclassifier: Don't check masks when adding IPv4/IPv6...
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-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-11 Ben Pfaffopenflow: Delete icmp_type and icmp_code macros.
2011-10-04 Justin Pettitnicira-ext: Fix build problems on 64-bit systems.
2011-09-30 Ben Pfaffflow: Move flow_extract_stats() to dpif.c, as dpif_flow...
2011-09-29 Jesse Grossflow: Drop datapath-protocol.h from flow.c.
2011-09-13 Ben Pfaffflow: New function flow_wildcards_is_catchall().
2011-09-13 Ben Pfaffclassifier: Move zero_wildcards() to flow.c as public...
2011-09-13 Ben Pfaffofproto-dpif: Add -generate option to ofproto/trace...
2011-08-12 Ethan Jacksonlib: Whitespace cleanup.
2011-07-19 Ethan Jacksonnicira-ext: Generalize nx_mp_fields into nx_hash_fields.
2011-06-14 Ben Pfaffflow: Give flow_wildcards_hash() a 'basis' parameter.
2011-06-07 Ben PfaffBetter abstract wildcards for Ethernet destination...
2011-05-24 Ben Pfaffflow: Convert tunnel IDs to host byte order for formatting.
2011-05-23 Ethan Jacksonflow: flow_hash_symmetric_l4() don't hash UDP ports.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffFix incorrect byte order annotations.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-03-03 Jesse Grossflow: Make IPv6 userspace code match kernel.
2011-03-03 Jesse Grossdatapath: Allow jumbograms through IPv6 parsing.
2011-03-02 Jesse Grossflow: Avoid assertion failure on invalid IPv6 packet.
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 Neighbor Discovery...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-02-02 Justin Pettitnicira-ext: Support matching ARP source and target...
2011-02-02 Justin Pettitlib: Replace IP_TYPE_ references with IPPROTO_.
2011-02-02 Ethan Jacksonlib: Move l4 flow hash to the flow library.
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_flow_stats" from client...
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-20 Ben PfaffImplement arbitrary bitwise masks for tun_id field.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-03 Ethan Jacksonlib: Add zero padding field to flow_wildcards.
2010-12-03 Ben PfaffFormat tunnel IDs consistently.
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-11-30 Ben Pfaffunaligned: Add unaligned accessors for ovs_be<N> data.
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
2010-11-22 Ben Pfaffflow: Fully separate flow_wildcards from OpenFlow wildc...
2010-11-22 Ben Pfaffflow: Remove flow_to/from_match() in favor of cls_rule_...
2010-11-22 Ben Pfaffflow: Move functions for dealing with wildcard bit...
2010-11-22 Ben Pfaffflow: New function flow_wildcards_is_exact().
2010-11-11 Ben PfaffAdd support for matching Ethernet multicast frames.
2010-11-11 Ben Pfaffofproto: Implement support for registers in extended...
2010-11-08 Ben Pfaffflow: Better abstract flow_wildcards and use it more...
2010-11-05 Ben Pfaffofproto: Generalize tun_id_from_cookie into flow_format.
2010-11-03 Ben Pfaffclassifier: Rewrite.
2010-10-29 Ben Pfaffflow: Add more functions for working with flow_wildcards.
2010-10-29 Ben Pfaffflow: Use vlan_tci_to_pcp() helper.
2010-10-29 Ben Pfaffflow: Un-inline flow_wildcards functions.
next