summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-xlate: Avoid using sample action when nesting level is lowAndy Zhou2017-03-101-3/+10
* ofproto-dpif-xlate: Allow sending BFD messages when STP port is not forwarding.Mika Vaisanen2017-03-091-0/+4
* conntrack: Force commit.Jarno Rajahalme2017-03-081-1/+2
* actions: Add resubmit with conntrack tuple.Jarno Rajahalme2017-03-081-7/+68
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-081-1/+12
* ofproto/bond: Simplify bond_may_recirc()Andy Zhou2017-03-081-1/+1
* ofproto: Meter translation.Jarno Rajahalme2017-03-081-1/+10
* dpif: Meter framework.Jarno Rajahalme2017-03-081-0/+1
* ofproto-dpif-xlate: fix build.Jarno Rajahalme2017-03-061-0/+2
* xlate: Translate openflow clone into odp sample action.Andy Zhou2017-03-061-10/+28
* ofproto-dpif: Enhance execute_controller_action().Andy Zhou2017-03-061-5/+144
* ofproto/bond: Fix bond reconfiguration race condition.Andy Zhou2017-02-241-8/+16
* ovs-router: introduce pkt-mark.Pravin B Shelar2017-01-281-1/+1
* dp-packet: Enhance packet batch APIs.Andy Zhou2017-01-261-1/+1
* xlate: Generate of datapath clone action when supportedAndy Zhou2017-01-231-2/+36
* Use PRIu32 format for ofp_port_tShu Shen2017-01-141-1/+1
* ofproto-dpif: Make ofproto/trace output easier to read.Ben Pfaff2017-01-121-294/+545
* New action "ct_clear".Ben Pfaff2017-01-101-6/+13
* ofproto-dpif-xlate: Make clone save "was_mpls".Ben Pfaff2017-01-101-0/+5
* ofproto-dpif-xlate: Make "clone" save action set and stack.Ben Pfaff2017-01-101-1/+17
* nx-match: Only store significant bytes to stack.Jarno Rajahalme2017-01-061-11/+9
* ofproto-dpif-xlate: After thawing, retrieve tunnel table from thawed xbridgeMickey Spiegel2017-01-061-3/+4
* ofproto-dpif-xlate: Make clone save whether conntracking has occurred.Ben Pfaff2017-01-051-0/+7
* ofproto-dpif: Unhide structure contents.Ben Pfaff2017-01-051-47/+32
* lib: Add support for tftp ct helper.Joe Stringer2017-01-031-2/+8
* ofproto-dpif-xlate: optimize 100% samplingBenli Ye2016-12-231-9/+15
* ofproto-dpif-xlate: optimize 0% samplingBenli Ye2016-12-231-0/+5
* ofproto-dpif-xlate: Adding IGMP/MLD checksum verificationEelco Chaudron2016-12-221-0/+27
* ofp-actions: Add clone action.William Tu2016-12-191-0/+14
* mpls: Fix MPLS restoration after patch port and group bucket.Jarno Rajahalme2016-12-021-1/+2
* ofp-actions: Add "ingress" and "egress" options to "sample" action.Ben Pfaff2016-11-301-0/+1
* ofproto: Drop flows between protected portsBen Kelly2016-11-221-0/+19
* ofproto: Add protected property to bundleBen Kelly2016-11-221-5/+7
* ofproto-dpif-xlate: Fix duplicate multicast packetsO'Reilly, Darragh2016-11-141-1/+4
* revalidator: Reuse xlate_ukey from deletion.Joe Stringer2016-09-281-18/+0
* ofproto-dpif-xlate: Adjust generated mask for fragments.Daniele Di Proietto2016-09-211-0/+11
* ofproto-dpif-xlate: Fix memory leak in execute_controller_action.Ryan Moats2016-09-201-0/+2
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-0/+75
* ofproto-dpif-xlate: Fix treatment of mirrors across patch port.Ben Pfaff2016-09-161-3/+25
* xlate: Use dp_hash for select groups.Jarno Rajahalme2016-09-161-3/+67
* ofproto: Refactor packet_out handling.Jarno Rajahalme2016-09-141-18/+22
* ofproto-dpif-xlate: Allow translating without side-effects.Jarno Rajahalme2016-09-141-11/+41
* ofproto: Use ofproto_flow_mod for learn execution from xlate cache.Jarno Rajahalme2016-09-141-21/+26
* ofproto-dpif-xlate: Add xlate cache type XC_TABLE.Jarno Rajahalme2016-09-141-3/+3
* ofproto-dpif-xlate: Expose xlate cache.Jarno Rajahalme2016-09-141-294/+36
* lib: Refactor mac-learning updates.Jarno Rajahalme2016-09-141-118/+29
* xlate: Clarify comment about mac learning table entry locking.Jarno Rajahalme2016-09-061-2/+7
* ofp-actions: Waste less memory in set field and load actions.Jarno Rajahalme2016-08-311-8/+6
* meta-flow: New functions mf_subfield_copy() and mf_subfield_swap().Ben Pfaff2016-08-151-1/+2
* ofproto-dpif-xlate: Use passed ctx in XLATE_REPORT_ERROR.Jesse Gross2016-08-151-1/+1