Peter Tiedemann
2a7c6f2c39
[S390] convert ctcm printks to dev_xxx and pr_xxx macros.
...
Signed-off-by: Peter Tiedemann <ptiedem@de.ibm.com >
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com >
2008-12-25 13:39:27 +01:00
Harvey Harrison
80a914dc05
misc: replace __FUNCTION__ with __func__
...
__FUNCTION__ is gcc-specific, use __func__
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2008-10-16 11:21:30 -07:00
Linus Torvalds
b09331e530
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
...
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (55 commits)
sctp: fix random memory dereference with SCTP_HMAC_IDENT option.
sctp: correct bounds check in sctp_setsockopt_auth_key
wan: Missing capability checks in sbni_ioctl()
e100, fix iomap read
qeth: preallocated header account offset
qeth: l2 write unicast list to hardware
qeth: use -EOPNOTSUPP instead of -ENOTSUPP.
ibm_newemac: Don't call dev_mc_add() before device is registered
net: don't grab a mutex within a timer context in gianfar
forcedeth: fix checksum flag
net/usb/mcs7830: add set_mac_address
net/usb/mcs7830: new device IDs
[netdrvr] smc91x: fix resource removal (null ptr deref)
ibmveth: fix bad UDP checksums
[netdrvr] hso: dev_kfree_skb crash fix
[netdrvr] hso: icon 322 detection fix
atl1: disable TSO by default
atl1e: multistatement if missing braces
igb: remove 82576 quad adapter
drivers/net/skfp/ess.c: fix compile warnings
...
2008-08-27 17:38:07 -07:00
Peter Tiedemann
261893d30b
ctcm: netdev->priv vs. netdev->ml_priv
...
Use netdev->ml_priv instead of netdev->priv
Signed-off-by: Peter Tiedemann <ptiedem@de.ibm.com >
Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com >
Signed-off-by: Jeff Garzik <jgarzik@redhat.com >
2008-08-27 05:17:52 -04:00
Adrian Bunk
7a8fc9b248
removed unused #include <linux/version.h>'s
...
This patch lets the files using linux/version.h match the files that
#include it.
Signed-off-by: Adrian Bunk <bunk@kernel.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2008-08-23 12:14:12 -07:00
Peter Tiedemann
aa3f2cb630
s390/net/ctcm: message cleanup
...
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com >
Signed-off-by: Peter Tiedemann <ptiedem@de.ibm.com >
Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com >
Signed-off-by: Jeff Garzik <jgarzik@redhat.com >
2008-07-22 17:53:46 -04:00
Peter Tiedemann
293d984f0e
ctcm: infrastructure for replaced ctc driver
...
ctcm driver supports the channel-to-channel connections of the
old ctc driver plus an additional MPC protocol to provide SNA
connectivity.
This new ctcm driver replaces the existing ctc driver.
Signed-off-by: Peter Tiedemann <ptiedem@de.ibm.com >
Signed-off-by: Ursula Braun <braunu@de.ibm.com >
Signed-off-by: Jeff Garzik <jeff@garzik.org >
2008-03-17 07:49:26 -04:00