summaryrefslogtreecommitdiff
path: root/vswitchd
Commit message (Expand)AuthorAgeFilesLines
* ovs-vswitchd: Fix high cpu utilization when acquire idl lock fails.Alex Wang2014-10-091-3/+6
* vswitch.ovsschema: Correct schema version number.Ben Pfaff2014-10-071-2/+2
* nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff2014-10-071-0/+1
* ovs-vswitchd: Add a missing headline in documentation.Gurucharan Shetty2014-10-061-0/+1
* ovs-vswitchd: Document the '--unixctl' option.Gurucharan Shetty2014-10-061-0/+2
* bridge: Keep bond active slave selection across OVS restartAndy Zhou2014-10-063-2/+44
* bridge: Fix high cpu utilization.Alex Wang2014-09-301-0/+3
* INSTALL.DPDK: Update DPDK related documentation.Alex Wang2014-09-301-2/+3
* ovs-vswitchd: Better diagnose errors in DPDK command-line options.Ben Pfaff2014-09-301-0/+1
* Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.Ben Pfaff2014-09-291-4/+4
* bridge: Fix bug where IDL wakeup causes 100% CPU.Joe Stringer2014-09-301-7/+11
* bridge: Refactor the stats and status update.Alex Wang2014-09-231-116/+132
* bridge: Rate limit the statistics update.Alex Wang2014-09-231-23/+31
* dpif-netdev: Allow multi-rx-queue, multi-pmd-thread configuration.Alex Wang2014-09-192-0/+30
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-152-3/+3
* ofproto: Do not update stats on fake bond interface.Pravin B Shelar2014-09-151-2/+0
* lib/rstp: Better debug messages, style fixes.Jarno Rajahalme2014-09-091-5/+5
* vswitch.xml: Fix RSTP configuration documentation.Jarno Rajahalme2014-09-091-53/+87
* Rapid Spanning Tree Protocol (IEEE 802.1D).Daniele Venturino2014-09-093-2/+409
* vswitch.xml: Fix a typo.Alex Wang2014-08-261-1/+1
* bfd: Clarify bfd:enable.Alex Wang2014-08-191-1/+2
* acinclude.m4: Do not set vswitchd_ovs_vswitchd_LDFLAGSDaniele Di Proietto2014-08-181-0/+1
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-183-1/+108
* bfd: Clarify the BFD diagnostic.Alex Wang2014-08-141-4/+6
* bfd: Add configuration for setting and matching mac address.Alex Wang2014-08-141-4/+19
* bfd: Flip the default value of bfd ip source and destination.Alex Wang2014-08-141-2/+2
* ovs-numa: Add ovs-numa.{c,h} for extracting and storing cpuAlex Wang2014-08-131-0/+2
* dpdk: Update documentation.Pravin B Shelar2014-08-112-0/+6
* Fix strict aliasing violations with GCC 4.1 and 4.4.Jarno Rajahalme2014-08-051-4/+7
* dpctl: add ovs-appctl dpctl/* commands to talk to dpif-netdevDaniele Di Proietto2014-08-041-0/+15
* vswitchd/bridge: Fix setting default prefix fields.Jarno Rajahalme2014-07-211-21/+24
* ofproto: Report controller rate limiting statistics in database.Ben Pfaff2014-07-171-24/+88
* Simplify ofproto_controller_info by using a struct smap in place of array.Ben Pfaff2014-07-171-11/+1
* vswitch.xml: Fix typo in documentation.Ben Pfaff2014-07-171-1/+1
* bridge: Enable multicast support on the bridgeFlavio Leitner2014-06-243-2/+103
* ofproto-dpif: Add mcast snooping db show and flush cmdsFlavio Leitner2014-06-241-0/+7
* doc: Additional documentation updates for Geneve.Jesse Gross2014-06-201-8/+8
* datapath: Add support for Geneve tunneling.Jesse Gross2014-06-201-2/+13
* bridge: Make ovs-vswitchd run again if status_txn commit fails.Alex Wang2014-06-131-8/+29
* ofproto: Add separate functions for checking bfd/cfm status change.Alex Wang2014-06-131-11/+14
* cfm: Extracts the cfm status in one function.Alex Wang2014-06-131-1/+1
* bridge: Initialize dscp for mgmt connections.Gurucharan Shetty2014-05-281-0/+1
* vswitchd: Add error column to Interface table to store error conditionThomas Graf2014-05-193-14/+30
* Use prefix trie lookup for IPv4 by default.Jarno Rajahalme2014-05-162-5/+32
* netdev: Remove netdev from global shash when the user is changing interface c...Ryan Wilson2014-05-161-1/+3
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-142-3/+12
* Remove --enable-of14 option because the implementation is now safe.Ben Pfaff2014-05-145-48/+4
* Makefiles: Fix invocation of dot2pic when builddir != srcdir.Ben Pfaff2014-05-081-1/+1
* dot2pic: Stop assuming the path of the interpreterYAMAMOTO Takashi2014-05-091-1/+1
* dot2pic: Use "> $@; mv $@.tmp $@" notation to make this reliably failYAMAMOTO Takashi2014-05-091-1/+2