Frank Pavlic 66cc5d5aee [PATCH] s390: some qeth driver fixes
[patch 2/2] s390: some qeth driver fixes

From: Frank Pavlic <fpavlic@de.ibm.com>
	- fixed kernel panic when using EDDP support in Layer 2 mode
	- NULL pointer exception in qeth_set_offline fixed.
	- setting EDDP in Layer 2 mode did not set NETIF_F_(SG/TSO)
	  flags when device became online.
	- use sscanf for parsing and converting IPv4 addresses
	  from string to __u8 values.
	- qeth_string_to_ipaddr6 fixed. in case of double colon
	  the converted IPv6 address out from the string was not correct
	  in previous implementation.

Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com>

diffstat:
 qeth.h      |  112 +++++++++++++++++++++++++-----------------------------------
 qeth_eddp.c |   11 ++++-
 qeth_main.c |   17 +++------
 3 files changed, 63 insertions(+), 77 deletions(-)
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2006-02-17 16:16:39 -05:00
..
2006-02-14 16:09:33 -08:00
2006-01-14 18:27:13 -08:00
2006-02-13 22:30:10 -08:00
2005-10-30 17:37:32 -08:00
2006-02-17 16:16:21 -05:00
2006-02-17 16:16:39 -05:00
2006-01-14 10:41:42 -08:00
2006-02-15 09:59:47 +00:00
2006-02-13 21:33:40 -08:00
2006-01-10 00:08:17 +01:00
2006-01-18 19:20:31 -08:00