summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
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_n...Oleksij 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
2024-11-24net: usb: lan78xx: Fix double free issue with interrupt buffer allocationOleksij Rempel1-15/+14
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+2
2024-10-29net: usb: qmi_wwan: add Quectel RG650VBenoît Monin1-0/+1
2024-10-28usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driverBenjamin Große1-0/+1
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-1/+3
2024-10-24net: usb: qmi_wwan: add Fibocom FG132 0x0112 compositionReinhard Speyerer1-0/+1
2024-10-22net: usb: usbnet: fix name regressionOliver Neukum1-1/+2
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+1
2024-10-17net: usb: sr9700: only store little-endian values in __le16 variableSimon Horman1-5/+5
2024-10-15net: usb: usbnet: fix race in probe failureOliver Neukum1-0/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-26usbnet: fix cyclical race on disconnect with work queueOliver Neukum1-9/+28
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+16