aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
2009-09-22brcompatd: Delete VLAN tags only for the correct port in del_port().Ben Pfaff
2009-09-21vswitchd: Fix memory leak in bridge_reconfigure().Ben Pfaff
2009-09-17vswitch: More accurately identify slave status for compatibilityJustin Pettit
2009-09-16Factor out code for composing benign packets.Ben Pfaff
2009-09-14vswitch: Correctly identify slave status in /proc compatibility layerJustin Pettit
2009-09-09Document ovs-vswitchd's ovs-appctl commands and some ovs-vswitchd internals.Ben Pfaff
2009-09-08vswitch: Document that fail-open is enabled by default.Ben Pfaff
2009-09-08vswitchd: Fix typo in comment.Ben Pfaff
2009-09-03vswitchd: Explain why mirroring to a VLAN can cause network problems.Ben Pfaff
2009-08-26vswitchd: Mirror nothing, not everything, if mirror ports don't exist.Ben Pfaff
2009-08-26vswitchd: Avoid output port explosion with mirrors that output to VLANs.Ben Pfaff
2009-08-25mgmt: Cleanup handling of extended messagesJustin Pettit
2009-08-18ovs-brcompatd: Don't include the local port in BRCTL_GET_PORT_LIST output.Ben Pfaff
2009-08-18ovs-brcompatd: Fix memory leak.Ben Pfaff
2009-08-18ovs-brcompatd: Fix use of uninitialized svec.Ben Pfaff
2009-08-11mgmt: Local config changes can cause update failures from controller.Justin Pettit
2009-08-07vswitchd: Support creating fake bond device interfaces.Ben Pfaff
2009-08-07brcompat: Move BRCTL_GET_BRIDGES, BRCTL_GET_PORT_LIST into userspace.Ben Pfaff
2009-08-07brcompatd: Factor code out of handle_fdb_query_cmd().Ben Pfaff
2009-08-07brcompatd: Fix handle_fdb_query_cmd() return value on error.Ben Pfaff
2009-08-07brcompatd: Break send_reply() up into more functions for flexibility.Ben Pfaff
2009-08-07brcompatd: Make parse_command() parse commands without dp arguments.Ben Pfaff
2009-08-06vswitchd: Fix use of uninitialized variable in bridge_pick_local_hw_addr().Ben Pfaff
2009-08-06vswitchd: Fix logged warnings for new internal ports.Ben Pfaff
2009-08-03vswitchd: Initialize cfg properly and check return valuesJustin Pettit
2009-07-30vswitchd: Update /proc/net/bonding when bonded port properties change.Ben Pfaff
2009-07-30vswitchd: Add bond hashes to /proc/net/bonding compatibility layer.Ben Pfaff
2009-07-29vswitchd: Add unixctl command to dump all flows, including hidden onesJustin Pettit
2009-07-29vswitchd: Remove non-used function to prevent compiler warningsJustin Pettit
2009-07-29Reduce default probe interval to 5 seconds (and fail-open timeout to 15).Ben Pfaff
2009-07-29Reduce default maximum connection timeout from 15 seconds to 8 seconds.Ben Pfaff
2009-07-29xenserver: Honor the MAC address specified in xapi database for bonds.Ben Pfaff
2009-07-21Do not try to resolve DNS for OpenFlow controllers or netflow collectors.Ben Pfaff
2009-07-16brcompat: Make "brctl showmacs" honor Linux notion of bridge composition.Ben Pfaff
2009-07-16vswitchd: Make "fdb/show" output more meaningful port numbers.Ben Pfaff
2009-07-16Implement "brctl showmacs" support in brcompat and ovs-brcompatd.Ben Pfaff
2009-07-16brcompatd: Factor code out of prune_ports().Ben Pfaff
2009-07-16vswitchd: New unixctl command "fdb/show" to print the MAC learing table.Ben Pfaff
2009-07-16Add macros for parsing MAC addresses from strings.Ben Pfaff
2009-07-14vswitchd: Skip updelay on slave when only a single bond slave is up.Ben Pfaff
2009-07-14vswitchd: Fix log messages when bond slaves are enabled or disabled.Ben Pfaff
2009-07-06vswitchd: Add missing argument to check for update-resolv.conf configJustin Pettit
2009-07-01vswitchd: Enable updating resolv.conf by default when using discoveryJustin Pettit
2009-06-30vswitch: Set minimum probe interval to 5 secondsJustin Pettit
2009-06-26xenserver: Remove cacert when user reconfigures the controllerJustin Pettit
2009-06-24vswitchd: Adding and removing mgmt interface breaks connectionJustin Pettit
2009-06-23ovs-brcompatd: Turn up log level of port removal messages.Ben Pfaff
2009-06-23ovs-brcompatd: Handle XS Tools 5.0.0 destroying and recreating devicesBen Pfaff
2009-06-19vswitchd: Reduce number of calls to reconfigure() during mgmt updatesJustin Pettit
2009-06-15Replace SHA-1 library with one that is clearly licensed.Ben Pfaff