aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-25usbnet: re-use native hex2bin()Andy Shevchenko1-9/+8
2015-01-19r8152: remove sram_readhayeswang1-18/+6
2015-01-19r8152: remove generic_ocp_read before writinghayeswang1-6/+0
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-01-14r8152: replace tasklet with NAPIhayeswang1-35/+85
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-12usb/kaweth: use GFP_ATOMIC under spin_lock in usb_start_wait_urb()Alexey Khoroshilov1-1/+1
2015-01-12r8152: check the status before submitting rxhayeswang1-0/+5
2015-01-12r8152: call rtl_start_rx after netif_carrier_onhayeswang1-1/+2
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-6/+6
2015-01-06r8152: support ndo_features_checkhayeswang1-0/+17
2015-01-02qmi_wwan: Set random MAC on devices with buggy fwKristian Evensen1-3/+7
2014-12-09r8152: redefine REALTEK_USB_DEVICEhayeswang1-6/+20
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-11-21net: USB: Deletion of unnecessary checks before the function call "kfree"Markus Elfring2-4/+2
2014-11-21r8152: adjust rtl_start_rxhayeswang1-0/+19
2014-11-21r8152: adjust r8152_submit_rxhayeswang1-20/+20
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko1-1/+1
2014-11-19usbnet: rtl8150: remove unused variableSudip Mukherjee1-2/+1
2014-11-16qmi_wwan: Add support for HP lt4112 LTE/HSPA+ Gobi 4G ModemMartin Hauke1-0/+1
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+1
2014-11-12r8152: check RTL8152_UNPLUG and netif_running before autoresumehayeswang1-3/+6
2014-11-12r8152: clear the flag of SCHEDULE_TASKLET in tasklethayeswang1-0/+2
2014-11-12r8152: remove the duplicate init for the list of rx_donehayeswang1-1/+0
2014-11-12phonet: Replace calls to __skb_alloc_page with __dev_alloc_pageAlexander Duyck1-3/+3
2014-11-11usbnet: smsc95xx: dereferencing NULL pointerSudip Mukherjee1-2/+4
2014-11-07asix: Do full reset during ax88772_bindCharles Keepax1-13/+1
2014-11-07cdc-ether: implement MULTICAST flag on the deviceOliver Neukum1-9/+10
2014-11-06r8152: remove the definitions of the PIDhayeswang1-7/+3
2014-11-06r8152: modify rtl_ops_inithayeswang1-51/+28
2014-11-06r8152: move r8152b_get_versionhayeswang1-2/+1
2014-11-05r8152: disable the tasklet by defaulthayeswang1-2/+6
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-19/+65
2014-10-31r8152: stop submitting intr for -EPROTOhayeswang1-0/+3
2014-10-30r8152: set RTL8152_UNPLUG when finding -ENODEVhayeswang1-2/+12
2014-10-30r8152: check WORK_ENABLE in suspend functionhayeswang1-1/+1
2014-10-30r8152: reset tp->speed before autoresuming in open functionhayeswang1-0/+5
2014-10-30r8152: clear SELECTIVE_SUSPEND when autoresuminghayeswang1-4/+3
2014-10-29r8152: support nway_reset of ethtoolhayeswang1-0/+22
2014-10-29r8152: rename tx_underunhayeswang1-2/+2
2014-10-28cdc-ether: handle promiscuous mode with a set_rx_mode callbackOlivier Blin1-0/+5
2014-10-28cdc-ether: extract usbnet_cdc_update_filter functionOlivier Blin1-14/+28
2014-10-28usbnet: add a callback for set_rx_modeOlivier Blin1-0/+20
2014-10-20ax88179_178a: fix bonding failureIan Morgan1-1/+6
2014-10-17r8152: return -EBUSY for runtime suspendhayeswang1-7/+15
2014-10-09r8152: add mutex for hw settingshayeswang1-1/+63
2014-10-09r8152: adjust usb_autopm_xxxhayeswang1-13/+11
2014-10-09r8152: autoresume before setting featurehayeswang1-1/+9
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-136/+375
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+10