summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* net: usb: ax88172x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-171-20/+2Star
* rndis_host: Set valid random MAC on buggy devicesKristian Evensen2016-07-171-1/+5
* r8152: remove cancel_delayed_work_sync in rtl8152_set_speedhayeswang2016-07-091-1/+0Star
* r8152: remove a netif_carrier_off in rtl8152_open functionhayeswang2016-07-091-2/+0Star
* r8152: remove rtl_phy_reset functionhayeswang2016-07-091-24/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-063-10/+42
|\
| * r8152: fix runtime function for RTL8152hayeswang2016-07-051-7/+17
| * cdc_ncm: workaround for EM7455 "silent" data interfaceBjørn Mork2016-07-051-0/+7
| * r8152: clear LINK_OFF_WAKE_EN after autoresumehayeswang2016-07-011-0/+11
| * usbnet: Stop RX Q on MTU changeSoohoon Lee2016-06-301-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-11/+26
|\|
| * r8152: correct the rx early sizehayeswang2016-06-161-2/+2
| * r8152: reset the bmuhayeswang2016-06-161-0/+19
| * r8152: disable MAC clock speed downhayeswang2016-06-161-9/+5Star
* | r8152: modify the check of the flag of PHY_RESET in set_speed functionhayeswang2016-06-171-2/+2
* | r8152: save the speedhayeswang2016-06-151-3/+13
* | r8152: move the setting for the default speedhayeswang2016-06-151-7/+4Star
* | r8152: move the settings of PHY to a work queuehayeswang2016-06-151-5/+27
* | r8152: replace netdev_alloc_skb_ip_align with napi_alloc_skbhayeswang2016-06-101-1/+1
|/
* usbnet: smsc95xx: fix link detection for disabled autonegotiationChristoph Fritz2016-05-311-0/+51
* net: pegasus: simplify logical constraintxypron.glpk@gmx.de2016-05-231-1/+1
* Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-211-1/+1
|\
| * Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman2016-05-094-13/+65
| |\
| * | tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
* | | net: usb: ch9200: use kmemdupMuhammad Falak R Wani2016-05-211-2/+1Star
* | | net: cdc_ncm: update datagram size after changing mtuRafal Redzimski2016-05-211-2/+4
* | | Revert "net: pegasus: remove dead coding"David S. Miller2016-05-201-0/+53
* | | net: pegasus: remove dead codingxypron.glpk@gmx.de2016-05-191-53/+0Star
* | | asix: Fix offset calculation in asix_rx_fixup() causing slow transmissionsJohn Stultz2016-05-171-1/+1
* | | usbnet: smsc95xx: silence an uninitialized variable warningDan Carpenter2016-05-041-1/+3
* | | usbnet/smsc75xx: silence uninitialized variable warningDan Carpenter2016-05-041-1/+3
* | | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-046-10/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-044-13/+65
|\ \ \ | | |/ | |/|
| * | net/smscx5xx: use the device tree for mac addressArnd Bergmann2016-05-022-2/+22
| * | pegasus: fixes reported packet lengthPetko Manolov2016-04-281-2/+2
| * | pegasus: fixes URB buffer allocation size;Petko Manolov2016-04-281-3/+3
| * | lan78xx: workaround of forced 100 Full/Half duplex mode errorWoojung Huh2016-04-281-1/+28
| * | lan78xx: fix statistics counter errorWoojung Huh2016-04-281-5/+10
| |/
* | rtl8152: correct speed testingOliver Neukum2016-05-031-1/+2
* | usbnet: correct speed testingOliver Neukum2016-05-031-0/+1
|/
* cdc_mbim: apply "NDP to end" quirk to all Huawei devicesBjørn Mork2016-04-151-2/+7
* net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband cardDaniele Palmas2016-03-311-0/+7
* qmi_wwan: add "D-Link DWM-221 B1" device idBjørn Mork2016-03-291-0/+1
* drivers/net/usb/plusb.c: Fix typoDiego Viola2016-03-281-1/+1
* Revert "lan78xx: add ndo_get_stats64"David S. Miller2016-03-201-49/+0Star
* lan78xx: add ndo_get_stats64Woojung Huh2016-03-191-0/+49
* lan78xx: handle statistics counter rolloverWoojung Huh2016-03-191-13/+239
* qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interfaceSchemmel Hans-Christoph2016-03-181-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-084-19/+22
|\
| * cdc_ncm: do not call usbnet_link_change from cdc_ncm_bindBjørn Mork2016-03-071-15/+5Star