summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set release date for 3.1.0.v3.1.0Ilya Maximets2023-02-162-2/+2
* ofproto-dpif-upcall: Use last known stats ukey stats on revalidate missed dp ...Eelco Chaudron2023-02-151-1/+1
* conntrack: Properly unNAT inner header of related traffic.Ales Musil2023-02-142-163/+196
* sparse: Fix build with DPDK and GCC 12.David Marchand2023-02-101-4/+1
* ovsdb-server: Fix handling of DNS name for listener configuration.Frode Nordahl2023-02-103-20/+39
* netdev-offload-tc: If the flow has not been used, report it as such.Eelco Chaudron2023-02-091-1/+13
* netdev-offload-tc: Conntrack ALGs are not supported with tc.Eelco Chaudron2023-02-092-0/+15
* netdev-offload-tc: Fix tc conntrack force commit support.Eelco Chaudron2023-02-091-2/+11
* ofproto-dpif-upcall: New ukey needs to take the old ukey's dump seq.Peng He2023-02-071-0/+1
* netdev-offload-tc: Preserve tc statistics when flow gets modified.Eelco Chaudron2023-02-034-23/+218
* sparse: Fix numa.h for libnuma >= 2.0.13.Ilya Maximets2023-02-031-6/+17
* tc: Add TCA_KIND flower to delete and get operation to avoid rtnl_lock().Eelco Chaudron2023-01-304-13/+22
* netdev-offload-tc: Fix misaligned access to ct label.Ilya Maximets2023-01-271-10/+11
* dpif-netdev: Set PMD load based sleep start/inc to 1 us.Kevin Traynor2023-01-234-18/+10
* dpif-netdev: Set timer slack for PMD threads.David Marchand2023-01-234-5/+21
* netdev-dpdk: Fix deadlock due to virtqueue stats retrieval.David Marchand2023-01-191-20/+102
* ovsdb: Fix database statistics during the database replacement.Ilya Maximets2023-01-182-0/+21
* Prepare for 3.1.0.Ilya Maximets2023-01-165-6/+7
* ovs-vsctl: Do not sent 'set_db_change_aware'.Han Zhou2023-01-161-0/+1
* ovsdb-idl: Provide API to disable set_db_change_aware request.Han Zhou2023-01-164-1/+34
* openflow: Add extension to flush CT by generic match.Ales Musil2023-01-1616-22/+562
* ofp, dpif: Allow CT flush based on partial match.Ales Musil2023-01-1610-141/+615
* dpif-netdev: Add PMD load based sleeping.Kevin Traynor2023-01-127-10/+213
* util: Add non quiesce xnanosleep.Kevin Traynor2023-01-122-4/+18
* Documentation: Remove link to obsolete sources.David Marchand2023-01-121-15/+14
* Documentation: Remove reference to RST online editor.David Marchand2023-01-111-4/+0
* Documentation: Fix link to Netperf.David Marchand2023-01-111-4/+4
* Documentation: Fix link to AppVeyor.David Marchand2023-01-111-3/+3
* Documentation: Fix link to iproute2 git repository.David Marchand2023-01-111-1/+1
* netdev-offload-dpdk: Fix transfer flows.David Marchand2023-01-111-1/+1
* tests: Add unit tests to rculist.Adrian Moreno2023-01-113-0/+241
* cirrus: Update to use FreeBSD 12.4.Ilya Maximets2023-01-091-1/+1
* system-dpdk: Fix error message in ping vhost-user ports.Eelco Chaudron2023-01-091-0/+3
* netdev-dpdk: Drop coverage counter for vhost IRQs.David Marchand2023-01-091-9/+0
* netdev-dpdk: Add per virtqueue statistics.David Marchand2023-01-092-132/+348
* tc: Add support for TCA_STATS_PKT64.Mike Pattrick2023-01-061-41/+69
* Documentation: Fix links in maintainers.rst.Ilya Maximets2023-01-062-6/+20
* Documentation: Fix links in the DPDK guide on physical ports.Ilya Maximets2023-01-061-7/+7
* treewide: Don't use non-portable '==' with test command.Ilya Maximets2023-01-064-12/+12
* dpif: Fix tunnel key set for IPv6 tunnels with SLOW_ACTION.Eelco Chaudron2023-01-062-1/+49
* utilities: Add USDT script to monitor dpif netlink execute message queuing.Eelco Chaudron2023-01-063-0/+666
* rhel: Enable AF_XDP by default in Fedora builds.Ilya Maximets2023-01-031-2/+2
* acinclude.m4: Build with AF_XDP support by default if possible.Ilya Maximets2023-01-035-36/+72
* Documentation/afxdp: Use packaged libbpf/libxdp for the build.Ilya Maximets2023-01-031-31/+8
* github: Test AF_XDP build using libbpf instead of kernel sources.Ilya Maximets2023-01-032-84/+3
* netdev-afxdp: Hide too large memset from sparse.Ilya Maximets2023-01-032-4/+4
* netdev-afxdp: Allow building with libxdp and newer libbpf.Ilya Maximets2023-01-038-27/+53
* netdev-afxdp: Disable -Wfree-nonheap-object on receive.Ilya Maximets2023-01-031-0/+13
* ci: Fix overriding OPTS provided from the yml.Ilya Maximets2023-01-031-1/+1
* dpif-netdev: Calculate per numa variance.Cheng Li2022-12-212-48/+47