summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dpif-netdev/mfex: Add AVX512 NVGRE traffic profiles.Cian Ferriter2022-12-214-16/+101
* dpif-netdev/dpcls: Specialize 8, 1 and 5, 2 signatures.Cian Ferriter2022-12-212-0/+8
* odp-execute: Add ISA implementation of set_masked IPv6 actionEmma Finn2022-12-215-1/+240
* lldp: Fix bugs when parsing malformed AutoAttach.Qian Chen2022-12-201-0/+2
* ovs-thread: Detect changes in number of CPUs.Adrian Moreno2022-12-201-24/+43
* dpif-netdev: Use unmasked key when adding datapath flows.Eelco Chaudron2022-12-201-4/+29
* odp-execute: Add check for L4 header size.Emma Finn2022-12-141-2/+4
* ovsdb-cs: Consider default conditions implicitly acked.Dumitru Ceara2022-12-131-1/+1
* odp-execute: Fix ipv4 missing clearing of connection tracking fields.Emma Finn2022-12-072-0/+14
* rculist: Use rculist_back_protected to access prev.Adrian Moreno2022-12-061-3/+5
* db-ctl-base: Use partial map/set updates for last add/set commands.Ilya Maximets2022-12-062-25/+70
* dpdk: Update to use v22.11.1.Ian Stokes2022-12-061-16/+8
* ovsdb-idl: Add the support to specify the uuid for row insert.Numan Siddique2022-11-306-37/+101
* odp-util: Fix reporting unknown keys as keys with bad length.Ilya Maximets2022-11-301-2/+9
* netdev: Assume default link speed to be 10 Gbps instead of 100 Mbps.Ilya Maximets2022-11-304-6/+6
* netdev-dpdk: Cleanup mempool selection code.David Marchand2022-11-301-11/+10
* netdev-dpdk: Move DPDK netdev related configuration.David Marchand2022-11-304-137/+94
* netdev-dpdk: Cleanup code when DPDK is disabled.David Marchand2022-11-303-13/+2
* lacp: Modify the comment misspelling.yangchang2022-11-301-1/+1
* ofp-msgs: Fix comment typo.Lin Huang2022-11-301-1/+1
* rculist: Fix iteration macros.Ilya Maximets2022-11-241-9/+9
* learn: Fix parsing immediate value for a field match.Ilya Maximets2022-11-241-11/+7
* netdev-offload-dpdk: Enhance the support of tunnel pop actionChaoyong He2022-11-101-4/+10
* netdev-offload-tc: Reserve lower tc prios for ip ethertypesPaul Blakey2022-11-082-7/+30
* dpif-netlink: Remove redundant null assignmentRoi Dayan2022-11-071-1/+0
* tc: Fix coverity dereference null return valueRoi Dayan2022-11-071-0/+4
* tc: Pass tun_metadata by referenceRoi Dayan2022-11-071-10/+10
* netdev-linux: Fix inability to apply QoS on ports with custom qdiscs.Ilya Maximets2022-11-021-4/+9
* conntrack: Show parent key if present.Paolo Valerio2022-11-021-0/+4
* tc: Fix misaligned writes while parsing pedit.Ilya Maximets2022-11-021-3/+8
* odp-util: Add missing separator in format_odp_conntrack_action().Paolo Valerio2022-11-021-1/+1
* mac-learning: Fix learned fdb entries not age out issue.Lin Huang2022-11-021-23/+14
* netdev-dpdk: Fix tx_dropped counters value.Robin Jarry2022-11-021-3/+3
* Documentation: Use new syntax for dpdk port representors.Robin Jarry2022-11-021-1/+1
* netdev-linux: Allow meter to work in tc software datapath when tc-policy is s...Baowen Zheng2022-11-013-6/+37
* Revert "tc: Fix stats dump when using same meter table"Tianyu Yuan2022-10-311-11/+0
* tc: On last action use drop action attribute instead of pipeRoi Dayan2022-10-311-1/+14
* unaligned: Correct the stats of packet_count and byte_count on Windows.Wilson Peng2022-10-251-6/+7
* ct-dpif: Replace ct_dpif_format_flags() with format_flags_masked().Paolo Valerio2022-10-252-37/+43
* netdev-offload: Set 'miss_api_supported' to be under netdev.Eli Britstein2022-10-254-16/+33
* cmap: Add thread fence for slot update.Yanqin Wei2022-10-181-1/+3
* ovsdb: Fix race for datum JSON string reference counter.Ilya Maximets2022-10-112-12/+46
* json: Fix deep copy of objects and arrays.Ilya Maximets2022-10-111-8/+8
* Add support for OpenSSL 3.0 functions.Timothy Redaelli2022-10-072-0/+14
* daemon-unix: Fix file descriptor leak when monitor restarts child.Fengqi Li2022-10-061-0/+2
* sparse: Add a guard for netinet/ip6.h header on FreeBSD.Ilya Maximets2022-10-061-0/+1
* lib: Add support for sets of UUIDs.Dumitru Ceara2022-09-273-0/+172
* ovsdb-idl: Preserve references for rows deleted in same IDL run as their inse...Xavier Simonart2022-09-271-0/+4
* 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