summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds12-17/+17
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook16-27/+25
6 daysMerge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-6/+31
8 daysnet: usb: catc: enable basic endpoint checkingZiyi Guo1-6/+31
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+2
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+15
2026-02-04net: usb: sr9700: remove code to drive nonexistent multicast filterEthan Nelson-Moore3-28/+5
2026-02-04net: usb: introduce usbnet_mii_ioctl helper functionEthan Nelson-Moore7-42/+15
2026-01-31net: usb: r8152: fix resume reset deadlockSergey Senozhatsky1-14/+15
2026-01-31net: usb: remove unnecessary get_drvinfo code and driver versionsEthan Nelson-Moore16-91/+9
2026-01-28net: usb: int51x1: use usbnet_cdc_update_filterEthan Nelson-Moore2-36/+4
2026-01-28net: usb: sr9700: replace magic numbers with register bit macrosEthan Nelson-Moore1-2/+2
2026-01-27net: usb: replace unnecessary get_link functions with usbnet_get_linkEthan Nelson-Moore3-25/+4
2026-01-27net: usb: smsc95xx: use phy_do_ioctl_running functionEthan Nelson-Moore1-9/+1
2026-01-26net: usb: sr9700: rename register write commands for clarityEthan Nelson-Moore2-6/+6
2026-01-26net: usb: sr9700: use ETH_ALEN instead of magic numberEthan Nelson-Moore1-1/+1
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+7
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap2-0/+2
2026-01-21usbnet: limit max_mtu based on device's hard_mtuLaurent Vivier1-3/+6
2026-01-21net: usb: r8152: fix transmit queue timeoutMingj Ye1-0/+2
2026-01-18net: usb: sr9700: remove code to drive nonexistent MIIEthan Nelson-Moore2-125/+56
2026-01-16net: usb: dm9601: remove broken SR9700 supportEthan Nelson-Moore1-4/+0
2026-01-16net: usb: sr9700: fix byte numbering in commentsEthan Nelson-Moore1-21/+21
2026-01-16usbnet: fix crash due to missing BQL accounting after resumeSimon Schippers1-0/+1
2026-01-08net: usb: pegasus: fix memory leak in update_eth_regs_async()Petko Manolov1-0/+2
2025-12-30net: usb: sr9700: fix incorrect command used to write single registerEthan Nelson-Moore1-2/+2
2025-12-29usbnet: avoid a possible crash in dql_completed()Eric Dumazet1-1/+2
2025-12-28net: usb: asix: validate PHY address before useDeepanshu Kartikey2-5/+6
2025-12-23net: usb: rtl8150: fix memory leak on usb_submit_urb() failureDeepakkumar Karn1-0/+2
2025-12-22net: usb: sr9700: support devices with virtual driver CDEthan Nelson-Moore1-0/+5
2025-11-14net: usb: usbnet: adhere to styleOliver Neukum1-113/+120
2025-11-11usbnet: Add support for Byte Queue Limits (BQL)Simon Schippers1-0/+11
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2025-11-04net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixupQendrim Maxhuni1-0/+6
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+11
2025-10-30net: usb: asix_devices: Check return value of usbnet_get_endpointsMiaoqian Lin1-3/+9
2025-10-25net: usb: usbnet: coding style for functionsOliver Neukum1-25/+24
2025-10-24usbnet: Prevents free active keventLizhi Xu1-0/+2
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+9
2025-10-17net: usb: rtl8150: Fix frame paddingMichal Pecio1-2/+9
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+19
2025-10-16net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_r...I Viswanath1-4/+4
2025-10-15r8152: Advertise software timestamp information.Abhishek Rawal1-0/+1
2025-10-14r8152: add error handling in rtl8152_driver_initYi Cong1-1/+6
2025-10-14usbnet: Fix using smp_processor_id() in preemptible code warningsZqiang1-0/+2
2025-10-12net: usb: lan78xx: Fix lost EEPROM write timeout error(-ETIMEDOUT) in lan78xx...Bhanu Seshu Kumar Valluri1-4/+7
2025-10-07net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL deadlockOleksij Rempel1-0/+29
2025-10-03net: usb: lan78xx: Fix lost EEPROM read timeout error(-ETIMEDOUT) in lan78xx_...Bhanu Seshu Kumar Valluri1-4/+7
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+0