aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-17cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirkPhilipp Hahn3-0/+19
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+2
2025-03-10net: usb: lan78xx: Sanitize return values of register read/write functionsOleksij Rempel1-2/+2
2025-02-28net: usb: cdc_mbim: fix Telit Cinterion FE990A nameFabio Porcedda1-1/+1
2025-02-28net: usb: qmi_wwan: fix Telit Cinterion FE990A nameFabio Porcedda1-1/+1
2025-02-28net: usb: qmi_wwan: add Telit Cinterion FE990B compositionFabio Porcedda1-0/+1
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2025-02-27usbnet: gl620a: fix endpoint checking in genelink_bind()Nikita Zhandarovich1-3/+1
2025-02-13net: usb: asix_devices: add FiberGecko DeviceIDMax Schulze1-0/+17
2025-02-10r8152: add vendor/device ID pair for Dell Alienware AW1022zAleksander Jan Bajkowski1-0/+1
2025-02-07net: usb: cdc_mbim: fix Telit Cinterion FN990A nameFabio Porcedda1-1/+1
2025-02-07net: usb: qmi_wwan: fix Telit Cinterion FN990A nameFabio Porcedda1-1/+1
2025-02-07net: usb: qmi_wwan: add Telit Cinterion FN990B compositionFabio Porcedda1-0/+1
2025-01-28usbnet: ipheth: document scope of NCM implementationFoster Snowhill1-0/+8
2025-01-28usbnet: ipheth: fix DPE OoB readFoster Snowhill1-3/+1
2025-01-28usbnet: ipheth: break up NCM header size computationFoster Snowhill1-1/+12
2025-01-28usbnet: ipheth: refactor NCM datagram loopFoster Snowhill1-19/+23
2025-01-28usbnet: ipheth: use static NDP16 location in URBFoster Snowhill1-5/+4
2025-01-28usbnet: ipheth: check that DPE points past NCM headerFoster Snowhill1-1/+2
2025-01-28usbnet: ipheth: fix possible overflow in DPE length checkFoster Snowhill1-2/+2
2025-01-28net: usb: rtl8150: enable basic endpoint checkingNikita Zhandarovich1-0/+22
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-12-18net: usb: qmi_wwan: add Quectel RG255CMartin Hou1-0/+1
2024-12-17net: usb: lan78xx: Improve error handling in WoL operationsOleksij Rempel1-2/+6
2024-12-17net: usb: lan78xx: remove PHY register access from ethtool get_regsOleksij Rempel1-21/+2
2024-12-17net: usb: lan78xx: rename phy_mutex to mdiobus_mutexOleksij Rempel1-9/+9
2024-12-17net: usb: lan78xx: Use action-specific label in lan78xx_mac_resetOleksij Rempel1-6/+6
2024-12-17net: usb: lan78xx: Use ETIMEDOUT instead of ETIME in lan78xx_stop_hwOleksij Rempel1-3/+1
2024-12-17net: usb: lan78xx: Add error handling to lan78xx_get_regsOleksij Rempel1-6/+30
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-12-11net: usb: qmi_wwan: add Telit FE910C04 compositionsDaniele Palmas1-0/+3
2024-12-10net: usb: lan78xx: Rename lan78xx_phy_wait_not_busy to lan78xx_mdiobus_wait_not_busyOleksij Rempel1-6/+6
2024-12-10net: usb: lan78xx: Improve error handling in lan78xx_phy_wait_not_busyOleksij Rempel1-3/+3
2024-12-10net: usb: lan78xx: Fix return value handling in lan78xx_set_featuresOleksij Rempel1-3/+1
2024-12-10net: usb: lan78xx: Simplify lan78xx_update_regOleksij Rempel1-5/+1
2024-12-10net: usb: lan78xx: Add error handling to lan78xx_set_mac_addrOleksij Rempel1-5/+12
2024-12-10net: usb: lan78xx: Add error handling to lan78xx_init_mac_addressOleksij Rempel1-8/+28
2024-12-10net: usb: lan78xx: Add error handling to lan78xx_setup_irq_domainOleksij Rempel1-1/+4
2024-12-06net: usb: lan78xx: Improve error handling in dataport and multicast writesOleksij Rempel1-22/+45
2024-12-06net: usb: lan78xx: Add error handling to lan78xx_irq_bus_sync_unlockOleksij Rempel1-2/+11
2024-12-06net: usb: lan78xx: Add error handling to set_rx_max_frame_length and set_mtuOleksij Rempel1-6/+18
2024-12-06net: usb: lan78xx: Add error handling to lan78xx_init_ltmOleksij Rempel1-11/+39
2024-12-06net: usb: lan78xx: Improve error handling in EEPROM and OTP operationsOleksij Rempel1-88/+152
2024-12-06net: usb: lan78xx: Fix error handling in MII read/write functionsOleksij Rempel1-1/+9
2024-12-06net: usb: lan78xx: Improve error reporting with %pe specifierOleksij Rempel1-4/+4
2024-12-06net: usb: lan78xx: move functions to avoid forward definitionsOleksij Rempel1-150/+150
2024-12-06net: usb: lan78xx: Remove KSZ9031 PHY fixupOleksij Rempel1-33/+5
2024-12-06net: usb: lan78xx: Remove LAN8835 PHY fixupOleksij Rempel1-35/+0
2024-11-24net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configurationOleksij Rempel1-3/+3
2024-11-24net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY deviceOleksij Rempel1-1/+4