From patchwork Fri Mar 15 00:15:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesse Gross X-Patchwork-Id: 227830 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 2E8202C00C6 for ; Fri, 15 Mar 2013 11:15:18 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751484Ab3COAPN (ORCPT ); Thu, 14 Mar 2013 20:15:13 -0400 Received: from na3sys009aog107.obsmtp.com ([74.125.149.197]:43615 "HELO na3sys009aog107.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750820Ab3COAPL (ORCPT ); Thu, 14 Mar 2013 20:15:11 -0400 Received: from mail-qe0-f70.google.com ([209.85.128.70]) (using TLSv1) by na3sys009aob107.postini.com ([74.125.148.12]) with SMTP ID DSNKUUJoD2YK5hNyuEQ07yrWtWjF0/bfE/0k@postini.com; Thu, 14 Mar 2013 17:15:11 PDT Received: by mail-qe0-f70.google.com with SMTP id a11so4808828qen.5 for ; Thu, 14 Mar 2013 17:15:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=/T4LWBVIx5zOZpBj3kAIGCLaqUbu2W3j44avGdJCJ3A=; b=A01A6cFRuTez12NOvVfjzTQ5wbPQ973lG2r5TP8YRGPg5BgBPu/Z2kcyhaKTkj32xD PNGy8IPWXqJpCnJMhYLOoP4z820zW86gJF5yeQewmjtnTPaKVpy5NJNeOnt0DlDr9fzl Gt3mcvXvywpkZsqJF9TEOCl+e12qjLNYnPscVpJGGurkTbXonadQOJwWvihHf6MehH0L 5SfrPX3AGHcNfNskTnC3SdlM2GbfDHyeh77jcbkZRF2WU78UkgIUR0tx1Cu56P2am38L GS4ee9bzrj2ZyynKcOz2fyRstl5msFsULXcB2RNZSnZxIf2nVNNps+DBO2/D7cwStTnd Gg4Q== X-Received: by 10.236.165.135 with SMTP id e7mr5983158yhl.99.1363306510808; Thu, 14 Mar 2013 17:15:10 -0700 (PDT) X-Received: by 10.236.165.135 with SMTP id e7mr5983147yhl.99.1363306510690; Thu, 14 Mar 2013 17:15:10 -0700 (PDT) Received: from ubuntu.localdomain ([208.91.1.14]) by mx.google.com with ESMTPS id b62sm8135309yhf.13.2013.03.14.17.15.08 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 14 Mar 2013 17:15:09 -0700 (PDT) From: Jesse Gross To: David Miller Cc: netdev@vger.kernel.org, dev@openvswitch.org Subject: [GIT net] Open vSwitch Date: Thu, 14 Mar 2013 17:15:00 -0700 Message-Id: <1363306506-885-1-git-send-email-jesse@nicira.com> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQkEcU/cNIM/SD+khY54yS6kOfhXfOMbm6eUBA78BHMfac8iME6WepXNiBIwRHh6m/5zBzvSx1BD2ns6pNMGyh4Oq8DJwhesidzTM40jS2CR0ATui2OfruYpDSw19O0wLzsyN86ncq6H4x4R7s74SXNPK0HhCJGjpPfbold5gWLTDm04Sh4= Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org A few different bug fixes, including several for issues with userspace communication that have gone unnoticed up until now. These are intended for net/3.9. The following changes since commit 19f949f52599ba7c3f67a5897ac6be14bfcb1200: Linux 3.8 (2013-02-18 15:58:34 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git fixes for you to fetch changes up to d176ca2a48ff2b5d7becfacdcbd1d72c73bd22d1: openvswitch: remove some useless comments (2013-02-22 17:02:49 -0800) ---------------------------------------------------------------- Cong Wang (2): openvswitch: fix the calculation of checksum for vlan header openvswitch: remove some useless comments Rich Lane (4): openvswitch: Fix ovs_vport_cmd_del return value on success openvswitch: Fix ovs_vport_cmd_new return value on success openvswitch: Call genlmsg_end in queue_userspace_packet openvswitch: Fix parsing invalid LLC/SNAP ethertypes net/openvswitch/actions.c | 4 ++-- net/openvswitch/datapath.c | 3 +++ net/openvswitch/flow.c | 6 +++++- net/openvswitch/vport-netdev.c | 3 +-- net/openvswitch/vport.c | 3 +-- 5 files changed, 12 insertions(+), 7 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html