summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: support meter action initial versionldejing2022-09-201-0/+5
* tc: Fix stats dump when using same meter tableTianyu Yuan2022-09-121-0/+11
* netdev-linux: Skip some internal kernel stats gathering.Jon Kohler2022-09-091-0/+11
* sset, smap, hmapx: Reserve hash map space while cloning.Ilya Maximets2022-08-303-0/+6
* netdev-offload-tc: Parse tunnel options only for geneve ports.Ilya Maximets2022-08-301-6/+12
* netlink-conntrack: Do not fail to parse if optional TCP protocol attributes a...Paolo Valerio2022-08-301-18/+27
* netdev-offload-tc: Add missing handling of the tunnel source port.Ilya Maximets2022-08-192-0/+23
* netdev-offload-tc: Fix ignoring unknown tunnel keys.Ilya Maximets2022-08-193-29/+80
* netdev-offload-tc: Use masks instead of keys while parsing tunnel attributes.Ilya Maximets2022-08-191-3/+3
* netdev-offload-tc: Explicitly handle mask for the tunnel destination port.Ilya Maximets2022-08-192-4/+17
* netdev-offload-tc: Fix the mask for tunnel metadata length.Ilya Maximets2022-08-192-13/+33
* handlers: Fix handlers mapping.Michael Santana2022-08-153-7/+57
* handlers: Create additional handler threads when using CPU isolation.Michael Santana2022-08-153-2/+91
* packets: Fix misaligned access to ip6_hdr.Ales Musil2022-08-121-2/+2
* dpif-netdev: Simplify AVX512 build time checks to enhance readability.Sunil Pai G2022-08-104-16/+16
* netdev-offload-tc: Disable offload of IPv6 fragments.Ilya Maximets2022-08-081-1/+21
* tc: Use sparse hex dump while printing inconsistencies.Ilya Maximets2022-08-041-6/+6
* netdev-offload-tc: Print unused mask bits on failure.Ilya Maximets2022-08-041-1/+11
* dynamic-string: Add function for a sparse hex dump.Ilya Maximets2022-08-041-8/+28
* dpif-netlink: Fix incorrect bit shift in compat mode.Ilya Maximets2022-08-041-1/+1
* packets: Re-calculate IPv6 checksum only for first frag upon modify.Salem Sol2022-08-041-4/+8
* netdev-linux: set correct action for packets that passed policerVlad Buslov2022-08-041-7/+9
* libopenvswitch.pc: Add missing libs for a static build.Ilya Maximets2022-07-291-1/+1
* 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