summaryrefslogtreecommitdiff
path: root/vswitchd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert commit 74622b44b ("Fix dot2pic make dependencies")YAMAMOTO Takashi2014-05-091-1/+1
* Fix dot2pic make dependenciesYAMAMOTO Takashi2014-05-071-1/+1
* bridge: Fix a NULL dereferenceYAMAMOTO Takashi2014-05-051-2/+7
* bridge: Allow users to configure statistics update to OVSDB.Alex Wang2014-05-022-13/+46
* bfd: Require bfd control packet received in forwarding_if_rx mode.Alex Wang2014-04-301-4/+7
* cfm: Require ccm received in demand mode.Alex Wang2014-04-301-3/+4
* bridge: Remove traces of flow-eviction-threshold.Joe Stringer2014-05-011-7/+0
* Enable OpenFlow 1.0, 1.1, 1.2, and 1.3 by default.Ben Pfaff2014-04-301-3/+3
* ovs-thread: Make caller provide thread name when creating a thread.Ben Pfaff2014-04-281-1/+2
* bridge: Refactor the 'Instant' stats logic.Alex Wang2014-04-271-149/+126
* bfd/cfm: Check status change before update status to database.Alex Wang2014-04-241-5/+11
* bridge: When ports disappear from a datapath, add them back.Ben Pfaff2014-04-231-3/+41
* bridge: improve vlan mode related error messages when adding portThomas Graf2014-04-091-3/+4
* bridge: don't bring up internal ports by default.Flavio Leitner2014-04-031-2/+1
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-2/+2
* vswitchd: Add external_ids to Flow_Table table in database schema.Ben Pfaff2014-03-312-3/+13
* dpif-netdev: Add DPDK netdev.Pravin2014-03-211-2/+12
* bitmap: Make bitmap_scan() able to scan for 0-bits or 1-bits.Ben Pfaff2014-03-231-2/+2