aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-12lg-vl600: Convert uses of __constant_<foo> to <foo>Joe Perches1-1/+1
2014-03-12r8152: support dumping the hw countershayeswang1-2/+93
2014-03-10r8152: add skb_cow_headhayeswang1-2/+10
2014-03-07r8152: support IPv6hayeswang1-3/+103
2014-03-07r8152: support TSOhayeswang1-30/+87
2014-03-07r8152: support rx checksumhayeswang1-2/+39
2014-03-07r8152: calculate the dropped packets for rxhayeswang1-1/+2
2014-03-07r8152: up the priority of the transmissionhayeswang1-18/+27
2014-03-07r8152: check tx agg list before spin lockhayeswang1-0/+3
2014-03-07r8152: replace spin_lock_irqsave and spin_unlock_irqrestorehayeswang1-16/+12
2014-03-06r8152: remove rtl8152_get_statshayeswang1-15/+6
2014-03-06r8152: replace tp->netdev with netdevhayeswang1-3/+5
2014-03-06r8152: deal with the empty line and spacehayeswang1-3/+6
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+34
2014-03-02USB AX88179/178A: Support D-Link DUB-1312Gerry Demaret1-0/+17
2014-02-26AX88179_178A: Add VID:DID for Lenovo OneLinkDock Gigabit LANFreddy Xin1-0/+17
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-24/+49
2014-02-18r8152: support get_msglevel and set_msglevelhayeswang1-0/+16
2014-02-18r8152: set disable_hub_initiated_lpmhayeswang1-0/+1
2014-02-18r8152: replace netif_rx with netif_receive_skbhayeswang1-1/+1
2014-02-18r8152: disable teredo for RTL8152hayeswang1-0/+1
2014-02-18r8152: support runtime suspendhayeswang1-23/+158
2014-02-18r8152: support WOLhayeswang1-13/+105
2014-02-18r8152: move some functions from probe to openhayeswang1-20/+25
2014-02-18r8152: combine PHY reset with set_speedhayeswang1-12/+45
2014-02-18r8152: clear BMCR_PDOWNhayeswang1-2/+13
2014-02-18r8152: reduce the frequency of spin_lockhayeswang1-9/+38
2014-02-18r8152: load the default MAC addresshayeswang1-2/+17
2014-02-18r8152: replace some types from int to boolhayeswang1-10/+10
2014-02-18r8152: add three functionshayeswang1-48/+51
2014-02-18r8152: move some functionshayeswang1-53/+53
2014-02-17usbnet: remove generic hard_header_len checkEmil Goode10-21/+45
2014-02-14net: asix: add missing flag to struct driver_infoEmil Goode1-1/+2
2014-02-13USB2NET: Fix Default to 'y' for SR9800 Device Driver, setting to 'n'Liu Junliang1-1/+0
2014-02-13USB2NET: SR9800: use %zu for size_tJingoo Han1-1/+1
2014-02-13net: qmi_wwan: add support for Cinterion PXS8 and PHS8Aleksander Morgado1-0/+1
2014-02-10USB2NET : SR9800 : One chip USB2.0 USB2NET SR9800 Device Driver SupportLiu Junliang4-0/+1089
2014-02-09net: qmi_wwan: add ZTE MF667Raymond Wanyoike1-0/+1
2014-02-06hso: remove some dead codeDan Carpenter1-21/+11
2014-02-06r8152: fix the submission of the interrupt transferhayeswang1-9/+8
2014-02-04net: qmi_wwan: add Netgear Aircard 340UBjørn Mork1-0/+1
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker22-22/+0
2014-01-14r8152: ecm and vendor modes coexisthayeswang3-27/+8
2014-01-14r8152: fix the warnings and a error from checkpatch.plhayeswang1-27/+15
2014-01-14r8152: change the descriptorhayeswang2-3/+4
2014-01-14dm9601: add USB IDs for new dm96xx variantsPeter Korsgaard1-0/+12
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-13net: usbnet: fix SG initialisationBjørn Mork1-1/+1
2014-01-07r8152: correct some messagesHayes Wang1-10/+13