summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Handle refTable values with setkey()Terry Wilson2020-03-203-1/+50
* ofproto-dpif-xlate: Fix recirculation when in_port is OFPP_CONTROLLER.Ben Pfaff2020-03-201-0/+30
* raft: Fix the problem of stuck in candidate role forever.Han Zhou2020-03-061-0/+55
* raft: Fix raft_is_connected() when there is no leader yet.Han Zhou2020-03-061-0/+35
* ovsdb-server: Don't disconnect clients after raft install_snapshot.Han Zhou2020-03-061-0/+56
* netdev-dpdk: Remove deprecated ring port type.Ilya Maximets2020-03-063-208/+0
* dpif-netdev.at: VLAN id modification test for ARP partial HW offloading.Eli Britstein2020-02-281-0/+77
* dpif-netdev.at: Fix partial offloading test cases failure.Yanqin Wei2020-02-281-2/+2
* conntrack: Fix conntrack new stateYi-Hung Wei2020-01-291-0/+41
* Typo fix: vswtch -> vswitch.Ben Pfaff2020-01-171-1/+1
* ovsdb-server: Allow OVSDB clients to specify the UUID for inserted rows.Ben Pfaff2020-01-162-2/+40
* tests: introduced tests for adding/deleting logical routers in VTEP databaseDamijan Skvarc2020-01-071-0/+87
* userspace: Improved packet drop statistics.Anju Thomas2020-01-077-7/+241
* tests: Allow running offloads testsuite under valgrind.Ilya Maximets2020-01-071-0/+6
* ovsdb raft: Fix the problem when cluster restarted after DB compaction.Han Zhou2019-12-201-8/+0
* ovsdb-cluster.at: Wait until leader is elected before DB compact.Han Zhou2019-12-201-8/+5
* Remove dependency on python3-sixTimothy Redaelli2019-12-203-38/+18
* dpctl: Fix referencing DPDK in a flow dump.Ilya Maximets2019-12-195-39/+39
* system-afxdp.at: Add test for infinite re-addition of failed ports.Ilya Maximets2019-12-183-1/+27
* tests: introduced test for checking "ovs-vsctl emer-reset"Damijan Skvarc2019-12-171-0/+119
* tests: Log commands being executed for async message control test.Ben Pfaff2019-12-121-65/+79
* tests: Improve logging for async message control test.Ben Pfaff2019-12-121-5/+10
* tests: Better document OVS_WAIT_UNTIL, OVS_WAIT_WHILE macros.Ben Pfaff2019-12-121-10/+8
* ofp-print: Abbreviate lists of fields in table features output.Ben Pfaff2019-12-122-348/+18
* ovs-vsctl: unit test for checking fail-mode relatedDamijan Skvarc2019-12-031-0/+27
* conntrack: Support zone limits.Darrell Ball2019-12-033-17/+0
* Datapath: Change in openvswitch kernel module to support MPLS label depth of ...Martin Varghese2019-11-221-0/+39
* ofproto-dpif: Allow IPv6 ND Extensions only if supportedFlavio Leitner2019-11-211-0/+1
* ovsdb raft: Fix election timer parsing in snapshot RPC.Han Zhou2019-11-211-0/+49
* ofproto-dpif: Expose datapath capability to ovsdb.William Tu2019-11-211-0/+10
* netdev-afxdp: Best-effort configuration of XDP mode.Ilya Maximets2019-11-201-7/+0
* tests: Wait up to OVS_CTL_TIMEOUT seconds.Ilya Maximets2019-11-061-2/+2
* ofp-monitor: Fixed the usage of 'usable_protocols' variable in 'parse_flow_mo...Ashish Varma2019-11-011-0/+21
* flow: Fix crash on vlan packets with partial offloading.Ilya Maximets2019-10-251-0/+78
* tests: Fix indentation in userspace packet type aware test.Ilya Maximets2019-10-251-32/+32
* ovsdb-server: Allow replication from older schema version servers.Numan Siddique2019-10-242-0/+132
* docs: DPDK isn't a datapath, so don't use the term.Ben Pfaff2019-10-231-5/+5
* ossfuzz: Simplify miniflow fuzzer harness.Bhargava Shastry2019-10-181-129/+10
* tests: Get rid of timeout options for control utilities.Ilya Maximets2019-10-169-30/+30
* ovs-vlan-bug-workaround: Remove.Ben Pfaff2019-10-141-8/+1
* tests: Allow valgrind check for afxdp testsuite.Ilya Maximets2019-10-091-0/+6
* tests: Only run test on kernel datapathGreg Rose2019-10-043-1/+22
* tests: Add check for correct l3l4 conntrack frag reassemblyGreg Rose2019-10-031-0/+26
* ovn: Remove remaining pieces.Ben Pfaff2019-09-301-3/+1
* ovsdb-cluster: Use ovs-vsctl instead of ovn-nbctl and ovn-sbctl.Ben Pfaff2019-09-301-19/+18
* datapath: Fix conntrack cache with timeoutYi-Hung Wei2019-09-301-0/+18
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-2725-907/+533
* ofproto-dpif-xlate: Translate timeout policy in ct actionYi-Hung Wei2019-09-263-0/+105
* datapath: Add support for conntrack timeout policyYi-Hung Wei2019-09-261-0/+1
* ovs-vsctl: Add conntrack zone commands.William Tu2019-09-261-2/+32