summaryrefslogtreecommitdiff
path: root/vswitchd
Commit message (Expand)AuthorAgeFilesLines
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-122-33/+17
* vswitchd: Update IPv6 controller examples to use OpenFlow port.Justin Pettit2015-03-121-3/+3
* bridge: Enable RSTP if both STP and RSTP are enabled.Ben Pfaff2015-03-051-24/+22
* ovs-lldp: Use better types for ISID and VLANs.Ben Pfaff2015-03-031-5/+4
* auto-attach: Add auto-attach support to bridge layer and command setDennis Flynn2015-03-033-5/+364
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-2/+2
* FAQ: Update VXLAN references from draft to RFC7348Kentaro Ebisawa2015-02-201-3/+2
* ovsdb-doc: Get manpage name from the XML file instead of command line.Ben Pfaff2015-02-192-2/+1
* vswitch: Document columns that had been previously overlooked.Ben Pfaff2015-02-191-289/+391
* bridge: Publish error count in database's rstp_statistics.Ben Pfaff2015-02-191-3/+5
* ovsdb-idlc: Constify 'char **'.Russell Bryant2015-02-191-5/+5
* tunnel: Provide framework for tunnel extensions for VXLAN-GBP and othersThomas Graf2015-02-061-0/+20
* mcast-snoop: Add support to control Reports forwardingFlavio Leitner2015-02-042-3/+13
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-151-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-154-4/+5
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-2/+2
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-152-2/+2
* vswitch.xml: Describe NetFlow passive timeout.Ben Pfaff2014-11-251-4/+14
* rstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port-state' setters.Jarno Rajahalme2014-11-141-0/+10
* rstp: Show some useful rstp port fields.Jarno Rajahalme2014-11-131-1/+7
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-0/+1
* bridge: Store datapath version into ovsdbAndy Zhou2014-11-053-2/+72
* vswitch.xml: Improve IPFIX documentation.Ben Pfaff2014-10-291-122/+164
* vswitch.xml: Fix spelling errors in documentation.Ben Pfaff2014-10-291-2/+2
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-221-1/+1
* ovsdb: bond_active_salve column's value should be durable when database restartsAndy Zhou2014-10-101-4/+3
* 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