aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
2010-09-10vswitchd: Add some references for the HTB classifier to the documentation.Ben Pfaff
2010-09-01Rename "xs-vif-mac" external_ids key to "attached-mac", for generality.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-26vswitchd: Fix 100% CPU usage with bonds and --fake-proc-net.Ben Pfaff
2010-08-26vswitchd: Fix "updelay" configuration for bonds.Ben Pfaff
2010-08-25xenserver: Prepend XenServer external ids with "xs-"Justin Pettit
2010-08-25vswitch: Break out XenServer-specific external idsJustin Pettit
2010-08-25vswitch: Add port status column to Port tableJustin Pettit
2010-08-24netdev-tunnel: Add CAPWAP userspace interface.Jesse Gross
2010-08-20gre: Don't require incoming checksum.Jesse Gross
2010-08-20gre: Disable checksums by default.Jesse Gross
2010-08-19Fix SSL boilerplate descriptions in manpages.Ben Pfaff
2010-08-11bridge: Don't pay attention to columns that vswitchd doesn't need.Ben Pfaff
2010-08-10vswitch: Fix speling error in documentation.Ben Pfaff
2010-08-10vswitch: Clarify "arguments" versus "options".Ben Pfaff
2010-08-06ofproto: Add support for remote "service controllers".Ben Pfaff
2010-08-06vswitchd: Only re-learn from flows that output to OFPP_NORMAL.Ben Pfaff
2010-08-05vswitchd: Refresh SSL keys and certificates more frequently.Ben Pfaff
2010-08-05stream-ssl: Make changing keys and certificate at runtime reliable.Ben Pfaff
2010-08-02vswitch: Add external_ids column to every table.Ben Pfaff
2010-08-02vswitch: Clarify and expand purpose of external_ids columns.Ben Pfaff
2010-07-30vswitchd: Don't act as learning switch in secure mode with no controllersJustin Pettit
2010-07-30vswitchd: Move fail-mode config to Bridge tableJustin Pettit
2010-07-30vswitchd: Remove default controller config from Open_vSwitch tableJustin Pettit
2010-07-21vlog: Make the vlog module catalog program-specific.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-07-21vlog: Remove explicit calls to vlog_init().Ben Pfaff
2010-07-21timeval: Make time_init() static and remove calls to it.Ben Pfaff
2010-07-12vswitch: Distinguish mirrors by UUID, not by name.Ben Pfaff
2010-07-12vswitch: Fix memory leak in mirror code.Ben Pfaff
2010-07-12vswitch: Use ovsrec_qos_get_queues() to avoid open-coding binary search.Ben Pfaff
2010-07-12vswitch: Use ovsdb_idl_get() to avoid O(n) in get_ovsrec_key_value().Ben Pfaff
2010-06-30Simplify shash_find() followed by shash_add() into shash_add_once().Ben Pfaff
2010-06-29doc: Change "-" to "\-" in appropriate places.Ben Pfaff
2010-06-24vswitchd: Add entity-relationship diagram to ovs-vswitchd.conf.db.5.Ben Pfaff
2010-06-24vswitch: Implement unixctl command to reconnect OpenFlow connections.Ben Pfaff
2010-06-23bridge: Implement basic periodic update of interface statistics.Ben Pfaff
2010-06-23bridge: Make configuration database records valid all the time.Ben Pfaff
2010-06-23ovs-vswitchd: Allow bridge code to manage the database connection itself.Ben Pfaff
2010-06-23ovsdb-idl: Simplify usage of ovsdb_idl_run().Ben Pfaff
2010-06-23bridge: Drop unused enum definition.Ben Pfaff
2010-06-23bridge: Remove unused functions.Ben Pfaff
2010-06-23Use shash_destroy_free_data() to simplify a few scattered pieces of code.Ben Pfaff
2010-06-23Better document how ovsdb-server is meant to be used.Ben Pfaff
2010-06-17vswitchd: Attempt to further clarify Port "trunk" and "tag" documentation.Ben Pfaff
2010-06-17Implement QoS framework.Ben Pfaff
2010-06-17netlink: Make nl_sock_transact() discard reply if 'replyp' is null.Ben Pfaff
2010-06-17netlink: Drop sock parameter from nl_msg_put_(ge)nlmsghdr().Ben Pfaff
2010-06-17vswitch: Improve documentation for datapath_id column.Ben Pfaff
2010-06-17vswitch: Datapath IDs are now 16 hex digits.Ben Pfaff