summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.h
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-upcall: Print more data on unassociated datapath ports.Ilya Maximets2022-10-111-1/+1
* ofproto-dpif-trace: add --name option for ofproto/trace.Nobuhiro MIKI2022-09-151-0/+4
* ofproto: Use xlate map for uuid lookups.Gaetan Rivet2022-03-071-0/+1
* ofproto-dpif: APIs and CLI option to add/delete static fdb entry.Vasu Dasari2021-07-161-0/+5
* userspace: Improved packet drop statistics.Anju Thomas2020-01-071-13/+0
* ofproto-dpif-xlate: Change priority tags from boolean to enumEli Britstein2019-05-241-1/+1
* odp-util: Improve log messages and error reporting for Netlink parsing.Ben Pfaff2019-02-251-1/+2
* ofproto-dpif: Fix NXT_RESUME flow statsYi-Hung Wei2018-09-211-2/+2
* xlate: fix xport lookup for recircZoltan Balogh2018-01-231-0/+4
* ofproto-dpif-xlate: use xlate error enum for unsupported packet typeZoltán Balogh2017-10-311-0/+1
* ofproto-dpif: Remove dpif/disable-dp-clone command.Andy Zhou2017-08-031-1/+0
* ofproto-dpif: Add boottime support field.Andy Zhou2017-08-031-0/+2
* ofproto/trace: Add support for tracing conntrack recirculationYi-Hung Wei2017-07-121-0/+4
* ofproto: Add support of OFPR_PACKET_OUT as packet-in reasonYi-Hung Wei2017-04-241-0/+3
* Add new port VLAN mode "dot1q-tunnel"Eric Garver2017-03-171-2/+2
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-2/+4
* ofp-actions: Add limit to learn action.Daniele Di Proietto2017-03-161-3/+21
* xlate: Generate of datapath clone action when supportedAndy Zhou2017-01-231-0/+2
* ofproto-dpif: Make ofproto/trace output easier to read.Ben Pfaff2017-01-121-23/+5
* ofproto: Add protected property to bundleBen Kelly2016-11-221-1/+1
* revalidator: Reuse xlate_ukey from deletion.Joe Stringer2016-09-281-1/+0
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-0/+5
* ofproto: Refactor packet_out handling.Jarno Rajahalme2016-09-141-1/+2
* ofproto-dpif-xlate: Allow translating without side-effects.Jarno Rajahalme2016-09-141-3/+5
* ofproto-dpif-xlate: Expose xlate cache.Jarno Rajahalme2016-09-141-4/+3
* bfd: Allow setting OAM bit when encapsulated in tunnel.Jesse Gross2016-06-291-1/+1
* ofproto-dpif: Do not count resubmit to later tables against limit.Ben Pfaff2016-05-091-9/+14
* ofproto-dpif: Rename "recurse" to "indentation".Ben Pfaff2016-05-091-7/+8
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-0/+4
* ofproto-dpif-xlate: Distinguish "freezing" from "recirculation".Ben Pfaff2016-02-191-3/+2
* ofproto-dpif-xlate: Put recirc_state, not recirc_id_node, in xlate_in.Ben Pfaff2016-01-211-1/+1
* fail-open: Drop some of the weirder special cases.Ben Pfaff2016-01-201-2/+1
* ofproto: Enable in-place modification for recirc actions.Jarno Rajahalme2015-11-251-60/+2
* ofproto: Allow xlate_actions() to fail.Jarno Rajahalme2015-11-251-1/+15
* tunneling: Track recursion levels across ARP generation.Jesse Gross2015-09-171-0/+14
* ofproto-dpif-xlate: Move 'nf_output_iface' from xlate_out to xlate_ctx.Ben Pfaff2015-07-311-1/+0
* ofproto-dpif-xlate: Remove multiple members from struct xlate_out.Ben Pfaff2015-07-311-3/+0
* ofproto-dpif-xlate: Move 'mirrors' from xlate_out to xlate_ctx.Ben Pfaff2015-07-311-1/+0
* ofproto-dpif-xlate: Make xlate_actions() caller supply action buffer.Ben Pfaff2015-07-311-8/+3
* ofproto-dpif-xlate: Make xlate_actions() caller supply flow_wildcards.Ben Pfaff2015-07-311-16/+11
* ofproto-dpif-xlate: Remove unused function xlate_out_copy().Ben Pfaff2015-07-241-1/+0
* ofproto-dpif: Allow translation reports to include formatted data.Ben Pfaff2015-06-161-2/+3
* ofproto-dpif: Refactor feature support structure.Joe Stringer2015-05-291-5/+2
* ofproto-dpif: Restore metadata and registers on recirculation.Jarno Rajahalme2015-03-261-0/+66
* ofproto-dpif-xlate: Remove bond recirculation parameters from context.Jarno Rajahalme2015-03-241-6/+0
* auto-attach: Add auto-attach support to ofproto layerDennis Flynn2015-03-031-4/+4
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-3/+4
* ofproto-dpif: Clean up table lookup code.Jarno Rajahalme2014-11-101-4/+1