summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-upcall: New ukey needs to take the old ukey's dump seq.Peng He2023-02-071-0/+1
* utilities: Add revalidator measurement script and needed USDT probes.Eelco Chaudron2023-01-271-0/+11
* revalidator: Allow min-revalidator-pps to be 0.Han Zhou2023-01-272-1/+5
* openflow: Add extension to flush CT by generic match.Ales Musil2023-01-163-5/+40
* ofproto-dpif-xlate: Update tunnel neighbor when receive gratuitous ARP.Han Ding2022-11-021-3/+11
* bond: Fix crash while logging not yet enabled member.yangchang2022-11-021-1/+1
* 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-113-11/+24
* bond: Avoid deadlock while updating post recirculation rules.Ilya Maximets2022-09-163-3/+44
* ofproto-dpif-upcall: Add debug commands to pause/resume revalidators.Ilya Maximets2022-09-161-0/+33
* ofproto-dpif-trace: add --name option for ofproto/trace.Nobuhiro MIKI2022-09-155-22/+94
* 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
* rhel: Stop installing internal headers.Ilya Maximets2022-07-291-1/+1
* ofproto/bond: Add knob 'all-members-active'.Christophe Fontaine2022-07-152-1/+14
* Fix spelling error exposed in binaries.Frode Nordahl2022-07-141-1/+1
* ofproto-dpif-xlate: No clone when tunnel push is last action.Rosemarie O'Riorden2022-06-291-6/+18
* ofproto-dpif: Avoid unneccesary backer revalidation.lic1212022-06-281-2/+5
* ipfix: Trigger revalidation if ipfix options changes.lic1212022-06-283-22/+38
* ofproto-dpif-xlate: Fix internal CT state for non-recirc traffic.Frode Nordahl2022-06-071-0/+6
* ofproto-dpif: Fix meter use-after-free.Peng He2022-05-301-0/+2
* 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
* ofproto-dpif: Trigger revalidation if ct tp changes.lic1212022-05-251-0/+3
* treewide: Avoid offsetting NULL pointers.Dumitru Ceara2022-05-171-1/+1
* treewide: Fix invalid bit shift operations.Dumitru Ceara2022-05-171-1/+2
* ofproto-dpif-xlate: Remove mirror assert.lic1212022-05-041-3/+8
* ofp-monitor: Support flow monitoring for OpenFlow 1.3, 1.4+.Vasu Dasari2022-04-284-50/+96
* ofp-monitor: Extend Flow Monitoring support for OF 1.0-1.2 with Nicira Extens...Vasu Dasari2022-04-283-11/+23
* 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
* ofproto/ofproto-dpif: Fix dpif_type for userspace tunnels.Wan Junjie2022-04-041-0/+4
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-309-38/+38
* list: use short version of safe loops if possible.Adrian Moreno2022-03-305-23/+21
* list: use multi-variable helpers for list loops.Adrian Moreno2022-03-301-1/+1
* ovsdb: raft: Fix inability to read the database with DNS host names.Ilya Maximets2022-03-301-1/+2
* openvswitch.h: Align uAPI definition with the kernel.Ilya Maximets2022-03-251-0/+1
* ofproto: Use xlate map for uuid lookups.Gaetan Rivet2022-03-073-20/+21
* ofproto: Add refcount to ofproto to fix ofproto use-after-free.Peng He2022-03-077-24/+98
* ofproto-dpif: Trigger revalidation when ipfix config set.lic1212022-03-041-0/+6
* treewide: Don't pass NULL to library functions that expect non-NULL.Dumitru Ceara2022-02-141-2/+4
* ofproto: Fix ipfix not always sampling on egress.Adrian Moreno2022-02-091-1/+3
* ofproto-dpif-upcall: Fix n_revalidators on upcall show.Wan Junjie2022-02-021-2/+2
* 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
* ofproto-dpif: Fix memory leak in dpif/show-dp-features appctl.Ilya Maximets2022-01-171-0/+1
* Encap & Decap actions for MPLS packet type.Martin Varghese2022-01-175-1/+130