aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/usb/usbnet.c
AgeCommit message (Expand)Author
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-09-05net: usbnet: update addr_assign_type if appropriateBjørn Mork
2013-08-12USBNET: support DMA SGMing Lei
2013-07-27USBNET: increase max rx/tx qlen for improving USB3 thoughtputMing Lei
2013-07-27USBNET: centralize computing of max rx/tx qlenMing Lei
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern
2013-05-08usbnet: allow status interrupt URB to always be activeDan Williams
2013-04-11usbnet: handle link changeMing Lei
2013-04-11usbnet: apply usbnet_link_changeMing Lei
2013-04-11usbnet: introduce usbnet_link_change APIMing Lei
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-04drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches
2013-02-04net: usbnet: fix tx_dropped statisticsBjørn Mork
2013-01-30net: usbnet: prevent buggy devices from killing usBjørn Mork
2013-01-21usbnet: add new flag FLAG_NOARP for usb net devicesWei Shuai
2012-12-19usbnet: generic manage_power()Oliver Neukum
2012-12-19usbnet: handle PM failure gracefullyOliver Neukum
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-09usbnet: ratelimit kevent may have been dropped warningsSteve Glendinning
2012-11-07usbnet: runtime wake up device before calling usbnet_{read|write}_cmdMing Lei
2012-11-07usbnet: introduce usbnet_{read|write}_cmd_nopmMing Lei
2012-10-26net: usb: Fix memory leak on Tx data pathHemant Kumar
2012-10-26usbnet: introduce usbnet 3 command helpersMing Lei
2012-10-11usbnet: Support devices reporting idlenessOliver Neukum
2012-09-03net: usbnet: fix softirq storm on suspendBjørn Mork
2012-08-31usbnet: fix deadlock in resumeOliver Neukum
2012-07-16net: usb: Use eth_random_addrJoe Perches
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-22usbnet: handle remote wakeup asapMing Lei
2012-06-22usbnet: decrease suspend count if returning -EBUSY for runtime suspendMing Lei
2012-06-22usbnet: clear OPEN flag in failure pathMing Lei
2012-06-17usbnet: sanitise overlong driver information stringsPhil Sutter
2012-06-12usbnet: don't initialize transfer buffer before submit status URBtom.leiming@gmail.com
2012-06-12usbnet: remove declaration for intr_completetom.leiming@gmail.com
2012-06-12usbnet: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-15usbnet: fix skb traversing races during unlink(v2)Ming Lei
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-02usbnet: fix failure handling in usbnet_probetom.leiming@gmail.com
2012-05-02usbnet: fix leak of transfer buffer of dev->interrupttom.leiming@gmail.com
2012-04-04usbnet: Support the get_ts_info ethtool method.Richard Cochran
2012-03-22usbnet: consider device busy at each recieved packetOliver Neukum
2012-03-22usbnet: don't clear urb->dev in tx_completetom.leiming@gmail.com
2012-03-22usbnet: increase URB reference count before usb_unlink_urbtom.leiming@gmail.com
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-16usbnet: use netif_tx_wake_queue instead of netif_start_queueAlexey Orishko
2012-03-16net/usbnet: reserve headroom on rx skbsEric Dumazet
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-08net/usbnet: avoid recursive locking in usbnet_stop()Sebastian Siewior
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches