aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
2010-03-03ovs-brcompatd: Add comments to config db transactionsJustin Pettit
2010-03-03ovs-brcompatd: Add rate-limit argument to rate-limited log callJustin Pettit
2010-03-03brcompatd: Make bridge ioctls synchronous again.Ben Pfaff
2010-03-03ovsdb-idl: New function ovsdb_idl_txn_commit_block().Ben Pfaff
2010-03-02ovs-brcompatd: Don't delete bridge twice.Ben Pfaff
2010-02-21bridge: Map an "internal" config device type to a "system" netdev typeJustin Pettit
2010-02-25ovsdb: Add support for "enum" constraints.Ben Pfaff
2010-02-25Remove PCRE dependency.Ben Pfaff
2010-02-25ovsdb: Drop regular expression constraints.Ben Pfaff
2010-02-25ovs-brcompatd: Delete Bridge record when deleting a bridge.Ben Pfaff
2010-02-25ovs-brcompatd: Fix dangling reference in del_port().Ben Pfaff
2010-02-20ovs-vswitchd: Remove inline OpenFlow descriptionsJustin Pettit
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-11Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff
2010-02-11ovs-brcompatd: Use error instead of pointer in handle_fdb_query_cmd().Ben Pfaff
2010-02-11vswitchd: Drop assignment whose value is never used in port_reconfigure().Ben Pfaff
2010-02-11vswitch: Fix uninitialized variable.Ben Pfaff
2010-02-10ovs-brcompatd: Handle transaction errors slightly more gracefully.Ben Pfaff
2010-02-09ovsdb: Add support for multiple databases to the protocol.Ben Pfaff
2010-02-09vswitchd: Add missing * to use of sizeof.Ben Pfaff
2010-02-08ovsdb: Add support for referential integrity in the database itself.Ben Pfaff
2010-02-08ovsdb: Add simple constraints.Ben Pfaff
2010-02-08vswitch: Consistently set Nicira OUI.Jesse Gross
2010-02-07vswitch: Set control_ip in sFlow configurationJustin Pettit
2010-02-05Merge branch 'master' into nextJustin Pettit
2010-02-01ofproto: Remove support for OpenFlow-based management protocol.Ben Pfaff
2010-01-27dpif: Update dpif interface to match netdev.Jesse Gross
2010-01-27bridge: Properly read NetFlow parameters.Jesse Gross
2010-01-26daemon: Make --monitor process change its process title.Ben Pfaff
2010-01-26Cleanly separate IDL annotations from OVSDB schema information.Ben Pfaff
2010-01-26vswitch: Remove redundant "internal" column from Interface table.Ben Pfaff
2010-01-26vswitch: Fix types of NetFlow columns in db schema.Ben Pfaff
2010-01-25Merge "sflow" into "master".Ben Pfaff
2010-01-19mac-learning: Rename "non-learning VLANs" to "flood VLANs".Ben Pfaff
2010-01-19Reimplement port mirroring configuration for database.Ben Pfaff
2010-01-15netdev: Increase default ingress policing burst sizeJustin Pettit
2010-01-15unixctl: Avoid double error reporting.Ben Pfaff
2010-01-15netdev: Fully handle netdev lifecycle through refcounting.Jesse Gross
2010-01-14ovsdb: Provide helper function to determine if IDL has ever connectedJustin Pettit
2010-01-14ovs-brcompatd: Don't consume CPU if can't connect to config dbJustin Pettit
2010-01-12vswitchd: Fix issue of networking not working when Tools not installedJustin Pettit
2010-01-11vswitch: Fix null pointer dereference in iface_is_internal().Ben Pfaff
2010-01-11sflow: Improve documentation phrasing.Ben Pfaff
2010-01-11sflow: Document how the agent address is determined.Ben Pfaff
2010-01-08sflow: Write "sFlow" as "sFlow(R)" in documentation.Ben Pfaff
2010-01-07stream: Really enable SSL streams.Ben Pfaff
2010-01-06Remove "fault" module.Ben Pfaff
2010-01-06ovs-vswitchd: Add ability to bootstrap SSL.Ben Pfaff
2010-01-06vconn: Reimplement in terms of the "stream" abstraction.Ben Pfaff
2010-01-06Add SSL support to "stream" library and OVSDB.Ben Pfaff