summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* raft: Set threshold on backlog for raft connections.Ilya Maximets2020-11-102-1/+65
* ovsdb-idl: Add comment with program name to ovsdb_idl_loop transactions.Ben Pfaff2020-11-021-0/+3
* packets: Un-inline functions needed by DDlog.Leonid Ryzhyk2020-10-262-86/+108
* netdev-tc-offloads: Don't delete ufid mapping if fail to delete filterJianbo Liu2020-10-231-1/+3
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-2119-473/+484
* conntrack: Rename "master" connection to "parent" connection.Ben Pfaff2020-10-216-50/+50
* odp-util: Add missing comma after gtpu attributes.Ilya Maximets2020-10-201-1/+1
* odp-util: Fix using uninitialized gtpu metadata.Ilya Maximets2020-10-201-2/+2
* netdev-offload-dpdk: Support vxlan encap offload with load actions.Lei Wang2020-10-191-0/+4
* ofp-ed-props: Fix using uninitialized padding for NSH encap actions.Ilya Maximets2020-10-171-1/+2
* Eliminate "whitelist" and "blacklist" terms.Ben Pfaff2020-10-165-12/+12
* Use primary/secondary, not master/slave, as names for OpenFlow roles.Ben Pfaff2020-10-161-46/+48
* dpctl: Fix broken flow deletion via ovs-dpctl due to missing ufid.Ilya Maximets2020-10-092-46/+20
* dns-resolve: Allow unbound's config file to be set through an env var.Ted Elhourani2020-10-081-0/+12
* smap: Add smap_get_uint() helper function.Numan Siddique2020-10-082-0/+18
* dpif-netdev: Fix typo in copyright header.Ian Stokes2020-10-072-2/+2
* DPDK: Remove support for vhost-user zero-copy.Ian Stokes2020-10-051-25/+0
* netdev-dpdk: Don't set rx mq mode for net_virtio.Jaime CaamaƱo Ruiz2020-09-151-1/+8
* classifier: Fix use of uninitialized value.William Tu2020-09-151-0/+1
* meta-flow: fix a typo in "MPLS Bottom of Stack Field" paragraph.Timothy Redaelli2020-08-261-4/+4
* netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710NIC.Emma Finn2020-08-171-3/+16
* Revert "ovsdb-idl: Fix NULL deref reported by Coverity."Han Zhou2020-08-121-2/+1
* dpdk: Deprecate vhost-user dequeue zero-copy.Ian Stokes2020-08-121-0/+2
* netdev-dpdk: linear buffer check with zero-copySivaprasad Tummala2020-08-121-0/+6
* tc: Use skip_hw flag when probing tc featuresRoi Dayan2020-08-063-7/+18
* dpif-netdev/avx512: add -fPIC flag to enable shared buildsHarry van Haaren2020-08-051-0/+1
* dpif-netdev/avx512: avoid compiling avx512 code if binutils check failsHarry van Haaren2020-08-051-0/+2
* odp-util: Clear padding in the nd_extension.Peng He2020-08-041-1/+3
* odp-util: Fix clearing match mask if set action is partially unnecessary.Ilya Maximets2020-07-293-16/+65
* bfd: Support overlay BFDYifeng Sun2020-07-271-3/+13
* Revert "dpif-netdev: includes microsecond delta in meter bucket calculation".Tonghao Zhang2020-07-271-5/+0
* dpctl: Fix memory leak in dpctl_dump_flows()Tonghao Zhang2020-07-211-1/+1