summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl: Fix use-after-free when destroying an IDL loop.Dumitru Ceara2022-02-161-1/+0
* dpif-netdev: Use dp_netdev reference in offload threads.Gaetan Rivet2022-02-161-26/+24
* dpif-netdev: Fix a race condition in deletion of offloaded flows.Sriharsha Basavapatna2022-02-161-3/+5
* dpif-netdev: Move port flush after datapath reconfiguration.Gaetan Rivet2022-02-161-2/+11
* dpif-netdev-dpcls: Make subtable reprobe thread-safe.Cian Ferriter2022-02-152-6/+20
* dp-packet: Ensure packet base is always non-NULL.Dumitru Ceara2022-02-141-1/+1
* bfd: lldp: stp: Fix misaligned packet field access.Dumitru Ceara2022-02-143-32/+39
* stopwatch: Fix buffer underflow when computing percentiles.Dumitru Ceara2022-02-141-3/+1
* dpif-netdev: Fix misaligned access.Dumitru Ceara2022-02-142-2/+2
* treewide: Don't pass NULL to library functions that expect non-NULL.Dumitru Ceara2022-02-144-2/+12
* daemon-unix: Close log file in monitor process while waiting on child.Ben Pfaff2022-02-142-29/+69
* tc: Fix incorrect TC rule for decap+encap datapath flow.Roi Dayan2022-02-091-4/+17
* netdev-dpdk: Update to use RTE_ETH namespace defines.Kevin Traynor2022-02-081-48/+49
* dpif-netdev: fix vlan and ipv4 parsing in avx512Harry van Haaren2022-02-081-5/+31
* odp-util: Fix tunnel key attr for GTP-U.Nobuhiro MIKI2022-02-041-1/+1
* ovsdb-idl: Only process successful txn in ovsdb_idl_loop_run.Dumitru Ceara2022-02-041-2/+2
* ovsdb-idl: ovsdb_idl_loop_destroy must also destroy the committing txn.Dumitru Ceara2022-01-311-0/+4
* ovsdb-cs: Clear last_id on reconnect if condition changes in-flight.Dumitru Ceara2022-01-311-0/+17
* ofp-flow: Skip flow reply if it exceeds the maximum message size.Eelco Chaudron2022-01-311-1/+10
* ovsdb-cs: Fix ignoring of the last id from the initial monitor reply.Ilya Maximets2022-01-281-2/+1
* netdev-dpdk: Remove rte-flow API access locks.Gaetan Rivet2022-01-191-6/+0
* dpif-netdev: Use one or more offload threads.Gaetan Rivet2022-01-192-104/+193
* dpif-netdev: Replace port mutex by rwlock.Gaetan Rivet2022-01-192-74/+75
* dpif-netdev: Make megaflow and mark mappings thread objects.Gaetan Rivet2022-01-191-24/+21
* dpif-netdev: Use lockless queue to manage offloads.Gaetan Rivet2022-01-191-52/+57
* netdev-offload-dpdk: Protect concurrent offload destroy/query.Gaetan Rivet2022-01-191-3/+36
* netdev-offload-dpdk: Lock rte_flow map access.Gaetan Rivet2022-01-192-8/+61
* netdev-offload-dpdk: Use per-thread HW offload stats.Gaetan Rivet2022-01-191-4/+12
* dpif-netdev: Execute flush from offload thread.Gaetan Rivet2022-01-191-4/+122
* dpif-netdev: Introduce tagged union of offload requests.Gaetan Rivet2022-01-191-40/+90
* dpif-netdev: Use id-fpool for mark allocation.Gaetan Rivet2022-01-191-5/+12
* dpif-netdev: Postpone flow offload item freeing.Gaetan Rivet2022-01-191-3/+8
* dpif-netdev: Quiesce offload thread periodically.Gaetan Rivet2022-01-191-2/+15
* netdev-offload: Add multi-thread API.Gaetan Rivet2022-01-193-2/+110
* id-fpool: Module for fast ID generation.Gaetan Rivet2022-01-183-0/+347
* mpsc-queue: Module for lock-free message passing.Gaetan Rivet2022-01-183-0/+443
* ovs-atomic: Expose atomic exchange operation.Gaetan Rivet2022-01-1810-1/+71
* dpif-netdev: Implement hardware offloads stats query.Gaetan Rivet2022-01-181-1/+89
* mov-avg: Add a moving average helper structure.Gaetan Rivet2022-01-182-0/+172
* dpif-netdev: Rename offload thread structure.Gaetan Rivet2022-01-181-26/+26
* dpctl: Add function to read hardware offload statistics.Gaetan Rivet2022-01-186-0/+62
* netdev-offload-dpdk: Implement hw-offload statistics read.Gaetan Rivet2022-01-181-0/+31
* netdev-offload-dpdk: Use per-netdev offload metadata.Gaetan Rivet2022-01-182-15/+113
* netdev: Add flow API uninit function.Gaetan Rivet2022-01-182-0/+7
* dpif-netdev: Rename flow offload thread.Gaetan Rivet2022-01-181-4/+2
* ovs-thread: Fix barrier use-after-free.Gaetan Rivet2022-01-182-14/+53
* utilities: Add netlink flow operation USDT probes and upcall_cost script.Eelco Chaudron2022-01-181-0/+16
* utilities: Add upcall USDT probe and associated script.Eelco Chaudron2022-01-181-7/+14
* dpif-netdev: Introduce hash-based Tx packet steering mode.Maxime Coquelin2022-01-171-23/+111
* dpif-netdev: Introduce Tx queue mode.Maxime Coquelin2022-01-171-9/+16