summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
2021-06-17net: cdc_eem: fix tx fixup skb leakLinyu Yuan1-1/+1
2021-06-16r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-16net: usb: fix possible use-after-free in smsc75xx_bindDongliang Mu1-4/+6
2021-06-15qmi_wwan: Do not call netif_rx from rx_fixupKristian Evensen1-1/+1
2021-06-15net: cdc_ncm: switch to eth%d interface namingMaciej Żenczykowski1-1/+1
2021-05-24net: usb: fix memory leak in smsc75xx_bindPavel Skripkin1-2/+6
2021-05-24net: hso: fix control-request directionsJohan Hovold1-2/+2
2021-05-24r8152: check the informaton of the deviceHayes Wang1-5/+37
2021-05-19net: hso: bail out on interrupt URB allocation failureJohan Hovold1-7/+7
2021-05-18net: lan78xx: advertise tx software timestamping supportMarkus Bloechl1-0/+1
2021-05-17net: hso: check for allocation failure in hso_create_bulk_serial_device()Dan Carpenter1-19/+18
2021-05-14net: cdc_eem: fix URL to CDC EEM 1.0 specJonathan Davies1-1/+1
2021-04-26net: hso: fix NULL-deref on disconnect regressionJohan Hovold1-1/+1
2021-04-25r8152: remove some bit operationsHayes Wang1-7/+7
2021-04-23r8152: redefine REALTEK_USB_DEVICE macroHayes Wang1-35/+27
2021-04-23r8152: remove NCM mode from REALTEK_USB_DEVICE macroHayes Wang1-9/+0
2021-04-22r8152: replace return with break for ram code speedup mode timeoutHayes Wang1-1/+1
2021-04-16r8152: search the configuration of vendor modeHayes Wang1-4/+35
2021-04-16r8152: support PHY firmware for RTL8156 seriesHayes Wang1-2/+561
2021-04-16r8152: support new chipsHayes Wang1-65/+2149
2021-04-16r8152: add help function to change mtuHayes Wang1-22/+31
2021-04-16r8152: adjust rtl8152_check_firmware functionHayes Wang1-22/+29
2021-04-16r8152: set inter fram gap time depending on speedHayes Wang1-0/+28
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-21/+12
2021-04-07net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam1-21/+12
2021-04-06net: cdc_ether: record speed in status methodGrant Grundler1-7/+20
2021-04-06net: cdc_ncm: record speed in status methodOliver Neukum1-38/+17
2021-04-06usbnet: add method for reporting speed without MIIOliver Neukum1-0/+23
2021-04-06usbnet: add _mii suffix to usbnet_set/get_link_ksettingsOliver Neukum9-26/+29
2021-04-01net: usb: ax88179_178a: initialize local variables before usePhillip Potter1-2/+4
2021-03-25net: usb: lan78xx: remove unused including <linux/version.h>Zheng Yongjun1-1/+0
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+6
2021-03-19r8152: limit the RX buffer size of RTL8153A for USB 2.0Hayes Wang1-1/+4
2021-03-18net: cdc-phonet: fix data-interface release on probe failureJohan Hovold1-0/+2
2021-03-18net: cdc_ncm: drop redundant driver-data assignmentJohan Hovold1-1/+0
2021-03-08net: usb: log errors to dmesg/syslogGrant Grundler1-1/+1
2021-03-08net: usb: cdc_ncm: emit dev_err on error pathsGrant Grundler1-5/+5
2021-03-04net: usb: qmi_wwan: allow qmimux add/del with master upDaniele Palmas1-14/+0
2021-03-03Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"Hayes Wang1-29/+6
2021-02-24net: usb: qmi_wwan: support ZTE P685M modemLech Perczak1-0/+1
2021-02-23r8152: spilt rtl_set_eee_plus and r8153b_green_enHayes Wang1-16/+27
2021-02-23r8152: replace netif_err with dev_errHayes Wang1-2/+2
2021-02-23r8152: check if the pointer of the function existsHayes Wang1-0/+13
2021-02-23r8152: enable U1/U2 for USB_SPEED_SUPERHayes Wang1-3/+4
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-02-04r8152: adjust the flow of power cut for RTL8153BHayes Wang1-28/+40
2021-02-04r8152: replace several functions about phy patch requestHayes Wang1-34/+50
2021-02-03NET: usb: qmi_wwan: Adding support for Cinterion MV31Christoph Schemmel1-0/+1
2021-02-03net: usb: cdc_ncm: use new API for bh taskletEmil Renner Berthing1-5/+7
2021-02-02net: usb: rtl8150: use new tasklet APIEmil Renner Berthing1-3/+3