From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Benc Subject: [PATCH net-next 0/2] openvswitch: vlan fixes Date: Tue, 4 Oct 2016 14:30:00 +0200 Message-ID: Cc: pravin shelar , Eric Garver To: netdev@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:33044 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753298AbcJDMaQ (ORCPT ); Tue, 4 Oct 2016 08:30:16 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Fix a bug and inefficiency in the vlan handling code introduced by the 802.1AD set. Strictly speaking, both were present even before that set but it made them more prominent. Jiri Benc (2): openvswitch: remove nonreachable code in vlan parsing openvswitch: fix vlan subtraction from packet length net/openvswitch/flow.c | 28 ++++++++-------------------- net/openvswitch/vport.c | 10 +++------- 2 files changed, 11 insertions(+), 27 deletions(-) -- 1.8.3.1