summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-xlate: Fix use-after-free when xlate_actions().Yunjian Wang2023-05-101-1/+6
* ofproto-dpif-xlate: Always mask ip proto field.Aaron Conole2023-04-061-0/+8
* userspace: Add SRv6 tunnel support.Nobuhiro MIKI2023-03-291-0/+4
* ofproto-dpif-xlate: Update tunnel neighbor when receive gratuitous ARP.Han Ding2022-11-021-3/+11
* ofproto-dpif-xlate: Allow sample when no in_port.Adrian Moreno2022-10-251-1/+1
* ofproto-dpif-xlate: Do not use zero-weight buckets in select groups.Ben Pfaff2022-10-181-5/+11
* ofproto-dpif-upcall: Print more data on unassociated datapath ports.Ilya Maximets2022-10-111-2/+4
* bond: Avoid deadlock while updating post recirculation rules.Ilya Maximets2022-09-161-3/+12
* ofproto-dpif-trace: add --name option for ofproto/trace.Nobuhiro MIKI2022-09-151-2/+22
* ofproto-dpif-xlate: Fix error messages for nonexistent ports/recirc_ids.Ilya Maximets2022-09-091-3/+3
* ofproto-dpif-xlate: Optimize datapath action set by removing last clone action.Eelco Chaudron2022-09-091-0/+37
* ofproto-dpif-xlate: Clear tunnel wc bits if original packet is non-tunnel.wenxu2022-09-091-0/+4
* ofproto-dpif-xlate: No clone when tunnel push is last action.Rosemarie O'Riorden2022-06-291-6/+18
* ofproto-dpif-xlate: Fix internal CT state for non-recirc traffic.Frode Nordahl2022-06-071-0/+6
* Revert "odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP."Aaron Conole2022-05-261-1/+0
* ofproto-dpif-xlate: Fix netdev native tunnel neigh discovery spa.wenxu2022-05-251-2/+15
* treewide: Fix invalid bit shift operations.Dumitru Ceara2022-05-171-1/+2
* ofproto-dpif-xlate: Remove mirror assert.lic1212022-05-041-3/+8
* 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