Jan-Bernd Themann
acbddb591b
ehea: removing unused functionality
...
This patch includes:
- removal of unused fields in structs
- ethtool statistics cleanup
- removes unsed functionality from send path
Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com >
Signed-off-by: Jeff Garzik <jeff@garzik.org >
2007-04-28 11:01:02 -04:00
Jean Delvare
4eccccb362
strlcpy is smart enough
...
strlcpy already accounts for the trailing zero in its length
computation, so there is no need to substract one to the buffer size.
Signed-off-by: Jean Delvare <khali@linux-fr.org >
Cc: Jan-Bernd Themann <themann@de.ibm.com >
Cc: Thomas Klein <osstklei@de.ibm.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Jeff Garzik <jeff@garzik.org >
2007-04-28 11:01:02 -04:00
Thomas Klein
a1d261c561
[PATCH] ehea: 64K page support fix
...
This patch fixes 64k page support by using PAGE_MASK and appropriate pagesize defines in several places.
Signed-off-by: Thomas Klein <tklein@de.ibm.com >
Signed-off-by: Jeff Garzik <jeff@garzik.org >
2006-11-06 02:55:07 -05:00
Jeff Garzik
7282d491ec
drivers/net: const-ify ethtool_ops declarations
...
Signed-off-by: Jeff Garzik <jeff@garzik.org >
2006-09-13 14:30:00 -04:00
Jan-Bernd Themann
7a29108322
[PATCH] ehea: IBM eHEA Ethernet Device Driver
...
Hi Jeff,
I fixed the __iomem issue and tested the driver with sparse. Looks good so far.
Thanks for your effort.
Jan-Bernd Themann
Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com >
drivers/net/Kconfig | 9
drivers/net/Makefile | 1
drivers/net/ehea/Makefile | 6
drivers/net/ehea/ehea.h | 447 ++++++
drivers/net/ehea/ehea_ethtool.c | 294 ++++
drivers/net/ehea/ehea_hcall.h | 51
drivers/net/ehea/ehea_hw.h | 287 ++++
drivers/net/ehea/ehea_main.c | 2654 ++++++++++++++++++++++++++++++++++++++++
drivers/net/ehea/ehea_phyp.c | 705 ++++++++++
drivers/net/ehea/ehea_phyp.h | 455 ++++++
drivers/net/ehea/ehea_qmr.c | 582 ++++++++
drivers/net/ehea/ehea_qmr.h | 358 +++++
12 files changed, 5849 insertions(+)
Signed-off-by: Jeff Garzik <jeff@garzik.org >
2006-09-13 13:23:52 -04:00