summaryrefslogtreecommitdiff
path: root/vswitchd
Commit message (Expand)AuthorAgeFilesLines
* vswitchd: Disable system stats collection on a concurrently running daemon.Gurucharan Shetty2013-04-291-0/+4
* Update the default VXLAN destination UDP port to the IANA assigned portKyle Mestery2013-04-291-4/+3
* bridge: Complete initial configuration even with empty database.Ben Pfaff2013-04-111-17/+17
* bridge: Only complete daemonization after db commits initial config.Ben Pfaff2013-04-101-9/+44
* bridge: Rate-limit updates to "instant stats".Ben Pfaff2013-03-201-8/+67
* ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff2013-03-181-1/+1
* tunnel: Remove references to multicast tunnels in schema documentation.Jesse Gross2013-03-131-12/+2
* bridge: Store the 'mac_in_use' for interfaces in OVSDB.Justin Pettit2013-03-123-2/+23
* datapath: Remove CAPWAP tunneling support.Pravin B Shelar2013-03-061-23/+9
* vxlan: new draft revisionLorand Jakab2013-02-251-1/+1
* stream-unix: Use rundir as root for relative paths.Pavithra Ramesh2013-02-111-2/+4
* bridge: Rename iface_create() variable to avoid hiding parameter.Ben Pfaff2013-02-011-2/+2
* bridge: Fix bug in equal_pathnames().Ben Pfaff2013-01-231-3/+6
* Remove useless use of <assert.h>.Ben Pfaff2013-01-161-1/+0
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-162-15/+13
* bridge: Remove restriction on socket name.Pavithra Ramesh2013-01-161-17/+43
* tunnels: Remove support for df_inherit from userspace.Ethan Jackson2013-01-151-11/+3
* manpages: Put version number instead of date at bottom of page.Ben Pfaff2013-01-041-1/+1
* vswitch: Remove PMTUD support from userspace.Ethan Jackson2013-01-031-12/+0
* netdev: Rename get_drv_info() to get_status().Ethan Jackson2013-01-031-2/+2
* bridge: Log version number precisely once.Ethan Jackson2013-01-021-1/+1
* openvswitch: Remove Linux bridge compatibility.Pravin B Shelar2012-12-275-1010/+1
* brcompat: Mark ovs-brcompat as deprecated.Pravin B Shelar2012-12-272-0/+3
* ovs-vswitch: Make OpenFlow "dp_desc" configurable.Ben Pfaff2012-12-262-0/+15
* xenserver: Downgrade not on XenServer warning to DBG.Ethan Jackson2012-12-211-1/+1
* packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff2012-12-121-2/+2
* vswitchd: Avoid writing to const structEd Maste2012-12-081-2/+2
* vswitchd: Make the maximum size of MAC learning tables user-configurable.Ben Pfaff2012-12-082-5/+23
* datapath: Add support for VXLAN tunnels to Open vSwitchKyle Mestery2012-12-051-13/+26
* bridge: Set mac address when no physical ports attached.Justin Pettit2012-12-031-0/+5
* bridge: Drop warning about the default bridge Ethernet address.Ben Pfaff2012-11-291-10/+0
* Initial OpenFlow 1.3 supportJarno Rajahalme2012-11-271-3/+3
* vswitchd: Make Interface's ofport a persistent column.Gurucharan Shetty2012-11-263-8/+17
* bridge: Fix typo in comment.Ben Pfaff2012-11-201-1/+1
* vswitchd: Configuration of allowed OpenFlow versionsSimon Horman2012-11-193-3/+27
* bridge: Always "up" internal devices.Justin Pettit2012-11-161-1/+2
* bridge: Introduce iface_is_internal() function.Justin Pettit2012-11-161-1/+11
* bridge: Open internal ports with the correct type.Justin Pettit2012-11-161-5/+9
* ofproto, connmgr: Parameterise OpenFlow versions for adding controllerSimon Horman2012-11-121-1/+1
* bridge: Fix a segmentation fault in bridge_init_ofproto().Ethan Jackson2012-11-061-19/+21
* datapath: Remove tunnel header caching.Pravin B Shelar2012-11-051-10/+0
* netdev: Deprecate CAPWAP support.Pravin B Shelar2012-11-051-0/+3
* ofproto: Report 0 Mbps when speed not available instead of 100 Mbps.Ben Pfaff2012-11-031-12/+6
* ofproto-dpif: Use a single underlying datapath across multiple bridges.Justin Pettit2012-11-011-5/+8
* ofproto: Add type "run", "run_fast", and "wait" provider methods.Justin Pettit2012-11-011-0/+29
* ofproto-dpif: Add ovs-appctl commands for ovs-dpctl functions.Justin Pettit2012-11-011-0/+1
* ofproto: Add initialization function.Justin Pettit2012-11-011-0/+48
* Allow the OpenFlow port to be requested for a port.Justin Pettit2012-11-013-15/+39
* netdev-vport: Warn users that pmtud is deprecatedAnsis Atteka2012-10-301-1/+2
* netdev-vport: Disable Path MTU Discovery by defaultAnsis Atteka2012-10-261-1/+1