66cc5d5aee
[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> |
||
---|---|---|
.. | ||
claw.c | ||
claw.h | ||
ctcdbug.c | ||
ctcdbug.h | ||
ctcmain.c | ||
ctcmain.h | ||
ctctty.c | ||
ctctty.h | ||
cu3088.c | ||
cu3088.h | ||
fsm.c | ||
fsm.h | ||
iucv.c | ||
iucv.h | ||
Kconfig | ||
lcs.c | ||
lcs.h | ||
Makefile | ||
netiucv.c | ||
qeth_eddp.c | ||
qeth_eddp.h | ||
qeth_fs.h | ||
qeth_main.c | ||
qeth_mpc.c | ||
qeth_mpc.h | ||
qeth_proc.c | ||
qeth_sys.c | ||
qeth_tso.h | ||
qeth.h | ||
smsgiucv.c | ||
smsgiucv.h |