Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932225AbWHVNaN (ORCPT ); Tue, 22 Aug 2006 09:30:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932223AbWHVNaN (ORCPT ); Tue, 22 Aug 2006 09:30:13 -0400 Received: from mtagate1.uk.ibm.com ([195.212.29.134]:23158 "EHLO mtagate1.uk.ibm.com") by vger.kernel.org with ESMTP id S932218AbWHVNaL convert rfc822-to-8bit (ORCPT ); Tue, 22 Aug 2006 09:30:11 -0400 From: Jan-Bernd Themann Subject: [2.6.19 PATCH 0/7] ehea: IBM eHEA Ethernet Device Driver Date: Tue, 22 Aug 2006 14:50:03 +0200 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Disposition: inline To: netdev Cc: Christoph Raisch , "Jan-Bernd Themann" , "linux-kernel" , "linux-ppc" , Marcus Eder , Thomas Klein Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Message-Id: <200608221450.03344.ossthema@de.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1393 Lines: 42 Hi, this is our current version of the IBM eHEA Ethernet Device Driver. Thanks for the quick and helpful comments so far. Further comments are highly appreciated. Things we are currently working on: - Implementation of promiscious mode support Thanks, Jan-Bernd Signed-off-by: Jan-Bernd Themann Changelog-by: ?Jan-Bernd Themann Differences to patch set http://www.spinics.net/lists/netdev/msg12326.html Changelog: - Error recovery - improvements according to mailing list comments drivers/net/Kconfig | 9 drivers/net/Makefile | 1 drivers/net/ehea/Makefile | 7 drivers/net/ehea/ehea.h | 437 ++++++ drivers/net/ehea/ehea_ethtool.c | 244 +++ drivers/net/ehea/ehea_hcall.h | 51 drivers/net/ehea/ehea_hw.h | 290 ++++ drivers/net/ehea/ehea_main.c | 2636 ++++++++++++++++++++++++++++++++++++++++ drivers/net/ehea/ehea_phyp.c | 834 ++++++++++++ drivers/net/ehea/ehea_phyp.h | 479 +++++++ drivers/net/ehea/ehea_qmr.c | 634 +++++++++ drivers/net/ehea/ehea_qmr.h | 367 +++++ 12 files changed, 5989 insertions(+) - 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/