From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:55008 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751093AbeCTOgM (ORCPT ); Tue, 20 Mar 2018 10:36:12 -0400 Date: Tue, 20 Mar 2018 10:36:10 -0400 (EDT) Message-Id: <20180320.103610.1507094411176106461.davem@davemloft.net> To: s.mondwurf@astro-kom.de Cc: vbridger@opensource.altera.com, netdev@vger.kernel.org, nios2-dev@lists.rocketboards.org Subject: Re: [PATCH] Add possibility to turn off promiscuous mode From: David Miller In-Reply-To: <1ad29d4d-ec70-381e-9d57-86f916d6799c@astro-kom.de> References: <1ad29d4d-ec70-381e-9d57-86f916d6799c@astro-kom.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Stephan Mondwurf Date: Tue, 20 Mar 2018 11:28:20 +0100 > The driver is capable of switching on the promiscuous mode. > > This patch adds the possibility to turn it off again. > > Signed-off-by: Stephan Mondwurf Please fix your patch submissions. Your subject line should have an appropriate subsystem prefix, for drivers like this simply "altera: " is sufficient. You should also specify what tree your patch is targetting in the '[PATCH]' string. So together that means: Subject: [PATCH net] altera: Add possibility to turn off promiscuous mode or: Subject: [PATCH net-next] altera: Add possibility to turn off promiscuous mode Also, your patches has both been completely corrupted by your email client. Long lines have been split up. Please email the patch to yourself, and try to apply it. Do not resubmit the patch to the list here until you can do that successfully. Thank you.