datapath: Fix build with backported netdev_alloc_skb_ip_align()
[sliver-openvswitch.git] / vswitchd /
2010-07-31 Justin Pettitvswitchd: Don't act as learning switch in secure mode...
2010-07-31 Justin Pettitvswitchd: Move fail-mode config to Bridge table
2010-07-31 Justin Pettitvswitchd: Remove default controller config from Open_vS...
2010-07-21 Ben Pfaffvlog: Make the vlog module catalog program-specific.
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-21 Ben Pfaffvlog: Remove explicit calls to vlog_init().
2010-07-21 Ben Pfafftimeval: Make time_init() static and remove calls to it.
2010-07-12 Ben Pfaffvswitch: Distinguish mirrors by UUID, not by name.
2010-07-12 Ben Pfaffvswitch: Fix memory leak in mirror code.
2010-07-12 Ben Pfaffvswitch: Use ovsrec_qos_get_queues() to avoid open...
2010-07-12 Ben Pfaffvswitch: Use ovsdb_idl_get() to avoid O(n) in get_ovsre...
2010-06-30 Ben PfaffSimplify shash_find() followed by shash_add() into...
2010-06-29 Ben Pfaffdoc: Change "-" to "\-" in appropriate places.
2010-06-24 Ben Pfaffvswitchd: Add entity-relationship diagram to ovs-vswitc...
2010-06-24 Ben Pfaffvswitch: Implement unixctl command to reconnect OpenFlo...
2010-06-23 Ben Pfaffbridge: Implement basic periodic update of interface...
2010-06-23 Ben Pfaffbridge: Make configuration database records valid all...
2010-06-23 Ben Pfaffovs-vswitchd: Allow bridge code to manage the database...
2010-06-23 Ben Pfaffovsdb-idl: Simplify usage of ovsdb_idl_run().
2010-06-23 Ben Pfaffbridge: Drop unused enum definition.
2010-06-23 Ben Pfaffbridge: Remove unused functions.
2010-06-23 Ben PfaffUse shash_destroy_free_data() to simplify a few scatter...
2010-06-23 Ben PfaffBetter document how ovsdb-server is meant to be used.
2010-06-17 Ben Pfaffvswitchd: Attempt to further clarify Port "trunk" and...
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-17 Ben Pfaffnetlink: Make nl_sock_transact() discard reply if ...
2010-06-17 Ben Pfaffnetlink: Drop sock parameter from nl_msg_put_(ge)nlmsgh...
2010-06-17 Ben Pfaffvswitch: Improve documentation for datapath_id column.
2010-06-17 Ben Pfaffvswitch: Datapath IDs are now 16 hex digits.
2010-06-15 Ben Pfaffbrcompatd: Remove commented-out code.
2010-06-15 Ben Pfaffbridge: Remove commented-out code for custom management...
2010-06-15 Ben Pfaffbridge: Remove commented-out code to set OpenFlow descr...
2010-06-15 Ben Pfaffbridge: Remove unused and write-only members of 'struct...
2010-06-10 Jesse Grossnetdev-vport: Use vport set_stats instead of internal...
2010-06-04 Jesse Grossbridge: Filter some gratuitous ARPs on bond slaves.
2010-06-02 Jesse Grossnetdev: Remove may_create/may_open flags.
2010-05-27 Ben PfaffDistribute files that had been overlooked.
2010-05-27 Ben Pfaffvswitchd: Treat gratuitous ARP requests like gratuitous...
2010-05-26 Ben Pfaffvswitchd: Build ovs-brcompatd only on Linux systems.
2010-05-26 Ben Pfaffproc-net-compat: Stub out on non-Linux.
2010-05-26 Ben PfaffAlways #include <sys/socket.h> before <net/if.h>.
2010-05-26 Ben Pfaffpoll-loop: New function poll_timer_wait_until().
2010-05-10 Jesse Grossbridge: Add iface to hash table before calling iface_is...
2010-05-10 Ben Pfaffbridge: Fix double-free bug in port_reconfigure().
2010-05-05 Ben Pfaffbridge: Optimize trunk port common case.
2010-05-05 Ben Pfaffbridge: Optimize port_lookup() using a hash.
2010-05-05 Ben Pfaffbridge: Optimize iface_lookup() and port_lookup_iface...
2010-05-05 Ben Pfaffovs-vswitchd: Implement "exit" unixctl command.
2010-05-05 Ben Pfaffvswitchd: Fix documentation of "agent" column in "sFlow...
2010-05-05 Ben Pfaffbridge: Fix double-free in sFlow configuration.
2010-04-29 Jesse Grossbridge: Immediately drop interfaces that can't be opened.
2010-04-26 Ben Pfaffvswitchd: Rename bridge_reconfigure_controller().
2010-04-26 Ben Pfaffvswitchd: Enable in-band control to managers.
2010-04-20 Ben PfaffAdd support for multiple OpenFlow controllers on a...
2010-04-20 Ben Pfaffofproto: Bundle all controller-related settings into...
2010-04-19 Jesse GrossDocument GRE port options.
2010-04-19 Ben PfaffUpdate fake bond devices' statistics with the sum of...
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-04-16 Ben Pfaffbridge: Don't learn from inadmissible flows when revisi...
2010-04-16 Ben Pfaffbridge: Factor admissibility check out of process_flow().
2010-04-16 Ben Pfaffbridge: Minor cleanup in process_flow().
2010-04-16 Ben Pfaffbridge: Don't log warnings when revalidating.
2010-04-15 Justin Pettitnetdev: Add support for "patch" type
2010-04-12 Ben Pfaffvswitch: Fix documentation for network-uuids external...
2010-04-12 Ben Pfaffjsonrpc: Add support for passive connections.
2010-04-09 Justin Pettitvswitch: Mark bridge_update_desc argument as unused
2010-04-06 Justin Pettitvswitchd: Fix small memory leak in bridge_init
2010-04-05 Ben Pfaffvswitchd: Make the bond rebalancing interval user-confi...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-24 Ben Pfaffvswitchd: Make names of Bridge external_ids generic.
2010-03-19 Ben Pfaffvswitch: Limit SSL table to a single row.
2010-03-19 Ben Pfaffdocs: Move PKI section heading into individual manpages.
2010-03-19 Ben Pfaffstream-ssl: Make no-op reconfiguration cheap.
2010-03-18 Ben Pfaffvswitch: Limit Open_vSwitch table to a single record.
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-17 Ben Pfaffvswitch: Use weak references in Mirror table.
2010-03-17 Ben Pfaffovsdb: Add support for weak references.
2010-03-17 Ben Pfaffvswitchd: Remove documentation of xs-network-names.
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
next