summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* netdev-offload-tc: Check for ct_state flag combinations that are not offloada...Eelco Chaudron2022-04-061-0/+6
* dpif-netdev: Fix dp_netdev_get_pmd() function getting correct core_id.Eelco Chaudron2022-04-041-6/+6
* json: Improve string parsing.Rosemarie O'Riorden2022-04-041-90/+109
* dpif-netdev: Fix PMD auto load balance with pmd-rxq-isolate.Kevin Traynor2022-04-041-5/+10
* dpif-netdev: Fix non-local numa selection for more than two numas.Kevin Traynor2022-04-041-1/+1
* dpif-netdev: Fix typo in function name.Kevin Traynor2022-04-041-2/+2
* netdev-vport: Register IFINDEX for ERSPAN device.Abhiram R N2022-04-041-2/+4
* signals: Add support for sigdescr_np.Mike Pattrick2022-04-041-0/+5
* sset: add SHORT version of SAFE loop macros.Adrian Moreno2022-03-302-5/+18
* rculist: use multi-variable helpers for loop macros.Adrian Moreno2022-03-301-30/+52
* hindex: remove the next variable in safe loops.Adrian Moreno2022-03-302-11/+41
* hindex: use multi-variable iterators.Adrian Moreno2022-03-301-19/+26
* cmap: use multi-variable iterators.Adrian Moreno2022-03-301-10/+12
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-3028-77/+107
* hmap: use multi-variable helpers for hmap loops.Adrian Moreno2022-03-301-2/+2
* list: use short version of safe loops if possible.Adrian Moreno2022-03-3016-74/+72
* ovsdb: raft: Fix inability to read the database with DNS host names.Ilya Maximets2022-03-304-16/+30
* openvswitch.h: Align uAPI definition with the kernel.Ilya Maximets2022-03-252-0/+6
* dpif-netdev: Keep orig_in_port as a field of the flow.Eli Britstein2022-03-222-4/+6
* odp-util: Fix output for tc to be equal to kernel.Eelco Chaudron2022-03-211-0/+5
* netdev-offload-tc: Fix IP and port ranges in flower returns.Eelco Chaudron2022-03-211-2/+10
* netdev-offload-tc: Fix use of ICMP values instead of masks defines.Eelco Chaudron2022-03-211-8/+5
* netdev-offload-tc: Always include conntrack information to tc.Eelco Chaudron2022-03-211-5/+5
* netdev-offload-tc: Check for valid netdev ifindex in flow_put.Eelco Chaudron2022-03-211-0/+18
* netdev-offload-tc: Set the correct VLAN_VID and VLAN_PCP masks.Eelco Chaudron2022-03-211-4/+6
* netdev-offload-tc: Add debug logs on tc rule verify failures.Eelco Chaudron2022-03-211-6/+74
* tc: Keep header rewrite actions order.Chris Mi2022-03-183-42/+60
* ofp-prop: Silence the 'may be uninitialized' warning.Mike Pattrick2022-03-112-4/+12
* dpif-netdev: Simplify atomic function pointer stores.Cian Ferriter2022-03-113-25/+11
* conntrack: Prefer dst port range during unique tuple search.wenxu2022-03-041-12/+43
* conntrack: Select correct sport range for well-known origin sport.wenxu2022-03-041-2/+10
* netdev-dpdk: Add mempool count in cmd get-mempool-info.Wan Junjie2022-03-041-0/+3
* tc: Fix stats byte count on fragmented packets.Paul Blakey2022-03-043-12/+35
* ovsdb: relay: Add transaction history support.Ilya Maximets2022-03-032-0/+2
* reconnect: Fix broken inactivity probe if there is no other reason to wake up.Ilya Maximets2022-02-241-6/+19
* 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