aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
2013-09-05vlan-splinter: Fix inverted logic bug.v1.10.2Alex Wang
2013-06-20vswitchd: Update flow-eviction-threshold documentationJoe Stringer
2013-04-29vswitchd: Disable system stats collection on a concurrently running daemon.Gurucharan Shetty
2013-04-29Update the default VXLAN destination UDP port to the IANA assigned portKyle Mestery
2013-04-11bridge: Complete initial configuration even with empty database.Ben Pfaff
2013-04-10bridge: Only complete daemonization after db commits initial config.Ben Pfaff
2013-03-20bridge: Rate-limit updates to "instant stats".Ben Pfaff
2013-03-18ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff
2013-03-13tunnel: Remove references to multicast tunnels in schema documentation.Jesse Gross
2013-03-12bridge: Store the 'mac_in_use' for interfaces in OVSDB.Justin Pettit
2013-03-06datapath: Remove CAPWAP tunneling support.Pravin B Shelar
2013-02-25vxlan: new draft revisionLorand Jakab
2013-02-11stream-unix: Use rundir as root for relative paths.Pavithra Ramesh
2013-02-01bridge: Rename iface_create() variable to avoid hiding parameter.Ben Pfaff
2013-01-23bridge: Fix bug in equal_pathnames().Ben Pfaff
2013-01-16Remove useless use of <assert.h>.Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-16bridge: Remove restriction on socket name.Pavithra Ramesh
2013-01-15tunnels: Remove support for df_inherit from userspace.Ethan Jackson
2013-01-04manpages: Put version number instead of date at bottom of page.Ben Pfaff
2013-01-03vswitch: Remove PMTUD support from userspace.Ethan Jackson
2013-01-03netdev: Rename get_drv_info() to get_status().Ethan Jackson
2013-01-02bridge: Log version number precisely once.Ethan Jackson
2012-12-27openvswitch: Remove Linux bridge compatibility.Pravin B Shelar
2012-12-27brcompat: Mark ovs-brcompat as deprecated.Pravin B Shelar
2012-12-26ovs-vswitch: Make OpenFlow "dp_desc" configurable.Ben Pfaff
2012-12-21xenserver: Downgrade not on XenServer warning to DBG.Ethan Jackson
2012-12-12packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff
2012-12-08vswitchd: Avoid writing to const structEd Maste
2012-12-08vswitchd: Make the maximum size of MAC learning tables user-configurable.Ben Pfaff
2012-12-05datapath: Add support for VXLAN tunnels to Open vSwitchKyle Mestery
2012-12-03bridge: Set mac address when no physical ports attached.Justin Pettit
2012-11-29bridge: Drop warning about the default bridge Ethernet address.Ben Pfaff
2012-11-27Initial OpenFlow 1.3 supportJarno Rajahalme
2012-11-26vswitchd: Make Interface's ofport a persistent column.Gurucharan Shetty
2012-11-20bridge: Fix typo in comment.Ben Pfaff
2012-11-19vswitchd: Configuration of allowed OpenFlow versionsSimon Horman
2012-11-16bridge: Always "up" internal devices.Justin Pettit
2012-11-16bridge: Introduce iface_is_internal() function.Justin Pettit
2012-11-16bridge: Open internal ports with the correct type.Justin Pettit
2012-11-12ofproto, connmgr: Parameterise OpenFlow versions for adding controllerSimon Horman
2012-11-06bridge: Fix a segmentation fault in bridge_init_ofproto().Ethan Jackson
2012-11-05datapath: Remove tunnel header caching.Pravin B Shelar
2012-11-05netdev: Deprecate CAPWAP support.Pravin B Shelar
2012-11-03ofproto: Report 0 Mbps when speed not available instead of 100 Mbps.Ben Pfaff
2012-11-01ofproto-dpif: Use a single underlying datapath across multiple bridges.Justin Pettit
2012-11-01ofproto: Add type "run", "run_fast", and "wait" provider methods.Justin Pettit
2012-11-01ofproto-dpif: Add ovs-appctl commands for ovs-dpctl functions.Justin Pettit
2012-11-01ofproto: Add initialization function.Justin Pettit
2012-11-01Allow the OpenFlow port to be requested for a port.Justin Pettit