summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* util: Update cache line size on PowerPC.Jeffrey Walton2022-07-011-0/+6
* dpif-netdev: Fix leak of AVX512 DPIF scratch pad.Ilya Maximets2022-06-291-0/+1
* ofproto-dpif-xlate: No clone when tunnel push is last action.Rosemarie O'Riorden2022-06-293-14/+32
* dpif-netdev: Refactor AVX512 runtime checks.David Marchand2022-06-2910-77/+79
* ovsdb-idl: Get per-database memory usage statistics.Dumitru Ceara2022-06-281-3/+14
* dpif-netdev-extract-avx512: Protect GCC builtin usage.Cian Ferriter2022-06-281-0/+4
* dpcls: Add unlisted alias for subtable lookup command.Harry van Haaren2022-06-281-0/+3
* odp-util: Ignore unknown attributes in parse_key_and_mask_to_match().Eelco Chaudron2022-06-281-9/+25
* ofproto-dpif: Avoid unneccesary backer revalidation.lic1212022-06-282-0/+9
* lldp: Fix lldp memory leak.lic1212022-06-281-7/+3
* conntrack: Fix incorrect bit shift while hashing nat range.Ilya Maximets2022-06-241-1/+1
* packets: Fix misaligned write to MPLS lse.Ilya Maximets2022-06-241-2/+2
* tc: Fix misaligned access to stats and time values.Ilya Maximets2022-06-241-19/+22
* odp-util: Fix unaligned access to tunnel id.Ilya Maximets2022-06-241-5/+5
* ofpbuf: Fix offsetting a NULL pointer in ofpbuf_reserve.Ilya Maximets2022-06-241-0/+4
* odp_util: Fix parse_key_and_mask_to_match() vlan parsing.Eelco Chaudron2022-06-242-14/+29
* conntrack: Limit port clash resolution attempts.wenxu2022-06-071-0/+21
* conntrack: Remove the IP iterations in nat_get_unique_l4.wenxu2022-06-071-73/+13
* ovs-rcu: Add ovsrcu_barrier.Peng He2022-05-302-0/+52
* dpif-netdev: Fix ALB 'rebalance_intvl' max hard limit.Lin Huang2022-05-301-1/+5
* dpif-netdev: Fix ALB parameters type mismatch.Lin Huang2022-05-301-11/+12
* acinclude: Add seperate checks for AVX512 ISA.Cian Ferriter2022-05-306-42/+109
* automake.mk: Remove -mavx512dq CFLAG from AVX512 library.Cian Ferriter2022-05-301-1/+0
* dpif-netdev-extract: Remove unnecessary compiler targets.Cian Ferriter2022-05-301-5/+0
* dpif-netdev-lookup: Fix GCC 5 warning.Cian Ferriter2022-05-301-1/+1
* dpif-netdev-private-extract: Fix typo VMBI -> VBMI.Cian Ferriter2022-05-302-9/+9
* dpif-netdev: Restructure rxq schedule logging.Kevin Traynor2022-05-301-27/+34
* dpif-netdev: Split function to find lowest loaded PMD thread core.Kevin Traynor2022-05-301-10/+25
* dynamic-string: Fix undefined behavior due to offsetting null pointer.Dumitru Ceara2022-05-261-3/+4
* sha1: Use implementation from openssl if available.Ilya Maximets2022-05-262-43/+150
* Revert "odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP."Aaron Conole2022-05-261-5/+0
* ovs-router: Expose the ovs_router_get_netdev_source_address function.wenxu2022-05-252-5/+12
* dpcls: Change info-get function to fetch dpcls usage stats.Kumar Amber2022-05-244-45/+112
* dpif-netdev: Only hash port number when necessary.Cian Ferriter2022-05-171-1/+2
* netdev-linux: Properly access 32-bit aligned rtnl_link_stats64 structs.Dumitru Ceara2022-05-171-1/+8
* ofp-actions: Use aligned structures when decoding ofp actions.Dumitru Ceara2022-05-172-18/+102
* ofp-errors: Ensure parsed OFPT_ERROR messages are properly aligned.Dumitru Ceara2022-05-171-0/+2
* ofp-actions: Ensure aligned accesses to masked fields.Dumitru Ceara2022-05-171-6/+13
* treewide: Avoid offsetting NULL pointers.Dumitru Ceara2022-05-178-24/+50
* treewide: Fix invalid bit shift operations.Dumitru Ceara2022-05-171-1/+1
* 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