aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
2010-01-04ofproto: Drop remote command execution feature.Ben Pfaff
2010-01-04ovsdb-server: Make database connections configurable from database itself.Ben Pfaff
2009-12-18daemon: Allow daemon child process to report success or failure to parent.Ben Pfaff
2009-12-18ovs-brcompatd: Simplify logic and make more robust.Ben Pfaff
2009-12-18ovs-brcompatd: Handle TXN_UNCHANGED status.Ben Pfaff
2009-12-16Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff
2009-12-14xenserver: Cleanup xs-network-uuids and xs-network-names usageJustin Pettit
2009-12-14Have git ignore "vswitch-idl.txt"Justin Pettit
2009-12-14vswitchd: Do not choose generated MAC address for local port.Ben Pfaff
2009-12-11vswitch: Set datapath_id and ofport in ovsdb.Ben Pfaff
2009-12-11vswitch: Generate text file documenting the vswitch schema.Ben Pfaff
2009-12-10ovs-brcompatd: Remove references to locking config fileJustin Pettit
2009-12-10ovs-brcompatd: Change man page to reflect new config db changesJustin Pettit
2009-12-10ovs-brcompatd: First cut at integration with new config dbJustin Pettit
2009-12-10Update .gitignore filesJustin Pettit
2009-12-09ovs-vsctl: New commands for working with external IDs.Ben Pfaff
2009-12-08vsctl: Start making it work with ovsdb.Ben Pfaff
2009-12-08vswitch: Add "external_ids" and "ofport" columns to Interface table.Ben Pfaff
2009-12-07ovsdb-idlc: Add rules to make sure .h files get generated before .c files.Ben Pfaff
2009-12-07vswitchd: Avoid segfault when local port is required but missing.Ben Pfaff
2009-12-07gre: Temporary workarounds for GRE on Xen.Jesse Gross
2009-12-07gre: Add userspace GRE support.Jesse Gross
2009-12-07netflow: Correctly set active timeout value.Jesse Gross
2009-12-04vswitch: Add description for configuring GRE tunnelsJustin Pettit
2009-12-03Distribute ovsdb-idlc built sources, so Python is not required for build.Ben Pfaff
2009-12-03vswitchd: Add "id" column to Interface table for use by NOX.Ben Pfaff
2009-12-03vswitchd: Avoid segfault when creating a bridge fails.Ben Pfaff
2009-12-03vswitchd: Initial conversion to database-based configuration.Ben Pfaff
2009-12-03vswitchd: Remove vestigial spanning tree protocol (STP) support.Ben Pfaff
2009-12-03ovsdb-idl: Make IDL-generated files depend on ovsdb-idlc.Ben Pfaff
2009-12-02Merge "master" branch into "db".Ben Pfaff
2009-12-02ovsdb: Implement C bindings for IDL.Ben Pfaff
2009-12-02vswitchd: Fix build when source and build directory differ.Ben Pfaff
2009-12-01netdev: Allow explicit creation of netdev objectsJustin Pettit
2009-11-24vswitch.ovsidl: Fix comments.Ben Pfaff
2009-11-23vswitch.ovsidl: Various cleanupsJustin Pettit
2009-11-23ovsdb: Add ovsdb IDL compiler to build system.Ben Pfaff
2009-11-23dpif: New function dpif_create_and_open().Ben Pfaff
2009-11-19ovsdb: Require database, table, column names to be valid identifiers.Ben Pfaff
2009-11-18Merge citrix branch into master.Ben Pfaff
2009-11-12vswitch: Only one Open vSwitch daemon is supported per database.Ben Pfaff
2009-11-11bridge: Fix segfault when updating learning table for deleted port.Jesse Gross
2009-11-11mirroring: Preserve key for disabling learning.Jesse Gross
2009-11-11bridge: Feed flow stats into learning table.Jesse Gross
2009-11-10Merge citrix branch into master.Jesse Gross
2009-11-10mirroring: Allow learning to be disabled on a VLAN.Jesse Gross
2009-11-09bridge: Require learning table at all times.Jesse Gross
2009-11-09Make ovs-appctl easier to use and synchronize its interface with ovs-vsctl.Ben Pfaff
2009-11-09bonding: Ignore updelay if there is no active slave.Jesse Gross
2009-11-09Fix incorrect printf format specifiers.Ben Pfaff