summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorLines
5 daysnet: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnectOleksij Rempel-2/+0
5 daysnet: usb: lan78xx: skip LTM configuration for LAN7850Oleksij Rempel-0/+4
5 daysnet: usb: lan78xx: fix TX byte statistics for small packetsOleksij Rempel-1/+1
5 daysnet: usb: lan78xx: fix silent drop of packets with checksum errorsOleksij Rempel-1/+6
8 daysqmi_wwan: allow max_mtu above hard_mtu to control rx_urb_sizeLaurent Vivier-5/+6
2026-02-27net: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels-0/+1
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-10/+62
2026-02-25net: usb: kaweth: validate USB endpointsGreg Kroah-Hartman-0/+13
2026-02-25net: usb: kalmia: validate USB endpointsGreg Kroah-Hartman-0/+7
2026-02-25net: usb: pegasus: validate USB endpointsGreg Kroah-Hartman-1/+12
2026-02-24net: usb: pegasus: enable basic endpoint checkingZiyi Guo-5/+30
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-17/+17
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-27/+25
2026-02-19net: usb: lan78xx: scan all MDIO addresses on LAN7801Martin PÄlsson-2/+0
2026-02-19net: usb: kaweth: remove TX queue manipulation in kaweth_set_rx_modeZiyi Guo-2/+0
2026-02-19Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-6/+31
2026-02-17net: usb: catc: enable basic endpoint checkingZiyi Guo-6/+31
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+2
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-14/+15
2026-02-03net: usb: sr9700: remove code to drive nonexistent multicast filterEthan Nelson-Moore-28/+5
2026-02-03net: usb: introduce usbnet_mii_ioctl helper functionEthan Nelson-Moore-42/+15
2026-01-30net: usb: r8152: fix resume reset deadlockSergey Senozhatsky-14/+15
2026-01-30net: usb: remove unnecessary get_drvinfo code and driver versionsEthan Nelson-Moore-91/+9
2026-01-27net: usb: int51x1: use usbnet_cdc_update_filterEthan Nelson-Moore-36/+4
2026-01-27net: usb: sr9700: replace magic numbers with register bit macrosEthan Nelson-Moore-2/+2
2026-01-26net: usb: replace unnecessary get_link functions with usbnet_get_linkEthan Nelson-Moore-25/+4
2026-01-26net: usb: smsc95xx: use phy_do_ioctl_running functionEthan Nelson-Moore-9/+1
2026-01-25net: usb: sr9700: rename register write commands for clarityEthan Nelson-Moore-6/+6
2026-01-25net: usb: sr9700: use ETH_ALEN instead of magic numberEthan Nelson-Moore-1/+1
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+7
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+2
2026-01-20usbnet: limit max_mtu based on device's hard_mtuLaurent Vivier-3/+6
2026-01-20net: usb: r8152: fix transmit queue timeoutMingj Ye-0/+2
2026-01-17net: usb: sr9700: remove code to drive nonexistent MIIEthan Nelson-Moore-125/+56
2026-01-15net: usb: dm9601: remove broken SR9700 supportEthan Nelson-Moore-4/+0
2026-01-15net: usb: sr9700: fix byte numbering in commentsEthan Nelson-Moore-21/+21
2026-01-15usbnet: fix crash due to missing BQL accounting after resumeSimon Schippers-0/+1
2026-01-08net: usb: pegasus: fix memory leak in update_eth_regs_async()Petko Manolov-0/+2
2025-12-30net: usb: sr9700: fix incorrect command used to write single registerEthan Nelson-Moore-2/+2
2025-12-29usbnet: avoid a possible crash in dql_completed()Eric Dumazet-1/+2
2025-12-28net: usb: asix: validate PHY address before useDeepanshu Kartikey-5/+6
2025-12-23net: usb: rtl8150: fix memory leak on usb_submit_urb() failureDeepakkumar Karn-0/+2
2025-12-22net: usb: sr9700: support devices with virtual driver CDEthan Nelson-Moore-0/+5
2025-11-13net: usb: usbnet: adhere to styleOliver Neukum-113/+120
2025-11-10usbnet: Add support for Byte Queue Limits (BQL)Simon Schippers-0/+11
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2025-11-03net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixupQendrim Maxhuni-0/+6
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+11
2025-10-29net: usb: asix_devices: Check return value of usbnet_get_endpointsMiaoqian Lin-3/+9