summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dpif-netdev: Replace loop iterating over packet batch with macro.Rosemarie O'Riorden2022-05-042-4/+4
* netdev-dpdk: Fix tx drops statistic for a down netdev.David Marchand2022-05-041-0/+3
* netdev-dpdk: Remove a leftover lock annotation.David Marchand2022-05-041-1/+0
* netdev-dpdk: Refactor the DPDK transmit path.Flavio Leitner2022-05-041-195/+140
* ofp-monitor: Fix abort on malformed flow update event.Ilya Maximets2022-05-041-9/+11
* dpif-netdev/mfex: Add ipv4 profile based hashing.Kumar Amber2022-05-043-1/+43
* netdev-offload-dpdk: Fix ethernet type for VLANs.Eli Britstein2022-05-041-3/+4
* netdev-offload-dpdk: Use has_vlan match attribute.Eli Britstein2022-05-041-0/+16
* ofp-monitor: Support flow monitoring for OpenFlow 1.3, 1.4+.Vasu Dasari2022-04-282-158/+710
* ofp-monitor: Extend Flow Monitoring support for OF 1.0-1.2 with Nicira Extens...Vasu Dasari2022-04-281-9/+11
* ovsdb-idl: Support write-only-changed IDL monitor mode.Dumitru Ceara2022-04-282-8/+68
* dpif-netdev-avx512: Fix overflow of UINT32_C(1).Cian Ferriter2022-04-271-1/+1
* dpif-netdev-avx512: Fix ubsan shift error in bitmasks.Harry van Haaren2022-04-272-6/+6
* 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