linux/drivers/net/usb
Josh Boyer 75bc8ef528 usbnet/cdc_ncm: Don't use stack variables for DMA
The cdc_ncm driver still has a few places where stack variables are
passed to the cdc_ncm_do_request function.  This triggers a stack trace in
lib/dma-debug.c if the CONFIG_DEBUG_DMA_API option is set.

Adjust these calls to pass parameters that have been allocated with
kzalloc.

Signed-off-by: Josh Boyer <jwboyer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-13 18:00:32 -07:00
..
Kconfig
Makefile
asix.c ASIX: Use only 11 bits of header for data size 2011-07-27 22:39:31 -07:00
catc.c
cdc-phonet.c
cdc_eem.c
cdc_ether.c
cdc_ncm.c usbnet/cdc_ncm: Don't use stack variables for DMA 2011-08-13 18:00:32 -07:00
cdc_subset.c
cx82310_eth.c
dm9601.c
gl620a.c
hso.c hso: fix a use after free condition 2011-07-08 09:07:59 -07:00
int51x1.c
ipheth.c
kalmia.c drivers/net: static should be at beginning of declaration 2011-07-11 22:15:02 -07:00
kaweth.c
lg-vl600.c
mcs7830.c
net1080.c
pegasus.c
pegasus.h
plusb.c
rndis_host.c
rtl8150.c rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...) 2011-08-07 22:52:32 -07:00
sierra_net.c
smsc75xx.c
smsc75xx.h
smsc95xx.c
smsc95xx.h
usbnet.c
zaurus.c usbnet: Remove over-broad module alias from zaurus. 2011-06-29 06:09:17 -07:00