aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
10 daysnet: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROMParthiban Veerasooran1-4/+7
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+26
2024-05-13net: usb: ax88179_178a: fix link status when link is set to down/upJose Ignacio Tornos Martinez1-11/+26
2024-05-10net: usb: smsc95xx: stop lying about skb->truesizeEric Dumazet1-8/+7
2024-05-07net: usb: sr9700: stop lying about skb->truesizeEric Dumazet1-7/+3
2024-05-07net: usb: smsc75xx: stop lying about skb->truesizeEric Dumazet1-8/+4
2024-05-07usb: aqc111: stop lying about skb->truesizeEric Dumazet1-5/+3
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet7-8/+8
2024-04-25r8152: replace dev_info with dev_dbg for loading firmwareHayes Wang1-1/+1
2024-04-25net: usb: ax88179_178a: Add check for usbnet_get_endpoints()Ma Ke1-1/+4
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+6
2024-04-23net: usb: ax88179_178a: stop lying about skb->truesizeEric Dumazet1-8/+3
2024-04-22net: usb: qmi_wwan: add Telit FN920C04 compositionsDaniele Palmas1-0/+3
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+3
2024-04-18net: usb: ax88179_178a: avoid writing the mac address before first readingJose Ignacio Tornos Martinez1-2/+2
2024-04-17net:usb:qmi_wwan: support Rolling modulesVanillan Wang1-0/+1
2024-04-17net: usb: qmi_wwan: add Lonsung U8300/U9300 productCoia Prant1-0/+2
2024-04-11net: usb: qmi_wwan: Remove generic .ndo_get_stats64Breno Leitao1-2/+0
2024-04-11net: usb: qmi_wwan: Leverage core stats allocatorBreno Leitao2-7/+2
2024-04-08net: usb: lan78xx: Fixup EEEAndrew Lunn1-20/+22
2024-04-08net: usb: ax88179_178a: non necessary second random mac addressJose Ignacio Tornos Martinez1-1/+0
2024-04-04net: usb: ax88179_178a: avoid the interface always configured as random addressJose Ignacio Tornos Martinez1-0/+2
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-03-11r8152: fix unknown device for choose_configurationHayes Wang1-1/+1
2024-03-07net: usbnet: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-03-07net: usbnet: Leverage core stats allocatorBreno Leitao1-7/+1
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-03-06sr9800: Add check for usbnet_get_endpointsChen Ni1-1/+3
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet1-1/+1
2024-03-01net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel1-1/+2
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+10
2024-02-28net: usb: ax88179_178a: Use linkmode helpers for EEEAndrew Lunn1-5/+5
2024-02-28net: usb: r8152: Use linkmode helpers for EEEAndrew Lunn2-17/+17
2024-02-27net: lan78xx: fix "softirq work is pending" errorOleksij Rempel1-0/+2
2024-02-27net: usb: dm9601: fix wrong return value in dm9601_mdio_readJavier Carrasco1-1/+1
2024-02-26lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel1-1/+2
2024-02-22net: smsc95xx: add support for SYS TEC USB-SPEmodule1Andre Werner1-0/+5
2024-02-21net: hso: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: usbnet: constify the struct device_type usageRicardo B. Marliere1-2/+2
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2-12/+12
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel sideHeiner Kallweit3-14/+14
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-11/+5
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-11/+0
2024-01-08lan78xx: remove redundant statement in lan78xx_get_eeeHeiner Kallweit1-2/+0
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+23
2024-01-04Merge tag 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+3
2024-01-04asix: Add check for usbnet_get_endpointsChen Ni1-1/+3
2023-12-15net: usb: ax88179_178a: avoid failed operations when device is disconnectedJose Ignacio Tornos Martinez1-3/+20
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman4-12/+29
2023-12-11Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman1-6/+22