summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: raft: Fix transaction double commit due to lost leadership.Ilya Maximets2022-05-261-6/+21
* sha1: Use implementation from openssl if available.Ilya Maximets2022-05-262-20/+42
* Revert "odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP."Aaron Conole2022-05-263-0/+161
* dpcls: Change info-get function to fetch dpcls usage stats.Kumar Amber2022-05-241-16/+16
* tests: Properly kill ovsdb test processes.Rosemarie O'Riorden2022-05-172-62/+51
* ci: Add UB Sanitizer.Dumitru Ceara2022-05-175-0/+46
* ofp-actions: Ensure aligned accesses to masked fields.Dumitru Ceara2022-05-171-1/+1
* treewide: Fix invalid bit shift operations.Dumitru Ceara2022-05-172-7/+9
* ofp-monitor: Fix abort on malformed flow update event.Ilya Maximets2022-05-043-0/+2
* ofp-monitor: Support flow monitoring for OpenFlow 1.3, 1.4+.Vasu Dasari2022-04-282-58/+240
* ofp-monitor: Extend Flow Monitoring support for OF 1.0-1.2 with Nicira Extens...Vasu Dasari2022-04-281-76/+96
* ovsdb-idl: Support write-only-changed IDL monitor mode.Dumitru Ceara2022-04-282-6/+43
* ofproto-dpif-xlate: Clear out vlan flow fields while processing native tunnel.Thilak Raj Surendra Babu2022-04-272-0/+98
* ofproto-xlate: Fix crash when forwarding packet between legacy_l3 tunnels.Jan Scheurich2022-04-271-2/+24
* system-traffic: Fix fragment reassembly with L3 L4 protocol information.Paolo Valerio2022-04-261-3/+3
* alb.at: Add tests for cross-numa polling.Kevin Traynor2022-04-041-0/+46
* pmd.at: Add tests for multi non-local numa pmds.Kevin Traynor2022-04-041-1/+39
* ofproto-dpif-xlate: Fix NULL pointer dereference in xlate_normal().Paolo Valerio2022-04-041-1/+30
* hindex: remove the next variable in safe loops.Adrian Moreno2022-03-301-0/+31
* hindex: use multi-variable iterators.Adrian Moreno2022-03-301-0/+6
* cmap: use multi-variable iterators.Adrian Moreno2022-03-301-0/+3
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-302-2/+34
* hmap: implement UB-safe hmap pop iterator.Adrian Moreno2022-03-301-0/+1
* hmap: use multi-variable helpers for hmap loops.Adrian Moreno2022-03-301-0/+9
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-0/+29
* list: use multi-variable helpers for list loops.Adrian Moreno2022-03-301-3/+11
* system-traffic.at: Fix flaky DNAT load balancing test.Ilya Maximets2022-03-251-1/+1
* tests: Fix incorrect usage of OVS_WAIT_UNTIL.Ilya Maximets2022-03-223-18/+33
* odp-util: Fix output for tc to be equal to kernel.Eelco Chaudron2022-03-211-1/+1
* system-dpdk: Fix mfex autovalidator tests.Kumar Amber2022-03-111-0/+8
* tests: Ignore log about failing to set NETLINK_EXT_ACK.Dumitru Ceara2022-03-112-0/+4
* ovsdb-cluster.at: Avoid test failures due to different hashing.Ilya Maximets2022-03-111-6/+4
* system-tso: Skip encap tests when userspace TSO is enabled.Flavio Leitner2022-03-043-0/+27
* ovsdb: relay: Add transaction history support.Ilya Maximets2022-03-031-12/+36
* ovsdb: raft: Fix inability to join the cluster after interrupted attempt.Ilya Maximets2022-02-251-0/+55
* reconnect: Fix broken inactivity probe if there is no other reason to wake up.Ilya Maximets2022-02-241-21/+81
* system-traffic.at: Avoid sporadic failures during conntrack IPv6 HTTP/FTP tests.Paolo Valerio2022-02-141-6/+7
* system-traffic.at: Do not use ranges with broadcast address.Paolo Valerio2022-02-141-7/+7
* system-dpdk.at: Add warning log in mfex fuzzy test.Kumar Amber2022-02-111-1/+3
* ofproto: Fix ipfix not always sampling on egress.Adrian Moreno2022-02-091-1/+23
* ofproto-dpif-xlate: Fix packet drops with decap action on MPLS Multicast.Martin Varghese2022-01-311-0/+80
* tests: Fix cosmetic errors in system-traffic.at.Martin Varghese2022-01-311-3/+1
* ovsdb-cs: Clear last_id on reconnect if condition changes in-flight.Dumitru Ceara2022-01-313-54/+85
* tests: Add de-serialization check to the json string benchmark.Ilya Maximets2022-01-311-5/+18
* ofp-flow: Skip flow reply if it exceeds the maximum message size.Eelco Chaudron2022-01-311-0/+19
* conntrack: Check TCP state while testing established connections pick up.Paolo Valerio2022-01-311-0/+6
* ovsdb: transaction: Keep one entry in the transaction history.Ilya Maximets2022-01-311-7/+9
* ofproto-dpif: Fix issue with non-reversible actions on a patch ports.Eelco Chaudron2022-01-251-0/+28
* system-dpdk: Fix MFEX logs check.David Marchand2022-01-201-0/+2
* id-fpool: Module for fast ID generation.Gaetan Rivet2022-01-183-0/+620