sliver-openvswitch.git
2010-08-02 Alexey I. Froloffdatapath: Fix build with backported netdev_alloc_skb_ip...
2010-08-01 Justin Pettitdatapath: Clean-up previous undefined symbol commit
2010-07-31 Justin Pettitdatapath: Fix undefined symbol "set_normalized_timespec"
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-30 Ben Pfafflearning-switch: Avoid violating C aliasing rules initi...
2010-07-30 Ben Pfaffsflow: Avoid "unused parameter" warnings from GCC 4.4.
2010-07-30 Ben Pfaffovs-ofctl: Add support for OpenFlow enqueue action.
2010-07-30 Jesse Grossvport-internal: Set vport to NULL when detaching.
2010-07-30 Jesse Grossvport: Make dp_port->vport always valid.
2010-07-30 Jesse Grossdatapath: Remove dead code.
2010-07-30 Jesse Grossdatapath: Remove redundant checks on SKBs.
2010-07-30 Justin Pettitovs-controller: Add ability to define default flows
2010-07-30 Justin Pettitlearning-switch: Add ability to define default flows
2010-07-30 Justin Pettitofp-parse: Break string-to-openflow parsing into librar...
2010-07-30 Jesse Grossdatapath: Catch missed formatting changes.
2010-07-26 Jesse Grossdatapath: Don't query time for every packet.
2010-07-23 Ben Pfaffvlog: Fix logic error in update_min_level().
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 Pfaffvlog: Make vlog initialize itself when necessary.
2010-07-21 Ben Pfafftimeval: Make time_init() static and remove calls to it.
2010-07-21 Ben Pfafftimeval: Make timeval module initialize itself.
2010-07-21 Ben Pfafftimeval: Integrate CLOCK_MONOTONIC detection into time_...
2010-07-21 Ben Pfaffdebian: Check for accurate Debian changelog version...
2010-07-21 Ben Pfafftests: Disable profiling for "wait-until must wait...
2010-07-20 Ben Pfaffnetdev-linux: Avoid minor number 0 in traffic control.
2010-07-20 Ben Pfaffnetdev-linux: Dump all queues, not just direct children...
2010-07-20 Ben Pfaffdpif-linux: Translate queues to priorities correctly.
2010-07-20 Ben Pfaffdpif: Abstract translation from OpenFlow queue ID into...
2010-07-20 Ben PfaffAdd pretty-printers for QoS related OpenFlow and ODP...
2010-07-20 Ben Pfaffovs-controller: Add support for OpenFlow queues.
2010-07-20 Ben Pfafflearning-switch: Add support for OpenFlow queues.
2010-07-20 Ben Pfafflearning-switch: Break packet-in processing into two...
2010-07-16 Ben Pfafflearning-switch: Refactor wildcards calculation.
2010-07-16 Ben Pfafflearning-switch: Reserved addresses are destinations...
2010-07-16 Jesse Grossovs-vsctl: Fix unitialized variables.
2010-07-16 Ben Pfaffovs-vsctl: Do not allow record names to be abbreviated.
2010-07-16 Ben Pfaffxenserver: Kill bond slaves' dhclients when bringing...
2010-07-15 Jesse Grossdoc: Make explicit that ovs-vswitchd is the preferred...
2010-07-15 Jesse Grossdatapath: Don't update flow key when applying actions.
2010-07-15 Jesse Grossdatapath: Don't set tunnel_id in a function.
2010-07-15 Jesse Grossgre: Use struct for parsing GRE header.
2010-07-15 Jesse Grossgre: Wait for an RCU grace period before freeing port.
2010-07-15 Jesse Grossvport: Use DEFINE_PER_CPU instead of dynamically alloca...
2010-07-15 Jesse Grossdatapath: Put return type on same line as arguments...
2010-07-15 Jesse Grossvport: Use EBUSY to represent already attached device.
2010-07-15 Jesse Grossdatapath: Make checksum offsets unsigned.
2010-07-15 Ben Pfaffovs-vsctl: Make --help capitalization and spelling...
2010-07-14 Ben PfaffTests: Fix nonportable \" escape in printf(1) invocation.
2010-07-14 Ben Pfaffofpbuf: Implement unsupported feature in ofpbuf_trim().
2010-07-13 Jesse Grossdatapath: Make our checksumming more closely match...
2010-07-13 Jesse Grossgre: Fix headroom calculation.
2010-07-13 Jesse Grossdatapath: Move over-MTU checking into vport_send().
2010-07-13 Jesse Grossdatapath: Add loop checking.
2010-07-13 Ben Pfaffconfigure: Add --with-l26-source option to specify...
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 Pfaffovsdb-idlc: Add "get" accessor functions to generated...
2010-07-12 Ben Pfaffvswitch: Use ovsdb_idl_get() to avoid O(n) in get_ovsre...
2010-07-12 Ben Pfaffovsdb-idl: Transition to better interfaces for reading...
2010-07-12 Ben Pfaffovsdb-idlc: Check and restore ovsdb_datum invariants...
2010-07-12 Ben Pfaffovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_d...
2010-07-12 Ben Pfaffovsdb: New functions ovsdb_atom_default(), ovsdb_datum_...
2010-07-12 Ben Pfaffovsdb: Document some ovsdb-data.[ch] functions.
2010-07-01 Ben Pfaffovsdb: Extend "monitor" to select different operations...
2010-06-30 Ben Pfafftests: Add OVSDB tests for monitors that select only...
2010-06-30 Ben Pfaffovsdb-client: Fix "selects" argument to "monitor" command.
2010-06-30 Ben Pfaffovsdb: Document in SPECS how OVS uses JSON.
2010-06-30 Ben Pfaffjson: Better handle JSON objects with duplicate names.
2010-06-30 Ben Pfaffshash: New function shash_replace().
2010-06-30 Ben Pfaffshash: Refactor shash_add_nocopy(), shash_find().
2010-06-30 Ben PfaffSimplify shash_find() followed by shash_add() into...
2010-06-29 Ben Pfaffovs-pki: Allow generating certificates with duplicate...
2010-06-29 Ben Pfaffdoc: Change "-" to "\-" in appropriate places.
2010-06-29 Ben Pfaffdaemon: Clarify documentation.
2010-06-29 Ben Pfaffovs-vsctl: Add "wait-until" command.
2010-06-29 Ben Pfaffovs-vsctl: Make partial matches on record names optional.
2010-06-29 Ben Pfaffovs-vsctl: Prepare for more flexible database argument...
2010-06-29 Ben Pfaffovs-vsctl: Allow commands to tell ovs-vsctl to try...
2010-06-28 Justin Pettitdebian: Correct naming in init scripts
2010-06-28 Ben Pfaffovs-ofctl: Warn about flows not in normal form.
2010-06-28 Ben Pfaffofproto: Log changes made by flow normalization.
2010-06-28 Ben Pfaffxenserver: Avoid errors from ovs-vsctl at system shutdown.
2010-06-28 Ben Pfaffxenserver: Kill bond master's dhclient when bringing...
2010-06-25 Ben Pfafftimeval: Hide "memory leak" from Valgrind.
2010-06-25 Ben PfaffAdd AUTHORS file.
2010-06-25 Yu Zhiguodatapath: fix header file include
2010-06-25 Ben Pfaffovs-vsctl: Make "ovs-vsctl get <table> <record> _uuid...
2010-06-24 Jesse Grossdocs: Correct DB init instructions in INSTALL.Linux.
2010-06-24 Jesse Grossovsdb-idl: Check if row->written is valid.
2010-06-24 Ben Pfaffvswitchd: Add entity-relationship diagram to ovs-vswitc...
2010-06-24 Ben Pfafftests: Tolerate ignored SIGPIPE in daemon tests.
2010-06-24 Ben Pfaffovs-vsctl: Add details to documentation for "emer-reset...
2010-06-24 Ben Pfaffovsdb-server: Implement unixctl command to reconnect...
2010-06-24 Ben Pfaffvswitch: Implement unixctl command to reconnect OpenFlo...
2010-06-24 Ben Pfaffrconn: Suppress failed connection messages after the...
next