mirror of
https://github.com/torvalds/linux.git
synced 2026-07-13 00:33:31 +02:00
* 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> |
||
|---|---|---|
| .. | ||
| asix.c | ||
| catc.c | ||
| cdc_ether.c | ||
| cdc_subset.c | ||
| dm9601.c | ||
| gl620a.c | ||
| kaweth.c | ||
| kawethfw.h | ||
| Kconfig | ||
| Makefile | ||
| mcs7830.c | ||
| net1080.c | ||
| pegasus.c | ||
| pegasus.h | ||
| plusb.c | ||
| rndis_host.c | ||
| rtl8150.c | ||
| usbnet.c | ||
| usbnet.h | ||
| zaurus.c | ||