Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755496AbaBRNty (ORCPT ); Tue, 18 Feb 2014 08:49:54 -0500 Received: from rtits2.realtek.com ([60.250.210.242]:48395 "EHLO rtits2.realtek.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754917AbaBRNtw (ORCPT ); Tue, 18 Feb 2014 08:49:52 -0500 X-SpamFilter-By: BOX Solutions SpamTrap 5.39 with qID s1IDnoCh029281, This message is accepted by code: ctloc85258 From: Hayes Wang To: CC: , , , Hayes Wang Subject: [PATCH net-next 00/14] r8152: improvement and new features Date: Tue, 18 Feb 2014 21:48:57 +0800 Message-ID: <1392731351-25502-1-git-send-email-hayeswang@realtek.com> X-Mailer: git-send-email 1.8.4.2 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.21.71.218] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Change some flows or behavior to improve the efficiency or make the code readable. Besides, support WOL and runtime suspend. Hayes Wang (14): r8152: move some functions r8152: add three functions r8152: replace some types from int to bool r8152: load the default MAC address r8152: reduce the frequency of spin_lock r8152: clear BMCR_PDOWN r8152: combine PHY reset with set_speed r8152: move some functions from probe to open r8152: support WOL r8152: support runtime suspend r8152: disable teredo for RTL8152 r8152: replace netif_rx with netif_receive_skb r8152: set disable_hub_initiated_lpm r8152: support get_msglevel and set_msglevel drivers/net/usb/r8152.c | 711 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 526 insertions(+), 185 deletions(-) -- 1.8.4.2 -- 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/