[2.6.19 PATCH 0/7] ehea: IBM eHEA Ethernet Device Driver

From: Jan-Bernd Themann
Date: Wed Aug 23 2006 - 05:33:27 EST


Hi,

in this latest version of the IBM eHEA Ethernet Device Driver
we removed all unnecessary variable initializations and did some
code cleanup. We hope that we didn't miss to respond to any of your
suggestions. Please feel free to send us further feedback. We highly
appreciate your efforts.

Thanks,
Jan-Bernd

Signed-off-by: Jan-Bernd Themann <themann@xxxxxxxxxx>
Changelog-by:  Jan-Bernd Themann <themann@xxxxxxxxxx>

Differences to patch set http://www.spinics.net/lists/netdev/msg12702.html

Changelog:

- Unnecessary variable initializations removed
- Promiscuous mode support included

drivers/net/Kconfig | 9
drivers/net/Makefile | 1
drivers/net/ehea/Makefile | 7
drivers/net/ehea/ehea.h | 438 ++++++
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 | 2677 ++++++++++++++++++++++++++++++++++++++++
drivers/net/ehea/ehea_phyp.c | 784 +++++++++++
drivers/net/ehea/ehea_phyp.h | 463 ++++++
drivers/net/ehea/ehea_qmr.c | 607 +++++++++
drivers/net/ehea/ehea_qmr.h | 361 +++++
12 files changed, 5932 insertions(+)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/