From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mtagate4.uk.ibm.com (mtagate4.uk.ibm.com [195.212.29.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mtagate4.uk.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id CF3A367BEA for ; Tue, 22 Aug 2006 23:30:22 +1000 (EST) Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate4.uk.ibm.com (8.13.7/8.13.7) with ESMTP id k7MDUAvW139364 for ; Tue, 22 Aug 2006 13:30:10 GMT Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id k7MDW6kk827410 for ; Tue, 22 Aug 2006 14:32:06 +0100 Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k7MDU9VZ003599 for ; Tue, 22 Aug 2006 14:30:09 +0100 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 MIME-Version: 1.0 To: netdev Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200608221450.03344.ossthema@de.ibm.com> Cc: Thomas Klein , Jan-Bernd Themann , linux-kernel , linux-ppc , Christoph Raisch , Marcus Eder List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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: =2D Implementation of promiscious mode support Thanks, Jan-Bernd Signed-off-by: Jan-Bernd Themann Changelog-by: =A0Jan-Bernd Themann Differences to patch set http://www.spinics.net/lists/netdev/msg12326.html Changelog: =2D Error recovery =2D improvements according to mailing list comments drivers/net/Kconfig | 9=20 drivers/net/Makefile | 1=20 drivers/net/ehea/Makefile | 7=20 drivers/net/ehea/ehea.h | 437 ++++++ drivers/net/ehea/ehea_ethtool.c | 244 +++ drivers/net/ehea/ehea_hcall.h | 51=20 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(+) From mboxrd@z Thu Jan 1 00:00:00 1970 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 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(+)