From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: How to submit potential patch in linux kernel Date: Thu, 29 Sep 2016 12:02:49 +0200 Message-ID: <20160929100249.GD7234@lunn.ch> References: <20160928230229.GA15734@shyam> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org To: Shyam Saini Return-path: Received: from vps0.lunn.ch ([178.209.37.122]:35780 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751220AbcI2KCv (ORCPT ); Thu, 29 Sep 2016 06:02:51 -0400 Content-Disposition: inline In-Reply-To: <20160928230229.GA15734@shyam> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Sep 29, 2016 at 04:32:29AM +0530, Shyam Saini wrote: > Hi everyone, > > I'm Shyam, final year undergraduate student. I wanted to know how one can > submit potential linux kernel patch in networking subsystem. Documentation/SubmittingPatches is a good starting point. Then post a patch and we will help you learn the rest of the process. Andrew