summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)Author
2024-11-24net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configurationOleksij Rempel
2024-11-24net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY deviceOleksij Rempel
2024-11-24net: usb: lan78xx: Fix double free issue with interrupt buffer allocationOleksij Rempel
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-29net: usb: qmi_wwan: add Quectel RG650VBenoît Monin
2024-10-28usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driverBenjamin Große
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-24net: usb: qmi_wwan: add Fibocom FG132 0x0112 compositionReinhard Speyerer
2024-10-22net: usb: usbnet: fix name regressionOliver Neukum
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-17net: usb: sr9700: only store little-endian values in __le16 variableSimon Horman
2024-10-15net: usb: usbnet: fix race in probe failureOliver Neukum
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-26usbnet: fix cyclical race on disconnect with work queueOliver Neukum
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-04r8152: fix the firmware doesn't workHayes Wang
2024-09-03usbnet: modern method to get random MACOliver Neukum
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-09net: usb: cdc_ether: don't spew notificationszhangxiangqian
2024-08-09usbnet: ipheth: fix carrier detection in modes 1 and 4Foster Snowhill
2024-08-09usbnet: ipheth: do not stop RX on failing RX callbackFoster Snowhill
2024-08-09usbnet: ipheth: drop RX URBs with no payloadFoster Snowhill
2024-08-09usbnet: ipheth: remove extraneous rx URB length checkFoster Snowhill
2024-08-09usbnet: ipheth: race between ipheth_close and error handlingOliver Neukum
2024-08-06net: usb: qmi_wwan: add MeiG Smart SRM825LZHANG Yuntian
2024-08-05net: usb: qmi_wwan: fix memory leak for not ip packetsDaniele Palmas
2024-07-26net: usb: sr9700: fix uninitialized variable use in sr_mdio_readMa Ke
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-26net: usb: qmi_wwan: add Telit FN912 compositionsDaniele Palmas
2024-06-24net: usb: ax88179_178a: improve link status logsJose Ignacio Tornos Martinez
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-20net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettingsOliver Neukum
2024-06-19net: usb: ax88179_178a: improve reset checkJose Ignacio Tornos Martinez
2024-06-12CDC-NCM: add support for Apple's private interfaceOle André Vadla Ravnås
2024-06-06r8152: Set NET_ADDR_STOLEN if using passthru MACMilan Broz
2024-06-03r8152: Wake up the system if the we need a resetDouglas Anderson
2024-06-03r8152: If inaccessible at resume time, issue a resetDouglas Anderson
2024-06-01lan78xx: Enable Auto Speed and Auto Duplex configuration for LAN7801 if NO EE...Rengarajan S
2024-06-01lan78xx: Enable 125 MHz CLK configuration for LAN7801 if NO EEPROM is detectedRengarajan S
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-28net: usb: remove unused structs 'usb_context'Dr. David Alan Gilbert
2024-05-27net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROMParthiban Veerasooran
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-13net: usb: ax88179_178a: fix link status when link is set to down/upJose Ignacio Tornos Martinez
2024-05-10net: usb: smsc95xx: stop lying about skb->truesizeEric Dumazet
2024-05-07net: usb: sr9700: stop lying about skb->truesizeEric Dumazet
2024-05-07net: usb: smsc75xx: stop lying about skb->truesizeEric Dumazet
2024-05-07usb: aqc111: stop lying about skb->truesizeEric Dumazet
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-25r8152: replace dev_info with dev_dbg for loading firmwareHayes Wang