dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/usb
Omar Laazimani 9f722c0978 usbnet: CDC EEM support (v5)
This introduces a CDC Ethernet Emulation Model (EEM) host side
driver to support USB EEM devices.

EEM is different from the Ethernet Control Model (ECM) currently
supported by the "CDC Ethernet" driver.  One key difference is
that it doesn't require of USB interface alternate settings to
manage interface state; some maldesigned hardware can't handle
that part of USB.  It also avoids a separate USB interface for
control and status updates.

[ dbrownell@users.sourceforge.net: fix skb leaks, add rx packet
checks, improve fault handling, EEM conformance updates, cleanup ]

Signed-off-by: Omar Laazimani <omar.oberthur@gmail.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-05-04 12:01:43 -07:00
..
Kconfig usbnet: CDC EEM support (v5) 2009-05-04 12:01:43 -07:00
Makefile usbnet: CDC EEM support (v5) 2009-05-04 12:01:43 -07:00
asix.c usbnet: convert asix driver to net_device_ops 2009-03-21 19:41:02 -07:00
catc.c usbnet: convert catc device to net_device_ops 2009-03-21 19:40:58 -07:00
cdc_eem.c usbnet: CDC EEM support (v5) 2009-05-04 12:01:43 -07:00
cdc_ether.c cdc_ether: add usb id for Ericsson F3507g 2009-03-01 20:44:21 -08:00
cdc_subset.c USB: build fix 2008-05-20 14:14:15 -07:00
dm9601.c usbnet: convert dms9601 driver to net_device_ops 2009-03-21 19:55:33 -07:00
gl620a.c Move usbnet.h and rndis_host.h to include/linux/usb 2008-01-31 19:27:00 -08:00
hso.c hso: fix for the 'invalid frame length' messages 2009-04-02 16:31:44 -07:00
kaweth.c kaweth: Fix locking to be SMP-safe 2009-04-02 01:09:43 -07:00
mcs7830.c usbnet: convert msc7830 driver to net_device_ops 2009-03-21 19:55:33 -07:00
net1080.c Move usbnet.h and rndis_host.h to include/linux/usb 2008-01-31 19:27:00 -08:00
pegasus.c pegasus: Handle disconnect error code correctly. 2009-04-17 01:40:19 -07:00
pegasus.h
plusb.c Move usbnet.h and rndis_host.h to include/linux/usb 2008-01-31 19:27:00 -08:00
rndis_host.c usbnet: convert rndis driver to net_device_ops 2009-03-21 19:55:35 -07:00
rtl8150.c usbnet: convert rtl driver to net_device_ops 2009-03-21 19:41:00 -07:00
smsc95xx.c smsc95xx: add support for LAN9512 and LAN9514 2009-05-01 15:27:03 -07:00
smsc95xx.h smsc95xx: configure LED outputs 2009-05-01 15:27:02 -07:00
usbnet.c dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) 2009-04-07 08:31:10 -07:00
zaurus.c zaurus: add usb id for motomagx phones 2009-03-01 20:48:08 -08:00