summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* netdev-offload-dpdk: Implement flow flush.Eli Britstein2021-01-151-0/+17
* netdev-offload-dpdk: Refactor disassociate and flow destroy.Eli Britstein2021-01-151-30/+32
* netdev-offload-dpdk: Keep netdev in offload object.Eli Britstein2021-01-151-2/+6
* dpif-netdev: Flush offload rules upon port deletion.Eli Britstein2021-01-151-0/+2
* dpif-netdev: Add PMD auto load balance status log.Kevin Traynor2021-01-151-5/+8
* dpif-netdev: Add parameters to configure PMD auto load balance.Christophe Fontaine2021-01-151-8/+47
* dpif-netdev: Add log for PMD auto load balance interval parameter.Kevin Traynor2021-01-151-2/+4
* Revert "netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710N...Emma Finn2021-01-151-16/+3
* lldp: do not leak memory on multiple instances of TLVsAaron Conole2021-01-131-0/+3
* ipf: Avoid accessing to a freed rp.Peng He2021-01-131-1/+2
* dpctl: Fix broken Windows build due to missing strndup.Ilya Maximets2021-01-061-1/+2
* ovs-monitor-ipsec: Suppress "unknown %d argument" warning.Mark Gray2021-01-051-0/+8
* dpctl: Add add/mod/del-flows command.Eelco Chaudron2021-01-052-20/+191
* tunnel: Bareudp Tunnel Support.Martin Varghese2020-12-224-2/+89
* odp-util: Fix netlink message overflow with userdata.Ilya Maximets2020-12-222-17/+37
* dpif-netlink: Fix issues of the offloaded flows counter.Jianbo Liu2020-12-217-10/+78
* conntrack: add generic IP protocol supportEelco Chaudron2020-12-212-10/+22
* ovsdb-idl: Add comment.Ben Pfaff2020-12-181-0/+8
* ovsdb-idl: Improve prototypes.Ben Pfaff2020-12-181-2/+2
* ovsdb-idl: Remove prototype for function that is not defined or used.Ben Pfaff2020-12-181-1/+0
* ovsdb-idl: Fix memory leak sending messages without a session.Ben Pfaff2020-12-181-2/+8
* ovsdb-idl: Avoid redundant clearing and parsing of received data.Ben Pfaff2020-12-181-3/+0
* jsonrpc: Avoid disconnecting prematurely due to long poll intervals.Ben Pfaff2020-12-183-3/+28
* dpdk: Update to use DPDK v20.11.Ian Stokes2020-12-162-17/+5
* dpif-netlink: Count the number of offloaded rulesJianbo Liu2020-12-072-0/+10
* ovsdb-idl: Fix expected condition seqno when changes are pending.Dumitru Ceara2020-12-041-6/+4
* lib/tc: fix parse act pedit for tos rewritewenxu2020-12-041-2/+4
* ovsdb-idl: Fix use-after-free when deleting orphaned rows.Dumitru Ceara2020-12-031-5/+18
* ovsdb-idl: Fix memleak when deleting orphan rows.Dumitru Ceara2020-12-031-8/+10
* ovsdb-idl: Fix memleak when reinserting tracked orphan rows.Dumitru Ceara2020-12-031-1/+1
* ovsdb-idl: Fix iteration over tracked rows with no actual data.Ilya Maximets2020-11-271-7/+15
* perf-counter: Split numbers in the output.Ilya Maximets2020-11-271-1/+1
* python: Update build system to ensure dirs.py is created.Mark Gray2020-11-261-1/+1
* ovsdb-idl: Return correct seqno from ovsdb_idl_db_set_condition().Dumitru Ceara2020-11-161-3/+6
* ovsdb-idl: Fix *_is_new() IDL functions.Mark Gray2020-11-161-13/+29
* ofp-actions: Fix userspace support for mpls_ttl.Timothy Redaelli2020-11-161-0/+5
* netdev-dpdk: Add option to configure VF MAC address.Gaetan Rivet2020-11-161-0/+69
* netdev-dpdk: Add ability to set MAC address.Ilya Maximets2020-11-161-3/+29
* netdev-offload-dpdk: Pass L4 proto-id to match in the L3 rte_flow_item.Sriharsha Basavapatna2020-11-161-23/+0
* lldp: correctly increase discarded countVincent Bernat2020-11-161-0/+2
* lldp: increase statsTLVsUnrecognizedTotal on unknown TLVVincent Bernat2020-11-161-0/+1
* lldp: fix a buffer overflow when handling management address TLVVincent Bernat2020-11-161-1/+6
* lldp: Fix size of PEEK_DISCARD_UINT32()Jonas Johansson2020-11-161-1/+1
* lldp: validate a bit more received LLDP framesVincent Bernat2020-11-161-2/+51
* sha1: Fix algorithm for data bigger than 512 megabytes.Renat Nurgaliyev2020-11-162-4/+4
* odp-util: Fix overflow of nested netlink attributes.Ilya Maximets2020-11-162-7/+11
* python: set ovs.dirs variables with build system valuesMark Gray2020-11-161-1/+1
* netdev-offload-tc: Use single 'once' variable for probing tc featuresRoi Dayan2020-11-111-7/+3
* dpctl: Add the option 'pmd' for dump-flows.Tonghao Zhang2020-11-102-5/+21
* netdev-offload-dpdk: Preserve HW statistics for modified flows.Eli Britstein2020-11-101-11/+22