[PATCH 2/9] s390: netiucv driver fixes
From: Frank Pavlic <[EMAIL PROTECTED]>
- missing lock initialization added
- avoid duplicate iucv-interfaces to the same peer
- rw-lock added for manipulating the list of
defined iucv connections
Signed-off-by: Frank Pavlic <[EMAIL
[PATCH 5/9] s390: qeth driver fixes [2/6]
From: Frank Pavlic <[EMAIL PROTECTED]>
- fixed error handling in create_device_attributes
- fixed some minor bugs in IPv4
and IPv6 address checking
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
---
drivers/s390/net/qeth.h | 25
[PATCH 9/9] s390: qeth driver fixes [6/6]
From: Frank Pavlic <[EMAIL PROTECTED]>
- Hipersockets has no IPV6 support, thus prevent issueing
SETRTG_IPV6 control commands on Hipersockets devices.
- fixed error handling in qeth_sysfs_(un)register
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
-
Hi,
following 9 patches are all s390 network device drivers related .
Frank
[PATCH 1/9] s390: minor s390 network driver fixes
From: Frank Pavlic <[EMAIL PROTECTED]>
- iucv driver:
use do { } while (0) constructs
instead of empty defines to avoid compile bugs.
- ctc driver:
[PATCH 6/9] s390: qeth driver fixes [3/6]
From: Frank Pavlic <[EMAIL PROTECTED]>
fixed kernel panic caused by qeth driver:
Using a bonding device qeth driver will realloc
headroom for every skb coming from the bond device.
Once this happens qeth frees the original s
[PATCH 4/9] s390: qeth driver fixes [1/6]
From: Frank Pavlic <[EMAIL PROTECTED]>
- Drop incoming packets with vlan_tag set
if card->vlangrp is not set.
- use always vlan_hwaccel_rx to pass
vlan frames to the stack.
- fix recovery problem. Device was recovered
pro
[PATCH 7/9] s390: qeth driver fixes [4/6]
From: Frank Pavlic <[EMAIL PROTECTED]>
- fix kernel crash due to race,
set card->state to SOFTSETUP after
card and card->dev are initialized properly.
- remove CONFIG_QETH_PERF_STATS, use sysfs attribute instead,
as we want to have the ability t
[PATCH 8/9] s390: qeth driver fixes [5/6]
From: Frank Pavlic <[EMAIL PROTECTED]>
fix kernel panic in qdio queue handling.
qeth_qdio_clear_card() could be invoked by 2 CPUs
simultaneously (for example reboot event and recovery).
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
---
drivers/s390
[PATCH 3/9] s390: Makefile cleanup
From: Frank Pavlic <[EMAIL PROTECTED]>
remove CONFIG_MPC from Makefile which was
introduced accidently in the past.
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
---
drivers/s390/net/Makefile |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
bf8