summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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