summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-xlate: Clear out vlan flow fields while processing native tunnel.Thilak Raj Surendra Babu2022-04-271-0/+3
* ofproto-xlate: Fix crash when forwarding packet between legacy_l3 tunnels.Jan Scheurich2022-04-271-0/+4
* ofproto-dpif-xlate: Fix NULL pointer dereference in xlate_normal().Paolo Valerio2022-04-041-1/+1
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-4/+4
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* ofproto: Use xlate map for uuid lookups.Gaetan Rivet2022-03-071-2/+19
* ofproto: Add refcount to ofproto to fix ofproto use-after-free.Peng He2022-03-071-6/+8
* ofproto: Fix ipfix not always sampling on egress.Adrian Moreno2022-02-091-1/+3
* ofproto-dpif-xlate: Fix packet drops with decap action on MPLS Multicast.Martin Varghese2022-01-311-1/+2
* ofproto-dpif: Fix issue with non-reversible actions on a patch ports.Eelco Chaudron2022-01-251-15/+12
* Encap & Decap actions for MPLS packet type.Martin Varghese2022-01-171-0/+85
* ofproto-dpif-xlate: Snoop ingress packets and update neigh cache if needed.Paolo Valerio2021-12-171-0/+13
* tnl-neigh-cache: Do not refresh the entry while revalidating.Paolo Valerio2021-12-171-1/+2
* ofproto-dpif-xlate: Add a trace log for tnl_port_build_header() error.Yunjian Wang2021-11-291-0/+1
* ofproto-dpif-xlate: Terminate native tunnels only on ports with IP addresses.Ilya Maximets2021-11-191-5/+26
* ofproto-dpif-xlate: Fix check_pkt_larger incomplete translation.Numan Siddique2021-11-171-2/+10
* ofproto-dpif-xlate: Fix zone set from non-frozen-metadata fields.Peng He2021-10-131-8/+24
* ofproto-dpif-xlate: Fix continuations with OF instructions in OF1.1+.Ben Pfaff2021-07-221-20/+36
* ofproto-dpif: APIs and CLI option to add/delete static fdb entry.Vasu Dasari2021-07-161-8/+40
* ofproto-dpif-xlate: Avoid successive ct_clear datapath actions.Eelco Chaudron2021-07-081-1/+3
* Fix redundant datapath set ethernet action with NSH Decap.Martin Varghese2021-06-161-0/+2
* tunnel: Bareudp Tunnel Support.Martin Varghese2020-12-221-0/+1
* odp-util: Fix netlink message overflow with userdata.Ilya Maximets2020-12-221-7/+6
* ofproto-dpif-xlate: Stop forwarding MLD reports to group ports.XiaoXiong Ding2020-12-211-0/+1
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-11/+11
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-221-2/+13
* ofproto-dpif-trace: Improve NAT tracing.Dumitru Ceara2020-06-161-2/+4
* ofp-actions: Add delete field actionYi-Hung Wei2020-04-291-1/+23
* tun_metadata: Fix coredump caused by use-after-free bugYifeng Sun2020-04-101-6/+3
* userspace: Add GTP-U support.William Tu2020-03-251-1/+2
* ofproto-dpif-xlate: Fix recirculation when in_port is OFPP_CONTROLLER.Ben Pfaff2020-03-201-4/+21
* ofproto: Add support to watch controller port liveness in fast-failover groupVishal Deep Ajmera2020-03-061-1/+4
* ofproto-dpif-upcall: Get rid of udpif_synchronize().Ben Pfaff2020-01-241-5/+9
* userspace: Improved packet drop statistics.Anju Thomas2020-01-071-1/+32
* Add offload packets statisticszhaozhanxu2019-12-061-3/+3
* ofproto-dpif-xlate: Prevent duplicating of traffic to a mirror portDmytro Linkin2019-12-031-0/+7
* ofproto-dpif-xlate: Restore table ID on error in xlate_table_action().Ben Pfaff2019-12-021-0/+1
* ovs-actions: Clarify documentation for stack usage with group buckets.Ben Pfaff2019-11-201-4/+4
* ofproto: Fix for frequent invalidation of mega flows for push actionsVishal Deep Ajmera2019-10-091-0/+20
* ofproto-dpif-xlate: Fix memory leak in is_neighbor_reply_correct() functionDamijan Skvarc2019-10-031-4/+8
* ofproto-dpif-xlate: Translate timeout policy in ct actionYi-Hung Wei2019-09-261-0/+27
* userspace: Enable non-bridge port as tunnel endpoint.Yifeng Sun2019-09-251-11/+45
* tnl-neigh: Use outgoing ofproto version.Flavio Leitner2019-08-281-2/+2
* ofproto-dpif: Fix using uninitialised memory in user_action_cookie.Ilya Maximets2019-08-231-24/+28
* ofproto-dpif: Fix for recirc issue with mpls traffic with dp_hashSurya Rudra2019-08-211-0/+2
* tnl-neigh-cache: Purge learnt neighbors when port/bridge is deletedVasu Dasari2019-07-221-0/+3
* lacp: Avoid packet drop on LACP bond after link upNitin Katiyar2019-06-101-1/+9
* ofproto-dpif-xlate: Report DHCP output actions in trace.Ben Pfaff2019-06-071-1/+3
* ofproto-dpif-xlate: Fix match criteria for in-band control ruleAnju Thomas2019-06-071-0/+4
* ofproto-dpif-xlate: Add "always" mode to priority tagsEli Britstein2019-05-241-4/+7