summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lldp: Fix bugs when parsing malformed AutoAttach.Qian Chen2022-12-201-0/+2
* ovs-thread: Detect changes in number of CPUs.Adrian Moreno2022-12-201-24/+43
* dpif-netdev: Use unmasked key when adding datapath flows.Eelco Chaudron2022-12-201-4/+29
* odp-execute: Add check for L4 header size.Emma Finn2022-12-141-2/+4
* ovsdb-cs: Consider default conditions implicitly acked.Dumitru Ceara2022-12-131-1/+1
* odp-execute: Fix ipv4 missing clearing of connection tracking fields.Emma Finn2022-12-072-0/+14
* rculist: Use rculist_back_protected to access prev.Adrian Moreno2022-12-061-3/+5
* db-ctl-base: Use partial map/set updates for last add/set commands.Ilya Maximets2022-12-062-25/+70
* dpdk: Update to use v22.11.1.Ian Stokes2022-12-061-16/+8
* ovsdb-idl: Add the support to specify the uuid for row insert.Numan Siddique2022-11-306-37/+101
* odp-util: Fix reporting unknown keys as keys with bad length.Ilya Maximets2022-11-301-2/+9
* netdev: Assume default link speed to be 10 Gbps instead of 100 Mbps.Ilya Maximets2022-11-304-6/+6
* netdev-dpdk: Cleanup mempool selection code.David Marchand2022-11-301-11/+10
* netdev-dpdk: Move DPDK netdev related configuration.David Marchand2022-11-304-137/+94
* netdev-dpdk: Cleanup code when DPDK is disabled.David Marchand2022-11-303-13/+2
* lacp: Modify the comment misspelling.yangchang2022-11-301-1/+1
* ofp-msgs: Fix comment typo.Lin Huang2022-11-301-1/+1
* rculist: Fix iteration macros.Ilya Maximets2022-11-241-9/+9
* learn: Fix parsing immediate value for a field match.Ilya Maximets2022-11-241-11/+7
* netdev-offload-dpdk: Enhance the support of tunnel pop actionChaoyong He2022-11-101-4/+10
* netdev-offload-tc: Reserve lower tc prios for ip ethertypesPaul Blakey2022-11-082-7/+30
* dpif-netlink: Remove redundant null assignmentRoi Dayan2022-11-071-1/+0
* tc: Fix coverity dereference null return valueRoi Dayan2022-11-071-0/+4
* tc: Pass tun_metadata by referenceRoi Dayan2022-11-071-10/+10
* netdev-linux: Fix inability to apply QoS on ports with custom qdiscs.Ilya Maximets2022-11-021-4/+9
* conntrack: Show parent key if present.Paolo Valerio2022-11-021-0/+4
* tc: Fix misaligned writes while parsing pedit.Ilya Maximets2022-11-021-3/+8