summaryrefslogtreecommitdiff
path: root/vswitchd
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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