Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753223Ab3ERUUt (ORCPT ); Sat, 18 May 2013 16:20:49 -0400 Received: from lan.nucleusys.com ([92.247.61.126]:49116 "EHLO zztop.nucleusys.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752982Ab3ERUUr (ORCPT ); Sat, 18 May 2013 16:20:47 -0400 Date: Sat, 18 May 2013 23:20:36 +0300 (EEST) From: Petko Manolov To: David Miller cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/5] drivers: net: usb: rtl8150: bug fixing and code cleanup Message-ID: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 680 Lines: 16 From: Petko Manolov This patch series adds rtl8150.h, which contains structure and constant definitons formerly found in rtl8150.c, removes socket buffer pre-allocated pool and uses dynamically allocated memory for the asynchronous URB requests, thus avoids clobbering the previously scheduled for update value. This patch series is against 'net' tree. Signed-off-by: Petko Manolov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/