xlate: Always recirculate after an MPLS POP to a non-MPLS ethertype.
[cascardo/ovs.git] / ofproto / ofproto-dpif-xlate.c
2016-02-25 Jarno Rajahalmexlate: Always recirculate after an MPLS POP to a non...
2016-02-23 Thadeu Lima de Sou... ofproto-dpif-xlate: Fix crash when using multicast...
2016-02-20 Ben PfaffImplement serializing the state of packet traversal...
2016-02-20 Ben PfaffSupport userdata in NXT_PACKET_IN2.
2016-02-20 Ben Pfaffofp-util: Rename struct ofputil_packet_in member 'len...
2016-02-20 Ben Pfaffofpbuf: New function ofpbuf_const_initializer().
2016-02-19 Ben Pfaffofproto-dpif-xlate: Don't consider mirrors used when...
2016-02-19 Ben Pfaffofproto-dpif-xlate: Distinguish "freezing" from "recirc...
2016-02-19 Ben Pfaffofproto-dpif-xlate: Break recirculation actions out...
2016-02-19 Ben Pfaffofproto-dpif-xlate: New helper function ctx_cancel_reci...
2016-02-19 Ben Pfaffofproto-dpif-xlate: Improve recirc_unroll_actions(...
2016-02-05 Huanle Hanofproto-dpif-xlate: Fix clash between macro argument...
2016-01-30 Jarno Rajahalmeofproto-dpif-xlate: Remove obsolete special case.
2016-01-28 Ben Pfaffofproto-dpif-xlate: Do not execute resubmit again after...
2016-01-25 Ben Pfaffofproto-dpif-xlate: Fix recirculation for resubmit...
2016-01-21 Ben Pfaffofproto-dpif-xlate: Put recirc_state, not recirc_id_nod...
2016-01-21 Ben Pfaffofproto-dpif-rid: Use UUID, not pointer, to identify...
2016-01-21 Ben Pfaffofproto-dpif-rid: Don't carry actset_output explicitly...
2016-01-21 Ben Pfaffofproto-dpif-rid: Use separate pointers for actions...
2016-01-21 Ben Pfaffofproto-dpif-rid: Use array instead of ofpbuf for recir...
2016-01-20 Ben Pfaffconnmgr: Generalize ofproto_packet_in to ofproto_async_msg.
2016-01-20 Ben Pfaffopenflow: Better abstract handling of packet-in messages.
2016-01-20 Ben Pfafffail-open: Drop some of the weirder special cases.
2016-01-05 Ben Pfaffofp-actions: Make composing actions harder to screw up.
2015-12-11 Daniele Di Proiettoofproto-dpif-xlate: Fix revalidation in execute_control...
2015-12-04 Thadeu Lima de Sou... ofproto-dpif-xlate: Support IPv6 when sending to tunnel
2015-12-04 Thadeu Lima de Sou... netdev-vport: Add IPv6 support for build/push/pop tunne...
2015-12-04 Ben Pfaffpackets: Introduce in6_addr_mapped_ipv4() and use where...
2015-11-30 Thadeu Lima de Sou... ofproto-dpif-xlate: use IPv6 for tnl_neigh_cache
2015-11-30 Jiri Benctunneling: extend flow_tnl with ipv6 addresses
2015-11-30 Thadeu Lima de Sou... tnl-arp-cache: Rename module and functions to tnl-neigh...
2015-11-30 Thadeu Lima de Sou... ofproto-dpif-xlate: use IPv6 for orig_tunnel_ip_dst
2015-11-26 Ben Pfaffofproto-dpif-xlate: Fix byte-order error in comparison.
2015-11-26 Jarno Rajahalmeconntrack: Add support for NAT.
2015-11-25 Jarno Rajahalmeofproto: Enable in-place modification for recirc actions.
2015-11-25 Jarno Rajahalmeofproto: Allow xlate_actions() to fail.
2015-11-11 Joe Stringerofproto-dpif-xlate: Don't stop processing after ct.
2015-10-23 Justin Pettitofproto-dpif-xlate: Fix small typo.
2015-10-13 Joe StringerAdd support for connection tracking helper/ALGs.
2015-10-13 Joe StringerAdd connection tracking label support.
2015-10-13 Joe StringerAdd connection tracking mark support.
2015-10-13 Joe StringerAdd support for connection tracking.
2015-10-13 Thadeu Lima de Sou... tnl-arp-cache: add IPv6 Neighbor Discovery support
2015-10-13 Thadeu Lima de Sou... route: support IPv6 and use IPv4-mapped addresses
2015-09-18 Jesse Grosstunneling: Track recursion levels across ARP generation.
2015-09-11 Joe Stringerofproto-dpif-xlate: Introduce xlate_commit_actions().
2015-09-09 Ben Pfaffofproto-dpif-xlate: Lower missing netdev_max_backlog...
2015-08-29 Jesse Grosstunnel: Support matching on the presence of Geneve...
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-26 Jarno Rajahalmemeta-flow: Minor refactoring.
2015-08-03 Ben Pfaffofproto-dpif: Use a regular ref instead of try_ref...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Fix mirroring interaction with...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Add recirculation information to...
2015-07-31 Ben Pfaffofp-actions: Add action "debug_recirc" for testing...
2015-07-31 Ben Pfaffofproto-dpif-rid: Factor recirculation state out as...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Rewrite mirroring to better fit...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Drop packets received from mirror...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Move initialization of 'in_port...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Move 'nf_output_iface' from xlate_o...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Remove multiple members from struct...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Move 'mirrors' from xlate_out to...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Set up 'base_flow' when we initiali...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Clean up sFlow and IPFIX sampling...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Factor wildcard processing out...
2015-07-31 Ben Pfafftunnel: Break tnl_xlate_init() into two separate functions.
2015-07-31 Ben Pfaffofproto-dpif-xlate: Simplify 'sample_actions_len' calcu...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Move declaration of 'orig_flow...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Eliminate 'is_icmp' from xlate_acti...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Simplify invocation of process_spec...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Eliminate 'rule' local variable.
2015-07-31 Ben Pfaffofproto-dpif-xlate: Calculate 'ofpacts' in more restric...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Make xlate_actions() caller supply...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Make xlate_actions() caller supply...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Initialize 'ctx' all in one place.
2015-07-31 Ben Pfaffofproto-dpif-xlate: Initialize '*xout' all together...
2015-07-27 Ben Pfaffofproto-dpif-mirror: Fix insane waste of memory and...
2015-07-24 Ben Pfafftunnel: Drop 'base_flow' parameter from tnl_xlate_init().
2015-07-24 Ben Pfaffofproto-dpif-xlate: Fix handling of write_actions(group...
2015-07-24 Ben Pfaffofproto-dpif-xlate: Remove unused function xlate_out_co...
2015-07-21 Neil McKeeExtend sFlow agent to report tunnel and MPLS structures
2015-07-16 Jesse Grosstunneling: Allow matching and setting tunnel 'OAM'...
2015-07-06 Joe Stringerodp-util: Share fields between odp and dpif_backer.
2015-07-02 Thadeu Lima de Sou... mcast-snooping: Add Multicast Listener Discovery support
2015-07-01 Thadeu Lima de Sou... mcast-snooping: Use IPv6 address for MDB
2015-06-25 Jesse Grosstunnel: Geneve TLV handling support for OpenFlow.
2015-06-22 Ben Pfaffofproto-dpif-xlate: Add support for OpenFlow group...
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-17 Thadeu Lima de Sou... Add IGMPv3 support.
2015-06-17 Thadeu Lima de Sou... ofproto-dpif-xlate: Make IGMP packets always take slow...
2015-06-16 Ben Pfaffofproto-dpif-xlate: Add native tunnel information to...
2015-06-16 Ben Pfaffofproto-dpif: Allow translation reports to include...
2015-06-16 Ben Pfaffpackets: Generalize compose_arp().
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-12 Jarno Rajahalmeclassifier: Simplify versioning.
2015-06-11 Jarno Rajahalmeofproto: Infra for table versioning.
2015-06-08 Jesse Grossofp-util: Convert flow_metadata to match structure.
2015-06-07 Alex Wangodp-util: Make sure vlan tci mask has exact match for...
2015-05-29 Joe Stringerofproto-dpif: Refactor feature support structure.
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-20 Dennis Flynnauto-attach: Implement interface lldp disable and re...
next