summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
8 daysnet: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()Greg Kroah-Hartman1-1/+6
13 daysr8152: Add support for the RTL8157 hardwareBirger Koblitz1-184/+729
13 daysr8152: Add support for 5Gbit Link Speeds and EEEBirger Koblitz1-18/+82
2026-04-03r8152: Add helper functions for SRAM2Chih Kai Hsu1-103/+75
2026-04-01net: ipeth: refactor endpoint lookupJohan Hovold1-11/+7
2026-04-01net: hso: refactor endpoint lookupJohan Hovold1-48/+17
2026-03-31r8152: add helper functions for PHY OCP registersChih Kai Hsu1-471/+226
2026-03-31r8152: add helper functions for PLA/USB OCP registersChih Kai Hsu1-695/+408
2026-03-31r8152: fix incorrect register write to USB_UPHY_XTALChih Kai Hsu1-1/+1
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera1-8/+9
2026-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-10/+12
2026-03-17net: usb: aqc111: Do not perform PM inside suspend callbackNikola Z. Ivanov1-6/+6
2026-03-17net: usb: cdc_ncm: add ndpoffset to NDP32 nframes bounds checkTobi Gaertner1-2/+3
2026-03-17net: usb: cdc_ncm: add ndpoffset to NDP16 nframes bounds checkTobi Gaertner1-2/+3
2026-03-14net: usb: cdc-ether: unify error handling in probeOliver Neukum1-24/+30
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+17
2026-03-10net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnectOleksij Rempel1-2/+0
2026-03-10net: usb: lan78xx: skip LTM configuration for LAN7850Oleksij Rempel1-0/+4
2026-03-10net: usb: lan78xx: fix TX byte statistics for small packetsOleksij Rempel1-1/+1
2026-03-10net: usb: lan78xx: fix silent drop of packets with checksum errorsOleksij Rempel2-1/+6
2026-03-07net: usb: lan78xx: drop redundant device referenceJohan Hovold1-8/+1
2026-03-07qmi_wwan: allow max_mtu above hard_mtu to control rx_urb_sizeLaurent Vivier2-5/+6
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2026-02-28net: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels1-0/+1
2026-02-28r8152: Add 2500baseT EEE status/configuration supportBirger Koblitz1-8/+42
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-10/+62
2026-02-26net: usb: kaweth: validate USB endpointsGreg Kroah-Hartman1-0/+13
2026-02-26net: usb: kalmia: validate USB endpointsGreg Kroah-Hartman1-0/+7
2026-02-26net: usb: pegasus: validate USB endpointsGreg Kroah-Hartman1-1/+12
2026-02-24net: usb: pegasus: enable basic endpoint checkingZiyi Guo1-5/+30
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds12-17/+17
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook16-27/+25
2026-02-20net: usb: lan78xx: scan all MDIO addresses on LAN7801Martin PÄlsson1-2/+0
2026-02-20net: usb: kaweth: remove TX queue manipulation in kaweth_set_rx_modeZiyi Guo1-2/+0
2026-02-19Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-6/+31
2026-02-17net: usb: catc: enable basic endpoint checkingZiyi Guo1-6/+31
2026-02-12Merge 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