summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ovs-router: Introduce src option in ovs/route/add command.Nobuhiro MIKI2023-03-071-10/+76
* ofproto: Fix man page for tunnel related commands.Nobuhiro MIKI2023-03-071-3/+3
* ovs-router: Cleanup parser for ovs/route/add command.Nobuhiro MIKI2023-03-071-24/+29
* netdev-dummy: Support multiple IP addresses.Nobuhiro MIKI2023-03-071-26/+44
* treewide: Remove uses of ATOMIC_VAR_INIT.Fangrui Song2023-03-0614-20/+11
* netdev-windows: Add checking when creating netdev with system type on WindowsWilson Peng2023-03-061-0/+11
* ofproto-dpif-upcall: Reset ukey's last stats value if the datapath changed.Eelco Chaudron2023-03-035-0/+17
* classifier: Fix missing masks on a final stage with ports trie.Ilya Maximets2023-02-281-5/+20
* conntrack: Fix conntrack_clean may access the same exp_list each time.Liang Mancang2023-02-211-2/+2
* netdev-linux: Add jitter parameter to the netem qos options.Miika Petäjäniemi2023-02-211-8/+18
* conntrack: Properly unNAT inner header of related traffic.Ales Musil2023-02-131-163/+89
* ovsdb-server: Fix handling of DNS name for listener configuration.Frode Nordahl2023-02-102-4/+12
* netdev-offload-tc: If the flow has not been used, report it as such.Eelco Chaudron2023-02-091-1/+13
* odp-util: Make odp_flow_key_from_flow__ nlattr order the same as the kernel.Eelco Chaudron2023-02-091-10/+11
* netdev-offload-tc: Conntrack ALGs are not supported with tc.Eelco Chaudron2023-02-091-0/+4
* netdev-offload-tc: Fix tc conntrack force commit support.Eelco Chaudron2023-02-091-2/+11
* tests: Include working system-traffic tests into the system-offloads-testsuite.Eelco Chaudron2023-02-081-1/+1
* hash: Avoid 64bit crc intrinsics on 32bit aligned data.Mike Pattrick2023-02-031-1/+64
* dp-packet: Allocate on cacheline boundary with DPDK.Mike Pattrick2023-02-032-0/+8
* netdev-dummy: Allocate dummy_packet_stream on cacheline boundary.Mike Pattrick2023-02-031-5/+5
* netdev-offload-tc: Preserve tc statistics when flow gets modified.Eelco Chaudron2023-02-032-16/+84
* dpctl: Add support to count upcall packets.wangchuanlei2023-01-314-11/+36
* 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-perf: Add metric averages when no iterations.Kevin Traynor2023-01-271-23/+26
* dpif-netdev-perf: Remove not a number stat value.Kevin Traynor2023-01-271-3/+5
* netdev-dpdk: Free mbufs in bulk.Ilya Maximets2023-01-271-10/+3
* ovsdb-types: Add functions to compare types for equality.Ilya Maximets2023-01-272-0/+64
* dpif-netdev: Set PMD load based sleep start/inc to 1 us.Kevin Traynor2023-01-231-2/+1
* dpif-netdev: Set timer slack for PMD threads.David Marchand2023-01-233-0/+21
* netdev-dpdk: Fix deadlock due to virtqueue stats retrieval.David Marchand2023-01-191-20/+102
* 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-164-0/+218
* ofp, dpif: Allow CT flush based on partial match.Ales Musil2023-01-166-140/+444
* dpif-netdev: Add PMD load based sleeping.Kevin Traynor2023-01-123-10/+84
* util: Add non quiesce xnanosleep.Kevin Traynor2023-01-122-4/+18
* netdev-offload-dpdk: Fix transfer flows.David Marchand2023-01-111-1/+1
* netdev-dpdk: Drop coverage counter for vhost IRQs.David Marchand2023-01-091-9/+0
* netdev-dpdk: Add per virtqueue statistics.David Marchand2023-01-091-128/+319
* tc: Add support for TCA_STATS_PKT64.Mike Pattrick2023-01-061-41/+69
* dpif: Fix tunnel key set for IPv6 tunnels with SLOW_ACTION.Eelco Chaudron2023-01-061-1/+1
* netdev-afxdp: Hide too large memset from sparse.Ilya Maximets2023-01-031-0/+4
* netdev-afxdp: Allow building with libxdp and newer libbpf.Ilya Maximets2023-01-035-15/+33
* netdev-afxdp: Disable -Wfree-nonheap-object on receive.Ilya Maximets2023-01-031-0/+13
* dpif-netdev: Calculate per numa variance.Cheng Li2022-12-211-44/+43
* dpif-netdev: Rename pmd_info_show_rxq variables.Kevin Traynor2022-12-211-15/+15
* dpif-netdev: Make pmd-rxq-show time configurable.Kevin Traynor2022-12-212-24/+76
* dpif-netdev/mfex: Add AVX512 NVGRE traffic profiles.Cian Ferriter2022-12-214-16/+101
* dpif-netdev/dpcls: Specialize 8, 1 and 5, 2 signatures.Cian Ferriter2022-12-212-0/+8
* odp-execute: Add ISA implementation of set_masked IPv6 actionEmma Finn2022-12-215-1/+240