sliver-openvswitch.git
2010-08-19 Simon HormanDebian: Update to standards version 3.9.1
2010-08-19 Simon HormanDebian: Add Ben Pfaff and Simon Horman the uploaders
2010-08-13 Ben Pfaffodp-util: Avoid branch in odp_actions_add().
2010-08-13 Ben Pfaffuuid: Fix warnings carelessly introduced a few commits...
2010-08-13 Ben Pfaffofproto: Add support for NXAST_RESUBMIT recursion.
2010-08-13 Ben PfaffRemove vestigial support for Spanning Tree Protocol.
2010-08-12 Ben Pfaffrandom: Get random seed from /dev/urandom.
2010-08-12 Ben Pfaffuuid: Break code to read /dev/urandom into a new module.
2010-08-12 Ben Pfaffutil: Make ovs_fatal() understand EOF also.
2010-08-12 Ben PfaffWait for daemons to die in init.d script "stop" commands.
2010-08-12 Ben Pfaffdaemon: Make sure that vlog is initialized when a proce...
2010-08-11 Ben Pfaffdebian: Use dh_installmodules instead of calling "depmo...
2010-08-11 Ben Pfaffrandom: Implement a decent random number generator.
2010-08-11 Ben Pfaffbridge: Don't pay attention to columns that vswitchd...
2010-08-11 Ben Pfaffovsdb-idl: Make it possible to omit or pay less attenti...
2010-08-11 Ben Pfaffstream-ssl: Enable SSL session caching.
2010-08-11 Ben Pfaffstream-ssl: Remove unused 'connect_error' member.
2010-08-10 Ben Pfaffvswitch: Fix speling error in documentation.
2010-08-10 Ben Pfaffdpif-netdev: Properly track whether there is a vlan...
2010-08-10 Ben Pfaffdpif-netdev: Tolerate undersized packets.
2010-08-10 Ben Pfaffdatapath: Fix handling of 802.1Q and SNAP headers.
2010-08-10 Ben Pfaffvswitch: Clarify "arguments" versus "options".
2010-08-07 Ben Pfaffofproto: Add support for remote "service controllers".
2010-08-06 Ben Pfaffovs-openflowd: Fix support for multiple controllers.
2010-08-06 Ben Pfaffofproto: Improve terminology.
2010-08-06 Ben Pfaffjson: Add extern "C" { ... } to headers.
2010-08-06 Ben Pfaffovs-pki: Create private keys with restricted permissions.
2010-08-06 Ben Pfaffovs-pki: Create log directory if it does not exist.
2010-08-06 Ben Pfaffovs-pki: Consistently write error messages to stderr.
2010-08-06 Ben Pfaffvswitchd: Only re-learn from flows that output to OFPP_...
2010-08-06 Ben Pfafftag: Be more precise about choosing tags to add, in...
2010-08-06 Ben Pfafftag: Use existing macro instead of constant.
2010-08-05 Ben Pfaffvswitchd: Refresh SSL keys and certificates more freque...
2010-08-05 Ben Pfaffstream-ssl: Make changing keys and certificate at runti...
2010-08-03 Ben Pfaffdatapath: Detect and suppress flows that are implicated...
2010-08-03 Ben Pfaffdatapath: Inline flow_cast().
2010-08-03 Ben Pfaffdatapath: Don't track IP TOS value two different ways.
2010-08-02 Ben PfaffINSTALL.Linux: Improve suggested ovsdb-server invocation.
2010-08-02 Ben PfaffINSTALL.KVM: Fix typo.
2010-08-02 Ben Pfaffvswitch: Add external_ids column to every table.
2010-08-02 Ben Pfaffvswitch: Clarify and expand purpose of external_ids...
2010-08-02 Ben Pfaffxenserver: Add "reload" and "force-reload" support...
2010-08-02 Jesse Grossdatapath: Remove netdev_alloc_skb_ip_align() compat...
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.
next