summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto-dpif-xlate: Remove xbridge->frag.Jarno Rajahalme2014-11-101-1/+1
* ofproto-dpif-xlate: Add drop_frags_rule to struct xbridge.Ben Pfaff2014-11-041-0/+1
* ofproto: Probe for masked set action support.Jarno Rajahalme2014-09-091-1/+2
* lib/rstp: More robust thread safety.Jarno Rajahalme2014-09-091-1/+2
* Rapid Spanning Tree Protocol (IEEE 802.1D).Daniele Venturino2014-09-091-2/+3
* ofproto-dpif-xlate: Drop 'may_learn' parameter from xlate_push_stats().Ben Pfaff2014-08-251-3/+2
* ofproto-dpif-xlate: Rename xlate_receive() as xlate_lookup().Jarno Rajahalme2014-08-221-4/+4
* ofproto/xlate: Add xlate_lookup_ofproto().Jarno Rajahalme2014-08-221-0/+3
* ofproto: Reorganize in preparation for direct dpdk upcalls.Ethan Jackson2014-08-141-6/+11
* ofproto-dpif: Introduce multicast snooping handlerFlavio Leitner2014-06-241-0/+2
* ofproto-dpif-xlate: Implement RCU locking in ofproto-dpif-xlate.Ryan Wilson2014-05-271-13/+11
* ofproto-dpif: Move recirc members from struct xlate_out to struct xlate_ctxSimon Horman2014-05-011-3/+0
* openvswitch.h: rename hash action definitionAndy Zhou2014-04-201-1/+1
* ofproto-dpif-xlate: Cache xlate_actions() effects.Joe Stringer2014-04-181-0/+16
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-3/+13
* Enhance userspace support for MPLS, for up to 3 labels.Ben Pfaff2014-02-041-1/+2
* ofproto-dpif-xlate: Remove unused fitnessp pararameter from xlate_receiveSimon Horman2014-02-031-2/+1