summaryrefslogtreecommitdiff
path: root/vswitchd
Commit message (Expand)AuthorAgeFilesLines
* vswitch: Only one Open vSwitch daemon is supported per database.Ben Pfaff2009-11-121-1/+1
* vswitch: First try at an OVSDB schema.Ben Pfaff2009-11-051-0/+165
* Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff2009-11-042-5/+5
* unixctl: Allow passing auxiliary data to unixctl commands.Ben Pfaff2009-10-292-23/+35
* Merge "citrix" into "master".Ben Pfaff2009-10-222-44/+93
|\
| * bridge: Eject NORMAL flows without a learning entry from datapath.Jesse Gross2009-10-221-0/+5
| * bonding: Balance bond slaves based on ratio.Jesse Gross2009-10-202-11/+49
| * bonding: Drop unicast packets which have a different learned port.Jesse Gross2009-10-202-31/+25
| * vlan: Compare vlan tags before implicit tagging when RSPANing.Jesse Gross2009-10-091-1/+14
| * bonding: Compare ports, not interfaces, for loop checks.Jesse Gross2009-10-081-2/+1
* | Merge commit 'origin/citrix'Justin Pettit2009-10-061-0/+13
|\ \ | |/
| * bonding: Update the link status on the bond fake interface.Jesse Gross2009-10-051-0/+13
* | Merge "citrix" branch into "master.Ben Pfaff2009-10-052-37/+165
|\ \ | |/
| * vswitch: Allow user to set Ethernet address of any internal interface.Ben Pfaff2009-10-022-21/+120
| * vswitch: Factor out detection of internal interfaces into a new function.Ben Pfaff2009-10-021-11/+30
| * Document issues with RSPAN and MAC learning.Jesse Gross2009-09-291-1/+8
* | Document per-port round-robin during controller rate limiting.Ben Pfaff2009-09-281-0/+13
* | Merge citrix branch into master.Ben Pfaff2009-09-222-23/+20
|\ \ | |/
| * brcompatd: Delete VLAN tags only for the correct port in del_port().Ben Pfaff2009-09-221-1/+1
| * vswitchd: Fix memory leak in bridge_reconfigure().Ben Pfaff2009-09-211-0/+1
| * vswitch: More accurately identify slave status for compatibilityJustin Pettit2009-09-171-1/+15
| * Factor out code for composing benign packets.Ben Pfaff2009-09-161-20/+2
| * vswitch: Correctly identify slave status in /proc compatibility layerJustin Pettit2009-09-141-2/+2
* | vswitchd: Fix unimportant memory leak.Ben Pfaff2009-09-171-0/+1
* | ovs-vswitchd: Define missing .IQ macro in manpage.Ben Pfaff2009-09-171-0/+6
* | vswitchd: implement bond/hash unixctlIan Campbell2009-09-172-0/+22
* | Merge commit 'origin/citrix'Justin Pettit2009-09-124-10/+197
|\ \ | |/
| * Document ovs-vswitchd's ovs-appctl commands and some ovs-vswitchd internals.Ben Pfaff2009-09-093-8/+201
| * vswitch: Document that fail-open is enabled by default.Ben Pfaff2009-09-081-4/+4
| * vswitchd: Fix typo in comment.Ben Pfaff2009-09-081-1/+1
* | Merge commit 'origin/citrix'Justin Pettit2009-09-041-0/+16
|\ \ | |/
| * vswitchd: Explain why mirroring to a VLAN can cause network problems.Ben Pfaff2009-09-031-0/+16
* | Merge citrix branch into master.Ben Pfaff2009-09-022-15/+65
|\ \ | |/
| * vswitchd: Mirror nothing, not everything, if mirror ports don't exist.Ben Pfaff2009-08-261-0/+9
| * vswitchd: Avoid output port explosion with mirrors that output to VLANs.Ben Pfaff2009-08-261-2/+4
| * mgmt: Cleanup handling of extended messagesJustin Pettit2009-08-251-13/+52
* | vswitchd: Fix bug in Ethernet address selection for bridge.Ben Pfaff2009-08-261-0/+1
* | dpif: Address portability issues in dpif-netdevJustin Pettit2009-08-251-1/+1
* | Merge citrix into master.Ben Pfaff2009-08-191-1/+7
|\ \ | |/
| * ovs-brcompatd: Don't include the local port in BRCTL_GET_PORT_LIST output.Ben Pfaff2009-08-181-0/+2
| * ovs-brcompatd: Fix memory leak.Ben Pfaff2009-08-181-1/+4
| * ovs-brcompatd: Fix use of uninitialized svec.Ben Pfaff2009-08-181-0/+1
* | Merge citrix into master.Ben Pfaff2009-08-199-376/+330
|\ \ | |/ |/|
| * dpif: Only clear 'all_dps' argument in dp_enumerate().Justin Pettit2009-08-071-0/+1
| * netdev: Implement an abstract interface to network devices.Ben Pfaff2009-07-302-1/+5
| * netdev: Make netdev_get_vlan_vid() take a netdev instead of a name.Ben Pfaff2009-07-301-2/+1
| * vswitchd: Avoid netdev_nodev_*() functions.Ben Pfaff2009-07-302-60/+75
| * vswitchd: Avoid netdev_nodev_set_policing().Ben Pfaff2009-07-305-83/+11
| * vswitchd: Don't keep track of mac in struct iface.Ben Pfaff2009-07-301-17/+17
| * vswitchd: Keep a netdev open for each interface.Ben Pfaff2009-07-301-10/+33