summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.c
Commit message (Expand)AuthorAgeFilesLines
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Set reason before sending continuation packet-in to the controllerNuman Siddique2016-03-101-0/+1
* xlate: Always recirculate after an MPLS POP to a non-MPLS ethertype.Jarno Rajahalme2016-02-241-91/+8
* ofproto-dpif-xlate: Fix crash when using multicast snooping.Thadeu Lima de Souza Cascardo2016-02-231-2/+2
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-42/+158
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-5/+13
* ofp-util: Rename struct ofputil_packet_in member 'len' to 'packet_len'.Ben Pfaff2016-02-191-1/+1
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-5/+3
* ofproto-dpif-xlate: Don't consider mirrors used when excluded by VLAN.Ben Pfaff2016-02-191-5/+20
* ofproto-dpif-xlate: Distinguish "freezing" from "recirculation".Ben Pfaff2016-02-191-137/+158
* ofproto-dpif-xlate: Break recirculation actions out from action_set.Ben Pfaff2016-02-191-77/+51
* ofproto-dpif-xlate: New helper function ctx_cancel_recirculation().Ben Pfaff2016-02-191-13/+13
* ofproto-dpif-xlate: Improve recirc_unroll_actions() interface.Ben Pfaff2016-02-191-14/+7
* ofproto-dpif-xlate: Fix clash between macro argument and struct member name.Huanle Han2016-02-051-5/+5
* ofproto-dpif-xlate: Remove obsolete special case.Jarno Rajahalme2016-01-291-6/+2
* ofproto-dpif-xlate: Do not execute resubmit again after recirculation.Ben Pfaff2016-01-271-1/+23
* ofproto-dpif-xlate: Fix recirculation for resubmit to current table.Ben Pfaff2016-01-251-7/+14
* ofproto-dpif-xlate: Put recirc_state, not recirc_id_node, in xlate_in.Ben Pfaff2016-01-211-4/+9
* ofproto-dpif-rid: Use UUID, not pointer, to identify ofprotos for recirc.Ben Pfaff2016-01-201-3/+19
* ofproto-dpif-rid: Don't carry actset_output explicitly in metadata.Ben Pfaff2016-01-201-22/+18
* ofproto-dpif-rid: Use separate pointers for actions and action set.Ben Pfaff2016-01-201-10/+11
* ofproto-dpif-rid: Use array instead of ofpbuf for recirc_state stack.Ben Pfaff2016-01-201-2/+4
* connmgr: Generalize ofproto_packet_in to ofproto_async_msg.Ben Pfaff2016-01-201-15/+17
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-201-25/+22
* fail-open: Drop some of the weirder special cases.Ben Pfaff2016-01-201-2/+0
* ofp-actions: Make composing actions harder to screw up.Ben Pfaff2016-01-041-1/+0
* ofproto-dpif-xlate: Fix revalidation in execute_controller_action().Daniele Di Proietto2015-12-101-2/+1
* ofproto-dpif-xlate: Support IPv6 when sending to tunnelThadeu Lima de Souza Cascardo2015-12-041-29/+66
* netdev-vport: Add IPv6 support for build/push/pop tunnel headerThadeu Lima de Souza Cascardo2015-12-041-1/+3
* packets: Introduce in6_addr_mapped_ipv4() and use where appropriate.Ben Pfaff2015-12-041-1/+1
* ofproto-dpif-xlate: use IPv6 for tnl_neigh_cacheThadeu Lima de Souza Cascardo2015-11-301-4/+4
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-301-1/+1
* tnl-arp-cache: Rename module and functions to tnl-neigh-cache.Thadeu Lima de Souza Cascardo2015-11-301-14/+13
* ofproto-dpif-xlate: use IPv6 for orig_tunnel_ip_dstThadeu Lima de Souza Cascardo2015-11-301-3/+5
* ofproto-dpif-xlate: Fix byte-order error in comparison.Ben Pfaff2015-11-261-4/+5
* conntrack: Add support for NAT.Jarno Rajahalme2015-11-251-0/+69
* ofproto: Enable in-place modification for recirc actions.Jarno Rajahalme2015-11-251-25/+13
* ofproto: Allow xlate_actions() to fail.Jarno Rajahalme2015-11-251-26/+97
* ofproto-dpif-xlate: Don't stop processing after ct.Joe Stringer2015-11-111-2/+12
* ofproto-dpif-xlate: Fix small typo.Justin Pettit2015-10-221-1/+1
* Add support for connection tracking helper/ALGs.Joe Stringer2015-10-131-0/+13
* Add connection tracking label support.Joe Stringer2015-10-131-0/+23
* Add connection tracking mark support.Joe Stringer2015-10-131-0/+28
* Add support for connection tracking.Joe Stringer2015-10-131-5/+77
* tnl-arp-cache: add IPv6 Neighbor Discovery supportThadeu Lima de Souza Cascardo2015-10-131-0/+1
* route: support IPv6 and use IPv4-mapped addressesThadeu Lima de Souza Cascardo2015-10-131-1/+1
* tunneling: Track recursion levels across ARP generation.Jesse Gross2015-09-171-13/+15
* ofproto-dpif-xlate: Introduce xlate_commit_actions().Joe Stringer2015-09-111-26/+16
* ofproto-dpif-xlate: Lower missing netdev_max_backlog from WARN to INFO.Ben Pfaff2015-09-091-1/+1
* tunnel: Support matching on the presence of Geneve options.Jesse Gross2015-08-281-0/+5