summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* rhel: Stop installing internal headers.Ilya Maximets2022-07-292-2/+2
* netdev-linux: Do not touch LAG members if master is not attached to OVS.Tao Liu2022-07-261-1/+4
* netdev: Clear auto_classified if netdev reopened with the type specified.Tao Liu2022-07-261-18/+23
* conntrack: Fix conntrack multiple new state.Eli Britstein2022-07-251-3/+4
* odp-execute: Avoid unnecessary logging for action implementations.Ilya Maximets2022-07-221-5/+6
* netdev-offload-dpdk: Setting RSS hash types in RSS action.Harold Huang2022-07-191-1/+2
* lib: Print nw_frag in flow key.Rosemarie O'Riorden2022-07-192-2/+2
* odp-execute: Add ISA implementation of set_masked IPv4 actionEmma Finn2022-07-151-0/+206
* odp-execute: Add ISA implementation of set_masked ETHEmma Finn2022-07-155-22/+137
* odp-execute: Add ISA implementation of push_vlan action.Emma Finn2022-07-152-9/+67
* odp-execute: Add ISA implementation of pop_vlan action.Emma Finn2022-07-154-1/+226
* odp-execute: Add ISA implementation of actions.Emma Finn2022-07-154-0/+22
* 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