Catalli's threaded switch
[sliver-openvswitch.git] / vswitchd /
2010-03-17 Ben Pfaffvswitchd: Make names of Interface external_ids generic.
2010-03-15 Jesse Grossbridge: Remove leftover from config file.
2010-03-11 Justin PettitAdd "external_ids" column to Open_vSwitch table, add...
2010-03-09 Ben Pfaffovs-brcompatd: Fix stupid merge error.
2010-03-08 Ben Pfaffovs-brcompatd: Delete what Bridge references when delet...
2010-03-08 Ben Pfaffovsdb-idl: Make ovsdb_idl_txn_add_comment() take a...
2010-03-06 Ben Pfaffovsdb: Remove "comment" support from OVSDB schemas.
2010-03-06 Ben PfaffAdd documentation for the vswitch database schema.
2010-03-04 Ben PfaffUpdate Open vSwitch documentation.
2010-03-03 Justin Pettitovs-brcompatd: Add comments to config db transactions
2010-03-03 Justin Pettitovs-brcompatd: Add rate-limit argument to rate-limited...
2010-03-03 Ben Pfaffbrcompatd: Make bridge ioctls synchronous again.
2010-03-03 Ben Pfaffovsdb-idl: New function ovsdb_idl_txn_commit_block().
2010-03-02 Ben Pfaffovs-brcompatd: Don't delete bridge twice.
2010-02-21 Justin Pettitbridge: Map an "internal" config device type to a ...
2010-02-25 Ben Pfaffovsdb: Add support for "enum" constraints.
2010-02-25 Ben PfaffRemove PCRE dependency.
2010-02-25 Ben Pfaffovsdb: Drop regular expression constraints.
2010-02-25 Ben Pfaffovs-brcompatd: Delete Bridge record when deleting a...
2010-02-25 Ben Pfaffovs-brcompatd: Fix dangling reference in del_port().
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-20 Justin Pettitovs-vswitchd: Remove inline OpenFlow descriptions
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffRename UNUSED macro to OVS_UNUSED to avoid naming conflict.
2010-02-11 Ben Pfaffovs-brcompatd: Use error instead of pointer in handle_f...
2010-02-11 Ben Pfaffvswitchd: Drop assignment whose value is never used...
2010-02-11 Ben Pfaffvswitch: Fix uninitialized variable.
2010-02-10 Ben Pfaffovs-brcompatd: Handle transaction errors slightly more...
2010-02-09 Ben Pfaffovsdb: Add support for multiple databases to the protocol.
2010-02-09 Ben Pfaffvswitchd: Add missing * to use of sizeof.
2010-02-08 Ben Pfaffovsdb: Add support for referential integrity in the...
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-08 Jesse Grossvswitch: Consistently set Nicira OUI.
2010-02-07 Justin Pettitvswitch: Set control_ip in sFlow configuration
2010-02-06 Justin PettitMerge branch 'next' of repo.nicira.com:/srv/git/openvsw...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-01 Ben Pfaffofproto: Remove support for OpenFlow-based management...
2010-01-28 Jesse Grossdpif: Update dpif interface to match netdev.
2010-01-27 Jesse Grossbridge: Properly read NetFlow parameters.
2010-01-26 Ben Pfaffdaemon: Make --monitor process change its process title.
2010-01-26 Ben PfaffCleanly separate IDL annotations from OVSDB schema...
2010-01-26 Ben Pfaffvswitch: Remove redundant "internal" column from Interf...
2010-01-26 Ben Pfaffvswitch: Fix types of NetFlow columns in db schema.
2010-01-25 Ben PfaffMerge "sflow" into "master".
2010-01-19 Ben Pfaffmac-learning: Rename "non-learning VLANs" to "flood...
2010-01-19 Ben PfaffReimplement port mirroring configuration for database.
2010-01-16 Justin Pettitnetdev: Increase default ingress policing burst size
2010-01-15 Ben Pfaffunixctl: Avoid double error reporting.
2010-01-15 Jesse Grossnetdev: Fully handle netdev lifecycle through refcounting.
2010-01-14 Justin Pettitovsdb: Provide helper function to determine if IDL...
2010-01-14 Justin Pettitovs-brcompatd: Don't consume CPU if can't connect to...
2010-01-12 Justin Pettitvswitchd: Fix issue of networking not working when...
2010-01-11 Ben Pfaffvswitch: Fix null pointer dereference in iface_is_inter...
2010-01-11 Ben Pfaffsflow: Improve documentation phrasing.
2010-01-11 Ben Pfaffsflow: Document how the agent address is determined.
2010-01-09 Ben Pfaffsflow: Write "sFlow" as "sFlow(R)" in documentation.
2010-01-07 Ben Pfaffstream: Really enable SSL streams.
2010-01-07 Ben PfaffRemove "fault" module.
2010-01-06 Ben Pfaffovs-vswitchd: Add ability to bootstrap SSL.
2010-01-06 Ben Pfaffvconn: Reimplement in terms of the "stream" abstraction.
2010-01-06 Ben PfaffAdd SSL support to "stream" library and OVSDB.
2010-01-04 Ben PfaffFix documented name of key used to disable MAC learning...
2010-01-04 Ben PfaffInitial implementation of sFlow.
2010-01-04 Ben Pfaffofproto: Drop remote command execution feature.
2010-01-04 Ben Pfaffovsdb-server: Make database connections configurable...
2009-12-18 Ben Pfaffdaemon: Allow daemon child process to report success...
2009-12-18 Ben Pfaffovs-brcompatd: Simplify logic and make more robust.
2009-12-18 Ben Pfaffovs-brcompatd: Handle TXN_UNCHANGED status.
2009-12-17 Ben PfaffMake ovs-vswitchd report when it is done configuring...
2009-12-14 Justin Pettitxenserver: Cleanup xs-network-uuids and xs-network...
2009-12-14 Justin PettitHave git ignore "vswitch-idl.txt"
2009-12-14 Ben Pfaffvswitchd: Do not choose generated MAC address for local...
2009-12-12 Ben Pfaffvswitch: Set datapath_id and ofport in ovsdb.
2009-12-11 Ben Pfaffvswitch: Generate text file documenting the vswitch...
2009-12-11 Justin Pettitovs-brcompatd: Remove references to locking config...
2009-12-11 Justin Pettitovs-brcompatd: Change man page to reflect new config...
2009-12-10 Justin Pettitovs-brcompatd: First cut at integration with new config db
2009-12-10 Justin PettitUpdate .gitignore files
2009-12-10 Ben Pfaffovs-vsctl: New commands for working with external IDs.
2009-12-09 Ben Pfaffvsctl: Start making it work with ovsdb.
2009-12-08 Ben Pfaffvswitch: Add "external_ids" and "ofport" columns to...
2009-12-08 Ben Pfaffovsdb-idlc: Add rules to make sure .h files get generat...
2009-12-07 Ben Pfaffvswitchd: Avoid segfault when local port is required...
2009-12-07 Jesse Grossgre: Temporary workarounds for GRE on Xen.
2009-12-07 Jesse Grossgre: Add userspace GRE support.
2009-12-07 Jesse Grossnetflow: Correctly set active timeout value.
2009-12-05 Justin Pettitvswitch: Add description for configuring GRE tunnels
2009-12-04 Ben PfaffDistribute ovsdb-idlc built sources, so Python is not...
2009-12-04 Ben Pfaffvswitchd: Add "id" column to Interface table for use...
2009-12-03 Ben Pfaffvswitchd: Avoid segfault when creating a bridge fails.
2009-12-03 Ben Pfaffvswitchd: Initial conversion to database-based configur...
2009-12-03 Ben Pfaffvswitchd: Remove vestigial spanning tree protocol ...
2009-12-03 Ben Pfaffovsdb-idl: Make IDL-generated files depend on ovsdb...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Ben Pfaffovsdb: Implement C bindings for IDL.
2009-12-02 Ben Pfaffvswitchd: Fix build when source and build directory...
2009-12-02 Justin Pettitnetdev: Allow explicit creation of netdev objects
2009-12-01 Ben Pfaffovs-vswitchd: Add --mlockall option and enable on XenSe...
2009-11-24 Ben Pfaffvswitch.ovsidl: Fix comments.
2009-11-24 Justin Pettitvswitch.ovsidl: Various cleanups
next