aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
2010-05-27Distribute files that had been overlooked.Ben Pfaff
2010-05-27vswitchd: Treat gratuitous ARP requests like gratuitous ARP replies.Ben Pfaff
2010-05-26vswitchd: Build ovs-brcompatd only on Linux systems.Ben Pfaff
2010-05-26proc-net-compat: Stub out on non-Linux.Ben Pfaff
2010-05-26Always #include <sys/socket.h> before <net/if.h>.Ben Pfaff
2010-05-26poll-loop: New function poll_timer_wait_until().Ben Pfaff
2010-05-10bridge: Add iface to hash table before calling iface_is_internal().Jesse Gross
2010-05-10bridge: Fix double-free bug in port_reconfigure().Ben Pfaff
2010-05-05bridge: Optimize trunk port common case.Ben Pfaff
2010-05-05bridge: Optimize port_lookup() using a hash.Ben Pfaff
2010-05-05bridge: Optimize iface_lookup() and port_lookup_iface() with a hash.Ben Pfaff
2010-05-05ovs-vswitchd: Implement "exit" unixctl command.Ben Pfaff
2010-05-05vswitchd: Fix documentation of "agent" column in "sFlow" table.Ben Pfaff
2010-05-05bridge: Fix double-free in sFlow configuration.Ben Pfaff
2010-04-29bridge: Immediately drop interfaces that can't be opened.Jesse Gross
2010-04-26vswitchd: Rename bridge_reconfigure_controller().Ben Pfaff
2010-04-26vswitchd: Enable in-band control to managers.Ben Pfaff
2010-04-20Add support for multiple OpenFlow controllers on a single bridge.Ben Pfaff
2010-04-20ofproto: Bundle all controller-related settings into a struct.Ben Pfaff
2010-04-19Document GRE port options.Jesse Gross
2010-04-19Update fake bond devices' statistics with the sum of bond slaves' stats.Ben Pfaff
2010-04-19tunneling: Add support for tunnel ID.Jesse Gross
2010-04-16bridge: Don't learn from inadmissible flows when revising learning table.Ben Pfaff
2010-04-16bridge: Factor admissibility check out of process_flow().Ben Pfaff
2010-04-16bridge: Minor cleanup in process_flow().Ben Pfaff
2010-04-16bridge: Don't log warnings when revalidating.Ben Pfaff
2010-04-15netdev: Add support for "patch" typeJustin Pettit
2010-04-12vswitch: Fix documentation for network-uuids external ID in Bridge table.Ben Pfaff
2010-04-12jsonrpc: Add support for passive connections.Ben Pfaff
2010-04-08vswitch: Mark bridge_update_desc argument as unusedJustin Pettit
2010-04-06vswitchd: Fix small memory leak in bridge_initJustin Pettit
2010-04-05vswitchd: Make the bond rebalancing interval user-configurable.Ben Pfaff
2010-03-25Merge "citrix" branch into "master".Ben Pfaff
2010-03-24vswitchd: Make names of Bridge external_ids generic.Ben Pfaff
2010-03-19vswitch: Limit SSL table to a single row.Ben Pfaff
2010-03-19docs: Move PKI section heading into individual manpages.Ben Pfaff
2010-03-19stream-ssl: Make no-op reconfiguration cheap.Ben Pfaff
2010-03-18vswitch: Limit Open_vSwitch table to a single record.Ben Pfaff
2010-03-17vswitch: Use weak references in Mirror table.Ben Pfaff
2010-03-17ovsdb: Add support for weak references.Ben Pfaff
2010-03-17vswitchd: Remove documentation of xs-network-names.Ben Pfaff
2010-03-17vswitchd: Make names of Interface external_ids generic.Ben Pfaff
2010-03-15bridge: Remove leftover from config file.Jesse Gross
2010-03-10Add "external_ids" column to Open_vSwitch table, add "system-uuid" on Xen.Justin Pettit
2010-03-08ovs-brcompatd: Fix stupid merge error.Ben Pfaff
2010-03-08ovs-brcompatd: Delete what Bridge references when deleting a Bridge.Ben Pfaff
2010-03-08ovsdb-idl: Make ovsdb_idl_txn_add_comment() take a printf() format string.Ben Pfaff
2010-03-05ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff
2010-03-05Add documentation for the vswitch database schema.Ben Pfaff
2010-03-04Update Open vSwitch documentation.Ben Pfaff