aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/usbnet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03usbnet & cdc-ether: Autosuspend for online devicesOliver Neukum1-29/+128
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-24/+24
2009-11-10usbnet: Set link down initially for drivers that update link stateBen Hutchings1-1/+3
2009-10-05usbnet: Set device type for wlan and wwan devicesMarcel Holtmann1-0/+14
2009-10-05usbnet: Use wwan%d interface name for mobile broadband devicesMarcel Holtmann1-0/+3
2009-09-22smsc95xx: fix transmission where ZLP is expectedSteve Glendinning1-1/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger1-4/+4
2009-08-14usbnet: add rx queue pausingJussi Kivilinna1-1/+43
2009-08-04usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stopJussi Kivilinna1-14/+18
2009-07-10usbnet: Add stop function pointer to 'struct rndis_data'.Jussi Kivilinna1-0/+14
2009-06-30usbnet: Use netdev stats structureHerbert Xu1-15/+15
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-12trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare1-1/+1
2009-04-21export usbnet_get_ethernet_addr from usbnet and fixed cdc_ether.cPeter Holik1-0/+31
2009-04-16usbnet: remove old compat_net_dev_ops codeAlexander Beregalov1-6/+0
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-03-21usbnet: support net_device_opsStephen Hemminger1-8/+23
2009-03-21usbnet: convert to internal net_device_statsStephen Hemminger1-9/+0
2009-03-01usbnet: make usbnet_get_link() fall back to ethtool_op_get_link()Bjørn Mork1-2/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-09-22usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller1-2/+1
2008-01-31Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna1-2/+1
2008-01-31usbnet: Use wlan device name for RNDIS wireless devicesJussi Kivilinna1-0/+3
2007-11-07[NET]: Let USB_USBNET always select MII.Adrian Bunk1-7/+0
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10support for USB autosuspend in the asix driverOliver Neukum1-5/+25
2007-07-10Cleanup usbnet_probe() return value handlingPeter Korsgaard1-1/+1
2007-07-08usbnet whitespace fixesDavid Brownell1-37/+39
2007-07-02usbnet: Zero padding byte if there is tail room in skbPeter Korsgaard1-3/+6
2007-05-22USB: address FIXME in usbnet w.r.t drivers claiming multiple interfacesOliver Neukum1-10/+15
2007-05-09Move USB network drivers to drivers/net/usb.Jeff Garzik1-0/+1304