summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tnl-neigh-cache: Force revalidation for a new neighbor entry.Ben Pfaff2017-01-201-1/+1
* ovn-nbctl: Ability to bootstrap CA certificate.Gurucharan Shetty2017-01-192-0/+31
* libX: add new release / version info tagsAaron Conole2017-01-181-2/+2
* dpif-netdev: Avoids repeated addition of DP_STAT_LOST.nickcooper-zhangtonghao2017-01-161-1/+0
* ovs-numa: Remove unused functions.Daniele Di Proietto2017-01-152-182/+0
* dpif-netdev: Centralized threads and queues handling code.Daniele Di Proietto2017-01-151-447/+449
* dpif-netdev: Use hmap for poll_list in pmd threads.Daniele Di Proietto2017-01-151-56/+112
* ovs-numa: Add per numa and global counts in dump.Daniele Di Proietto2017-01-152-37/+77
* ovs-numa: Don't use hmap_first_with_hash().Daniele Di Proietto2017-01-151-12/+14
* ovs-numa: Add new dump types.Daniele Di Proietto2017-01-152-1/+79
* ovs-numa: New ovs_numa_dump_contains_core() function.Daniele Di Proietto2017-01-152-7/+28
* dpctl: Avoid making assumptions on pmd threads.Daniele Di Proietto2017-01-154-155/+150
* dpif-netdev: Make 'static_tx_qid' const.Daniele Di Proietto2017-01-151-6/+5
* dpif-netdev: Create pmd threads for every numa node.Daniele Di Proietto2017-01-151-140/+68
* dpif-netdev: Block pmd threads if there are no ports.Daniele Di Proietto2017-01-151-0/+15
* dpif-netdev: Use a boolean instead of pmd->port_seq.Daniele Di Proietto2017-01-151-12/+7
* netdev-dpdk: Refactor construct and destruct.Daniele Di Proietto2017-01-151-45/+41
* netdev-dpdk: Start also dpdkr devices only once on port-add.Daniele Di Proietto2017-01-152-40/+36
* netdev-dpdk: Don't call rte_dev_stop() in update_flags().Daniele Di Proietto2017-01-151-16/+12
* dpif-netdev: Don't try to output on a device without txqs.Daniele Di Proietto2017-01-153-36/+73
* dpif-netdev: Take non_pmd_mutex to access tx cached ports.Daniele Di Proietto2017-01-151-0/+2
* dpif-netdev: Fix memory leak.Daniele Di Proietto2017-01-151-0/+1
* Use PRIu32 format for ofp_port_tShu Shen2017-01-144-7/+7
* db-ctl-base: Always support all tables in schema.Ben Pfaff2017-01-132-131/+141
* dpif: Simplify dpif_execute_helper_cb()Andy Zhou2017-01-121-19/+12
* netdev-vport: Do not log empty warnings on success.Daniele Di Proietto2017-01-121-4/+6
* ofproto-dpif: Make ofproto/trace output easier to read.Ben Pfaff2017-01-122-13/+8
* netdev: Add 'errp' to set_config().Daniele Di Proietto2017-01-115-41/+84
* netdev-dpdk: Assign socket id according to device's numa idxu.binbin1@zte.com.cn2017-01-111-2/+6
* netdev-dummy: Limits the number of tx/rx queues.nickcooper-zhangtonghao2017-01-101-0/+17
* dpdk: Late initialization.Daniele Di Proietto2017-01-102-14/+25
* dpcls: Avoid one 8-byte chunk in subtable mask.Jarno Rajahalme2017-01-101-2/+18
* New action "ct_clear".Ben Pfaff2017-01-101-1/+42
* ovsdb-idl: Enhance conditional monitoring APIAndy Zhou2017-01-092-6/+45
* ovsdb-idl: Properly handle conditional monitor update errorandy zhou2017-01-091-8/+26
* dpif-netdev: Uses the OVS_CORE_UNSPEC instead of magic numbers.nickcooper-zhangtonghao2017-01-081-6/+6
* netdev-dummy: Uses the NR_QUEUE instead of magic numbers.nickcooper-zhangtonghao2017-01-081-2/+2
* netdev-dpdk: Fix formatting typo.nickcooper-zhangtonghao2017-01-081-1/+1
* nx-match: Only store significant bytes to stack.Jarno Rajahalme2017-01-064-52/+92
* ofp-util: Do not assert fail if decoding malformed property.Jarno Rajahalme2017-01-061-2/+4
* dpif: Return ENODEV from dpif_port_query_by_*() if there's no port.Daniele Di Proietto2017-01-063-6/+16
* ovsdb-idl: Avoid sending redundant conditional monitoring updatesAndy Zhou2017-01-061-0/+2
* netdev-dpdk: Add support for virtual DPDK PMDs (vdevs)Ciara Loftus2017-01-051-24/+11
* netdev-dpdk: Arbitrary 'dpdk' port namingCiara Loftus2017-01-051-56/+126
* netdev-dpdk: add hotplug supportMauricio Vásquez2017-01-051-6/+89
* flow: Fix small typo in comment describing flow_compose().Justin Pettit2017-01-051-1/+1
* ovsdb-data: Add support for integer ranges in database commandsLukasz Rzasik2017-01-056-61/+199
* ofproto: Fix crash on flow monitor request with tun_metadata.Daniele Di Proietto2017-01-042-6/+12
* netdev-dpdk: Rename ivshmem structures.Kevin Traynor2017-01-041-20/+20
* odp: Use struct in6_addr for IPv6 addresses.Jarno Rajahalme2017-01-046-80/+70