summaryrefslogtreecommitdiff
path: root/vswitchd
Commit message (Expand)AuthorAgeFilesLines
* netdev: Fix carrier status for down interfaces.lts-1.0Jesse Gross2010-11-161-1/+1
* vswitch: Make unique "name" columns immutable, to simplify transactions.Ben Pfaff2010-10-251-3/+6
* netdev: Enforce a floor "linux-htb" min-rateJustin Pettit2010-10-081-1/+2
* Rename "xs-vif-mac" external_ids key to "attached-mac", for generality.Ben Pfaff2010-09-011-7/+8
* treewide: Remove trailing whitespaceJoe Perches2010-08-302-25/+25
* vswitchd: Fix 100% CPU usage with bonds and --fake-proc-net.Ben Pfaff2010-08-261-1/+1
* vswitchd: Fix "updelay" configuration for bonds.Ben Pfaff2010-08-261-1/+1
* xenserver: Prepend XenServer external ids with "xs-"Justin Pettit2010-08-251-1/+1
* vswitch: Break out XenServer-specific external idsJustin Pettit2010-08-251-23/+38
* vswitch: Add port status column to Port tableJustin Pettit2010-08-252-0/+17
* netdev-tunnel: Add CAPWAP userspace interface.Jesse Gross2010-08-241-0/+55
* gre: Don't require incoming checksum.Jesse Gross2010-08-201-2/+3
* gre: Disable checksums by default.Jesse Gross2010-08-201-3/+7
* Fix SSL boilerplate descriptions in manpages.Ben Pfaff2010-08-191-0/+3
* bridge: Don't pay attention to columns that vswitchd doesn't need.Ben Pfaff2010-08-111-0/+13
* vswitch: Fix speling error in documentation.Ben Pfaff2010-08-101-1/+1
* vswitch: Clarify "arguments" versus "options".Ben Pfaff2010-08-101-7/+19
* ofproto: Add support for remote "service controllers".Ben Pfaff2010-08-062-111/+228
* vswitchd: Only re-learn from flows that output to OFPP_NORMAL.Ben Pfaff2010-08-061-7/+12
* vswitchd: Refresh SSL keys and certificates more frequently.Ben Pfaff2010-08-051-19/+18
* stream-ssl: Make changing keys and certificate at runtime reliable.Ben Pfaff2010-08-051-2/+1
* vswitch: Add external_ids column to every table.Ben Pfaff2010-08-022-6/+90
* vswitch: Clarify and expand purpose of external_ids columns.Ben Pfaff2010-08-021-14/+38
* vswitchd: Don't act as learning switch in secure mode with no controllersJustin Pettit2010-07-302-10/+20
* vswitchd: Move fail-mode config to Bridge tableJustin Pettit2010-07-303-46/+43
* vswitchd: Remove default controller config from Open_vSwitch tableJustin Pettit2010-07-303-39/+15
* vlog: Make the vlog module catalog program-specific.Ben Pfaff2010-07-211-2/+3
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-215-11/+11
* vlog: Remove explicit calls to vlog_init().Ben Pfaff2010-07-212-2/+0
* timeval: Make time_init() static and remove calls to it.Ben Pfaff2010-07-212-2/+0
* vswitch: Distinguish mirrors by UUID, not by name.Ben Pfaff2010-07-121-38/+47
* vswitch: Fix memory leak in mirror code.Ben Pfaff2010-07-121-0/+1
* vswitch: Use ovsrec_qos_get_queues() to avoid open-coding binary search.Ben Pfaff2010-07-121-20/+9
* vswitch: Use ovsdb_idl_get() to avoid O(n) in get_ovsrec_key_value().Ben Pfaff2010-07-121-17/+17
* Simplify shash_find() followed by shash_add() into shash_add_once().Ben Pfaff2010-06-301-3/+1
* doc: Change "-" to "\-" in appropriate places.Ben Pfaff2010-06-292-11/+11
* vswitchd: Add entity-relationship diagram to ovs-vswitchd.conf.db.5.Ben Pfaff2010-06-242-1/+1036
* vswitch: Implement unixctl command to reconnect OpenFlow connections.Ben Pfaff2010-06-242-0/+32
* bridge: Implement basic periodic update of interface statistics.Ben Pfaff2010-06-233-1/+169
* bridge: Make configuration database records valid all the time.Ben Pfaff2010-06-231-9/+9
* ovs-vswitchd: Allow bridge code to manage the database connection itself.Ben Pfaff2010-06-233-64/+67
* ovsdb-idl: Simplify usage of ovsdb_idl_run().Ben Pfaff2010-06-231-8/+6
* bridge: Drop unused enum definition.Ben Pfaff2010-06-231-3/+0
* bridge: Remove unused functions.Ben Pfaff2010-06-232-45/+2
* Use shash_destroy_free_data() to simplify a few scattered pieces of code.Ben Pfaff2010-06-231-6/+1
* Better document how ovsdb-server is meant to be used.Ben Pfaff2010-06-231-3/+4
* vswitchd: Attempt to further clarify Port "trunk" and "tag" documentation.Ben Pfaff2010-06-171-21/+32
* Implement QoS framework.Ben Pfaff2010-06-173-1/+259
* netlink: Make nl_sock_transact() discard reply if 'replyp' is null.Ben Pfaff2010-06-171-3/+2
* netlink: Drop sock parameter from nl_msg_put_(ge)nlmsghdr().Ben Pfaff2010-06-172-3/+3