summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* acinclude: Add configure option to enable actions autovalidator at build time.Kumar Amber2022-07-151-0/+4
* odp-execute: Add command to switch action implementation.Emma Finn2022-07-155-0/+69
* odp-execute: Add auto validation function for actions.Emma Finn2022-07-154-0/+132
* odp-execute: Add function pointer for pop_vlan action.Emma Finn2022-07-153-7/+44
* odp-execute: Add function pointers to odp-execute for different action implem...Emma Finn2022-07-155-1/+224
* man: Fix various typos across manual pages.Frode Nordahl2022-07-142-2/+2
* Fix spelling error exposed in binaries.Frode Nordahl2022-07-143-4/+4
* netdev-dpdk: Add shared mempool config.Kevin Traynor2022-07-143-5/+111
* tc: Fix misaligned access while creating pedit actions.Ilya Maximets2022-07-141-2/+2
* tc: Fix misaligned access to struct tcf_t for police action.Ilya Maximets2022-07-141-3/+3
* netdev-linux: Fix leak of a tc police get/del reply.Ilya Maximets2022-07-141-4/+8
* ovsdb: Add lazy-copy support for ovsdb_datum objects.Ilya Maximets2022-07-135-46/+102
* netdev-offload-tc: Handle check_pkt_len datapath action.Eelco Chaudron2022-07-133-53/+586
* netdev-offload-tc: Move flower_to_match action handling to isolated function.Eelco Chaudron2022-07-131-210/+230
* netdev-offload-tc: Move flow_put action handling to isolated function.Eelco Chaudron2022-07-131-127/+148
* conntrack: Check for expiration before comparing the keys during the lookup.Ilya Maximets2022-07-131-2/+5
* conntrack: Use an atomic conn expiration value.Gaetan Rivet2022-07-133-14/+17
* conntrack: Replace timeout based expiration lists with rculists.Gaetan Rivet2022-07-133-183/+144
* conntrack-tp: Use a cmap to store timeout policies.Gaetan Rivet2022-07-124-29/+38
* conntrack: Use a cmap to store zone limits.Gaetan Rivet2022-07-124-26/+53
* meta-flow: Document nw_proto limitation for IPv6 later frags.Paolo Valerio2022-07-121-0/+9
* dpif-avx512: Add support for simple match lookup.Cian Ferriter2022-07-121-3/+50
* dpif-netdev: Refactor simple match lookup functions.Cian Ferriter2022-07-122-8/+15
* dpif-netlink: Offloading meter to tc police actionJianbo Liu2022-07-111-5/+26
* netdev-offload-tc: Offloading rules with police actionsJianbo Liu2022-07-112-2/+65
* netdev-offload-tc: Cleanup police actions with reserved indexes on startupJianbo Liu2022-07-113-0/+148
* netdev-offload-tc: Implement meter offload API for tcJianbo Liu2022-07-111-0/+202
* netdev-linux: Add functions to manipulate tc police actionJianbo Liu2022-07-114-36/+242
* netdev-linux: Refactor put police action netlink messageJianbo Liu2022-07-111-42/+47
* tc: Add support parsing tc police actionJianbo Liu2022-07-113-0/+63
* netdev-offload: Add meter offload APIJianbo Liu2022-07-113-0/+91
* netdev-dpdk: Delay vhost mempool creation.Kevin Traynor2022-07-071-9/+12
* dpif-netdev/mfex: Add ipv6 profile based hashing.Kumar Amber2022-07-053-4/+51
* dpif-netdev/mfex: Add AVX512 ipv6 traffic profiles.Kumar Amber2022-07-054-4/+375
* mfex_avx512: Calculate miniflow_bits at compile time.Kumar Amber2022-07-051-4/+17
* mfex_avx512: Calculate pkt offsets at compile time.Kumar Amber2022-07-051-8/+21
* 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