linux/drivers/net/usb
Al Viro 51bf2976b5 asix fixes
* usb_control_message() to/from stack (breaks on e.g. arm); some
  places did kmalloc() for buffer, some just worked from stack.
  Added kmalloc()/memcpy()/kfree() in asix_read_cmd()/asix_write_cmd(),
  removed that crap from callers.
* Fixed a leak in ax88172_bind() - on success it forgot to kfree() the
  buffer.
* Endianness bug in ax88178_bind() - we read a word from eeprom and work with
  it without converting to host-endian

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-12-22 22:53:06 -05:00
..
Kconfig [NET]: Let USB_USBNET always select MII. 2007-11-07 04:11:43 -08:00
Makefile
asix.c asix fixes 2007-12-22 22:53:06 -05:00
catc.c [NET]: Kill eth_copy_and_sum(). 2007-07-10 22:08:12 -07:00
cdc_ether.c net/usb/cdc_ether minor sparse cleanup 2007-07-02 08:24:52 -04:00
cdc_subset.c cdc-subset to support new vendor/product ID 2007-07-16 18:29:15 -04:00
dm9601.c dm9601: Fix printk 2007-11-23 21:02:53 -05:00
gl620a.c
kaweth.c [NET]: Nuke SET_MODULE_OWNER macro. 2007-10-10 16:51:13 -07:00
kawethfw.h
mcs7830.c Add missing newlines to some uses of dev_<level> messages 2007-10-18 14:37:28 -07:00
net1080.c
pegasus.c [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() 2007-10-10 16:51:42 -07:00
pegasus.h
plusb.c
rndis_host.c rndis_host: reduce MTU instead of refusing to talk to devices with low max packet size 2007-10-25 03:34:59 -04:00
rtl8150.c [NET]: Nuke SET_MODULE_OWNER macro. 2007-10-10 16:51:13 -07:00
usbnet.c [NET]: Let USB_USBNET always select MII. 2007-11-07 04:11:43 -08:00
usbnet.h support for USB autosuspend in the asix driver 2007-10-10 16:50:40 -07:00
zaurus.c