summaryrefslogtreecommitdiff
path: root/vswitchd
Commit message (Expand)AuthorAgeFilesLines
* netdev-afxdp: add new netdev type for AF_XDP.William Tu2019-07-191-0/+15
* netdev-dpdk: Enable tx-retries-max config.Kevin Traynor2019-07-081-0/+12
* tunnel: Add layer 2 IPv6 GRE encapsulation support.William Tu2019-07-031-12/+20
* vswitchd: Always cleanup userspace datapath.Ilya Maximets2019-07-021-0/+4
* vswitchd: Separate disable system and route.William Tu2019-06-261-0/+5
* OpenFlow: Enable OpenFlow 1.5 by default.Ben Pfaff2019-06-201-10/+3
* netdev: Split up netdev offloading to separate module.Ilya Maximets2019-06-111-0/+1
* dpctl: Update docs about dump-flows and HW offloading.Ilya Maximets2019-06-111-0/+5
* ofproto-dpif-xlate: Add "always" mode to priority tagsEli Britstein2019-05-242-3/+7
* ofproto-dpif-xlate: Change priority tags from boolean to enumEli Britstein2019-05-242-4/+9
* netdev-dpdk: Post-copy Live Migration support for vhost-user-client.Liliia Butorina2019-05-241-0/+16
* vswitchd: Track status of memory locking.Ilya Maximets2019-05-241-0/+2
* ovs-vswitchd: Update limits section in manpage.Ben Pfaff2019-05-101-5/+7
* bridge: Propagate patch port pairing errors to db.Ilya Maximets2019-03-261-0/+13
* netdev-linux: netem QoS supportSharon K2019-03-141-0/+28
* vswitchd: Allow user to configure controllers as "primary" or "service".Ben Pfaff2019-02-053-59/+69
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-052-7/+5
* connmgr: Make treatment of active and passive connections more uniform.Ben Pfaff2019-02-051-1/+1
* dpdk: Limit DPDK memory usage.Ilya Maximets2019-02-011-0/+22
* dpif-netdev: Per-port configurable EMC.Ilya Maximets2019-01-181-0/+19
* Adding support for PMD auto load balancingNitin Katiyar2019-01-161-0/+41
* ovs-actions: New document describing OVS actions in detail.Ben Pfaff2019-01-101-1/+1
* docs: Fix cross-references that referred to discussions that have moved.Ben Pfaff2018-11-151-5/+5
* Documentation: IPsec tunnel tutorial and documentation.Qiuyu Xiao2018-11-091-8/+147
* vswitchd: Update documentation for legacy_l3 type packetsGreg Rose2018-11-091-0/+6
* documentation: man vswitchd.conf.db(5) updated flow-restore-waitZak Whittington2018-11-021-0/+10
* connmgr: Improve interface for setting controllers.Ben Pfaff2018-10-311-61/+41
* bridge.c: prevent controller connects while flow-restore-waitZak Whittington2018-10-251-1/+2
* revalidator: Rebalance offloaded flows based on the pps rateSriharsha Basavapatna via dev2018-10-191-0/+21
* dpif-netdev-perf: Clarify frequency number.Ilya Maximets2018-10-121-5/+1
* Revert "bridge: Fix ovs-appctl qos/show repeated queue information"Ben Pfaff2018-10-031-1/+0
* bridge: Fix ovs-appctl qos/show repeated queue informationEelco Chaudron2018-10-021-0/+1
* dpif-netdev: Add round-robin based rxq to pmd assignment.Kevin Traynor2018-09-141-0/+24
* vswitch.xml: Better explain vlan-limit.Ben Pfaff2018-09-071-4/+4
* vswitch.xml: Fix key type and description style of tc-policy.Ilya Maximets2018-08-301-10/+17
* vswitch.xml: Fix type of dpdk-init key.Ilya Maximets2018-08-271-1/+2
* vswitch.xml: Update dpdk-init documentation.Kevin Traynor2018-08-101-4/+10
* dpif-netdev: Add SMC cache after EMC cacheYipeng Wang2018-07-241-0/+13
* bridge: Clean leaking netdevs when route is added.Tiago Lam2018-07-101-0/+3
* vswitchd: Document new fdb statistics commandsEelco Chaudron2018-07-061-0/+5
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-07-061-0/+17
|\
| * dpdk: Support both shared and per port mempools.Ian Stokes2018-07-061-0/+17
* | DNS: Add basic support for asynchronous DNS resolvingYifeng Sun2018-07-062-47/+50
|/
* mac-learning: Increase default mac table size to 8K from 2KEelco Chaudron2018-06-271-1/+1
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-06-122-3/+6
|\
| * ovs-thread: Fix thread id for threads not started with ovs_thread_create()Eelco Chaudron2018-06-081-0/+2
| * OVS-DPDK: Change "dpdk-socket-mem" default value.Marcin Rybka2018-06-081-3/+4
* | treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-113-16/+16
|/
* dpdk: reflect status and version in the databaseAaron Conole2018-05-253-3/+24
* userspace: add erspan tunnel support.William Tu2018-05-211-0/+34