summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
2020-01-23r8152: disable DelayPhyPwrChgHayes Wang1-1/+9
2020-01-23r8152: avoid the MCU to clear the lanwakeHayes Wang1-0/+33
2020-01-23r8152: don't enable U1U2 with USB_SPEED_HIGH for RTL8153BHayes Wang1-3/+8
2020-01-23r8152: disable test IO for RTL8153BHayes Wang1-0/+10
2020-01-23r8152: Disable PLA MCU clock speed downHayes Wang1-0/+17
2020-01-23r8152: disable U2P3 for RTL8153BHayes Wang1-3/+0
2020-01-23r8152: get default setting of WOL before initializingHayes Wang1-4/+5
2020-01-23r8152: reset flow control patch when linking on for RTL8153BHayes Wang1-0/+11
2020-01-23r8152: fix runtime resume for linking changeHayes Wang1-0/+21
2020-01-21net: usb: lan78xx: Add .ndo_features_checkJames Hughes1-0/+15
2020-01-15r8152: add missing endpoint sanity checkJohan Hovold1-0/+3
2020-01-14net: usb: lan78xx: limit size of local TSO packetsEric Dumazet1-0/+1
2020-01-14qmi_wwan: Add support for Quectel RM500QKristian Evensen1-0/+1
2020-01-08net: usb: lan78xx: fix possible skb leakEric Dumazet1-6/+3
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+2
2019-12-15net: usb: lan78xx: Fix error message format specifierCristian Birsan1-1/+1
2019-12-12net: usb: lan78xx: Fix suspend/resume PHY register access errorCristian Birsan1-0/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-2/+2
2019-11-27net: usb: aqc111: Use the correct style for SPDX License IdentifierNishad Kamdar1-2/+2
2019-11-27net: usbnet: Fix -Wcast-function-typePhong Tran1-1/+8
2019-11-27net: hso: Fix -Wcast-function-typePhong Tran1-2/+3
2019-11-25ax88179_178a: add ethtool_op_get_ts_info()Andreas K. Besslein1-0/+1
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+21
2019-11-22r8152: avoid to call napi_disable twiceHayes Wang1-8/+20
2019-11-20r8152: Re-order napi_disable in rtl8152_closePrashant Malani1-1/+1
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-2/+4
2019-11-15ax88172a: fix information leak on short answersOliver Neukum1-1/+1
2019-11-14net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()Dan Carpenter1-1/+1
2019-11-13net: usb: qmi_wwan: add support for Foxconn T77W968 LTE modulesAleksander Morgado1-0/+2
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+4
2019-11-08net: usb: qmi_wwan: add support for DW5821e with eSIM supportAleksander Morgado1-0/+1
2019-11-08CDC-NCM: handle incomplete transfer of MTUOliver Neukum1-3/+3
2019-11-06r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2Kai-Heng Feng2-19/+46
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-1/+12
2019-10-29net: usb: lan78xx: Disable interrupts before calling generic_handle_irq()Daniel Wagner1-1/+4
2019-10-26r8152: check the pointer rtl_fw->fw before using itHayes Wang1-2/+5
2019-10-24net: lan78xx: remove set but not used variable 'event'YueHaibing1-3/+0
2019-10-22r8152: support firmware of PHY NC for RTL8153AHayes Wang1-2/+282
2019-10-22r8152: move r8153_patch_request forwardHayes Wang1-27/+27
2019-10-22r8152: add checking fw_offset field of struct fw_macHayes Wang1-3/+9
2019-10-22r8152: rename fw_type_1 with fw_macHayes Wang1-41/+41
2019-10-21r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2Kazutoshi Noguchi2-0/+8
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-11/+17
2019-10-18net: usb: lan78xx: Connect PHY before registering MACAndrew Lunn1-6/+6
2019-10-17usb: hso: obey DMA rules in tiocmgetOliver Neukum1-4/+9
2019-10-16r8152: support request_firmware for RTL8153Hayes Wang1-12/+756
2019-10-16net: usb: sr9800: fix uninitialized local variableValentin Vidic1-1/+1
2019-10-12net: usb: ax88179_178a: write mac to hardware in get_mac_addrPeter Fink1-0/+3
2019-10-10net: usb: qmi_wwan: add Telit 0x1050 compositionDaniele Palmas1-0/+1
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+2