Age | Commit message (Expand) | Author | Files | Lines |
2017-12-07 | usbnet: fix alignment for frames with no ethernet header | Bjørn Mork | 1 | -0/+1 |
2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
2017-05-23 | cdc-ether: divorce initialisation with a filter reset and a generic method | Oliver Neukum | 1 | -0/+1 |
2017-04-04 | net: usbnet: support 64bit stats | Greg Ungerer | 1 | -0/+4 |
2017-03-22 | net: usb: usb: remove old api ethtool_{get|set}_settings | Philippe Reynes | 1 | -4/+0 |
2017-03-22 | net: usb: usbnet: add new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -0/+4 |
2015-03-29 | usbnet: Fix tx_bytes statistic running backward in cdc_ncm | Ben Hutchings | 1 | -2/+4 |
2015-03-29 | usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers | Ben Hutchings | 1 | -0/+12 |
2014-10-29 | usbnet: add a callback for set_rx_mode | Olivier Blin | 1 | -0/+4 |
2014-08-03 | cdc_subset: deal with a device that needs reset for timeout | Oliver Neukum | 1 | -0/+3 |
2014-07-30 | Revert "cdc_subset: deal with a device that needs reset for timeout" | Linus Torvalds | 1 | -3/+0 |
2014-07-29 | cdc_subset: deal with a device that needs reset for timeout | Oliver Neukum | 1 | -0/+3 |
2014-03-27 | usbnet: include wait queue head in device structure | Oliver Neukum | 1 | -1/+1 |
2013-09-28 | USBNET: fix handling padding packet | Ming Lei | 1 | -0/+1 |
2013-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+3 |
2013-08-12 | USBNET: support DMA SG | Ming Lei | 1 | -0/+1 |
2013-07-28 | USBNET: centralize computing of max rx/tx qlen | Ming Lei | 1 | -0/+3 |
2013-05-09 | usbnet: allow status interrupt URB to always be active | Dan Williams | 1 | -0/+5 |
2013-04-11 | usbnet: handle link change | Ming Lei | 1 | -0/+1 |
2013-04-11 | usbnet: introduce usbnet_link_change API | Ming Lei | 1 | -0/+1 |
2013-02-08 | net: usb: fix regression from FLAG_NOARP code | Lucas Stach | 1 | -1/+1 |
2013-01-31 | net: usbnet: prevent buggy devices from killing us | Bjørn Mork | 1 | -0/+2 |
2013-01-21 | usbnet: add new flag FLAG_NOARP for usb net devices | Wei Shuai | 1 | -0/+1 |
2012-12-20 | usbnet: generic manage_power() | Oliver Neukum | 1 | -0/+2 |
2012-12-20 | usbnet: handle PM failure gracefully | Oliver Neukum | 1 | -0/+1 |
2012-11-07 | usbnet: introduce usbnet_{read|write}_cmd_nopm | Ming Lei | 1 | -0/+4 |
2012-10-26 | usbnet: introduce usbnet 3 command helpers | Ming Lei | 1 | -0/+6 |
2012-10-11 | usbnet: Support devices reporting idleness | Oliver Neukum | 1 | -0/+2 |
2012-06-13 | usbnet: remove flag of EVENT_DEV_WAKING | tom.leiming@gmail.com | 1 | -3/+2 |
2012-05-15 | usbnet: fix skb traversing races during unlink(v2) | Ming Lei | 1 | -1/+2 |
2011-04-28 | usbnet: Resubmit interrupt URB if device is open | Paul Stewart | 1 | -0/+1 |
2011-04-14 | usbnet: Fix up 'FLAG_POINTTOPOINT' and 'FLAG_MULTI_PACKET' overlaps. | huajun li | 1 | -2/+2 |
2011-04-02 | usbnet: use eth%d name for known ethernet devices | Arnd Bergmann | 1 | -0/+2 |
2011-03-30 | net/usb: Ethernet quirks for the LG-VL600 4G modem | Andrzej Zaborowski | 1 | -0/+3 |
2010-12-06 | usbnet: changes for upcoming cdc_ncm driver | Alexey Orishko | 1 | -0/+6 |
2010-05-21 | USB: include/usb/*.h checkpatch cleanup | Greg Kroah-Hartman | 1 | -19/+21 |
2010-02-18 | usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level> | Joe Perches | 1 | -21/+0 |
2009-12-04 | usbnet & cdc-ether: Autosuspend for online devices | Oliver Neukum | 1 | -0/+6 |
2009-11-11 | usbnet: Set link down initially for drivers that update link state | Ben Hutchings | 1 | -0/+1 |
2009-10-05 | usbnet: Use wwan%d interface name for mobile broadband devices | Marcel Holtmann | 1 | -0/+1 |
2009-09-23 | smsc95xx: fix transmission where ZLP is expected | Steve Glendinning | 1 | -0/+1 |
2009-09-01 | usbnet: convert to netdev_tx_t | Stephen Hemminger | 1 | -1/+2 |
2009-08-14 | usbnet: add rx queue pausing | Jussi Kivilinna | 1 | -0/+6 |
2009-08-05 | rndis_host: allow rndis_wlan to see all indications | Jussi Kivilinna | 1 | -3/+2 |
2009-08-05 | usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stop | Jussi Kivilinna | 1 | -0/+1 |
2009-07-10 | usbnet: Add stop function pointer to 'struct rndis_data'. | Jussi Kivilinna | 1 | -0/+3 |
2009-07-01 | usbnet: Remove private stats structure | Herbert Xu | 1 | -1/+0 |
2009-04-21 | export usbnet_get_ethernet_addr from usbnet and fixed cdc_ether.c | Peter Holik | 1 | -0/+1 |
2009-03-22 | usbnet: support net_device_ops | Stephen Hemminger | 1 | -0/+5 |
2009-01-21 | usbnet: allow type check of devdbg arguments in non-debug build | Steve Glendinning | 1 | -1/+3 |