summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* tnl-neigh-cache: Add tnl/neigh/aging command.Paolo Valerio2021-12-171-0/+9
* ofproto-dpif: Increase dp_hash default max buckets.Mike Pattrick2021-12-031-2/+2
* ofproto: Fix resource usage explosion due to removal of large number of flows.Ilya Maximets2021-11-302-2/+33
* ofproto: Fix resource usage explosion while processing bundled FLOW_MOD.Ilya Maximets2021-11-302-0/+48
* 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/bond: Improve admissibility debug readability.David Marchand2021-11-161-26/+13
* ofproto-dpif-xlate: Fix zone set from non-frozen-metadata fields.Peng He2021-10-131-8/+24
* bond: Check for NULL member in bond_member_set_enable().Yunjian Wang2021-09-161-1/+6
* ofproto-dpif-xlate: Fix continuations with OF instructions in OF1.1+.Ben Pfaff2021-07-221-20/+36
* bond: Fix broken rebalancing after link state changes.Ilya Maximets2021-07-161-38/+89
* dpif-netlink: Introduce per-cpu upcall dispatch.Mark Gray2021-07-162-19/+44
* ofproto: Change type of n_handlers and n_revalidators.Mark Gray2021-07-164-14/+15
* ofproto-dpif: APIs and CLI option to add/delete static fdb entry.Vasu Dasari2021-07-163-12/+152
* conntrack: Document all-zero IP SNAT behavior and add a test case.Eelco Chaudron2021-07-082-2/+25
* ofproto-dpif-xlate: Avoid successive ct_clear datapath actions.Eelco Chaudron2021-07-081-1/+3
* fail-open: Only fail open if we've been disconnected for at least 1 s.Ben Pfaff2021-07-021-1/+1
* Remove Python 2 leftovers.Rosemarie O'Riorden2021-06-221-2/+0
* Fix redundant datapath set ethernet action with NSH Decap.Martin Varghese2021-06-161-0/+2
* ipfix-gen-entities: Add missing argument in function call.Rosemarie O'Riorden2021-06-101-1/+1
* ofproto: Fix potential NULL dereference in ofproto_ct_*_zone_timeout_policy().Dumitru Ceara2021-06-031-2/+2
* ofproto: Fix potential NULL dereference in ofproto_get_datapath_cap().Dumitru Ceara2021-06-031-1/+1
* ofproto-dpif: Fix use of uninitialized attributes of timeout policy.Ilya Maximets2021-05-241-0/+2
* ofproto/ofproto-dpif-sflow: Check sflow agent in case of raceGavin Li2021-04-211-2/+2
* connmgr: Check nullptr inside ofmonitor_report().Yifeng Sun2021-02-231-1/+5
* ofproto-dpif-upcall: Fix ukey leak on udpif destroy.Ilya Maximets2021-02-191-0/+5
* tunnel: Bareudp Tunnel Support.Martin Varghese2020-12-221-0/+1
* odp-util: Fix netlink message overflow with userdata.Ilya Maximets2020-12-222-8/+7
* dpif-netlink: Fix issues of the offloaded flows counter.Jianbo Liu2020-12-211-6/+5
* ofproto-dpif-xlate: Stop forwarding MLD reports to group ports.XiaoXiong Ding2020-12-211-0/+1
* dpif-netlink: Count the number of offloaded rulesJianbo Liu2020-12-071-0/+6
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-2110-479/+496