summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto-dpif: Enable NXAST_SAMPLE only if the datapath supports it.Ben Pfaff2013-12-301-1/+1
* ofproto-dpif-xlate: Add a mechanism to skip wildcard calculation.Ethan Jackson2013-12-121-0/+6
* ofproto: Move all statistics accounting into xlate_actions().Ethan Jackson2013-12-121-2/+2
* ofproto: Retrieve ipfix, sflow and netflow in xlate_receive().Ethan Jackson2013-12-121-6/+3
* ofproto: Handle netflow similarly to ipfix and sflow in xlate.Ethan Jackson2013-12-121-2/+3
* ofproto-dpif: Translation of fast failover groupsSimon Horman2013-11-021-1/+2
* Widen TCP flags handling.Jarno Rajahalme2013-10-291-2/+2
* ofproto-dpif-xlate: Do initial rule lookup for callers.Ethan Jackson2013-10-091-1/+3
* ofproto-dpif: Move send_packet() to ofproto-dpif-xlate module.Alex Wang2013-10-081-0/+2
* ofproto-dpif: Move special upcall handling into ofproto-dpif-upcall.Ethan Jackson2013-09-301-0/+6
* ofproto-dpif: Hide struct rule_dpif internally.Ethan Jackson2013-09-041-0/+2
* ofproto-dpif: Implement multi-threaded miss handling.Ethan Jackson2013-08-111-2/+2