summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-312-0/+2
|\
| * net: usb: qmi_wwan: add Quectel RG650VBenoît Monin2024-10-291-0/+1
| * usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driverBenjamin Große2024-10-281-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-252-1/+3
|\|
| * net: usb: qmi_wwan: add Fibocom FG132 0x0112 compositionReinhard Speyerer2024-10-241-0/+1
| * net: usb: usbnet: fix name regressionOliver Neukum2024-10-221-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-211-0/+1
|\|
| * net: usb: usbnet: fix race in probe failureOliver Neukum2024-10-151-0/+1
* | net: usb: sr9700: only store little-endian values in __le16 variableSimon Horman2024-10-171-5/+5
|/
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
* usbnet: fix cyclical race on disconnect with work queueOliver Neukum2024-09-261-9/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-052-12/+16
|\
| * r8152: fix the firmware doesn't workHayes Wang2024-09-041-4/+13
| * usbnet: modern method to get random MACOliver Neukum2024-09-031-8/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-151-9/+11
|\|
| * usbnet: ipheth: fix carrier detection in modes 1 and 4Foster Snowhill2024-08-091-2/+3
| * usbnet: ipheth: do not stop RX on failing RX callbackFoster Snowhill2024-08-091-1/+0
| * usbnet: ipheth: drop RX URBs with no payloadFoster Snowhill2024-08-091-0/+6
| * usbnet: ipheth: remove extraneous rx URB length checkFoster Snowhill2024-08-091-6/+2
| * usbnet: ipheth: race between ipheth_close and error handlingOliver Neukum2024-08-091-1/+1
* | net: usb: cdc_ether: don't spew notificationszhangxiangqian2024-08-091-1/+2
|/
* net: usb: qmi_wwan: add MeiG Smart SRM825LZHANG Yuntian2024-08-061-0/+1
* net: usb: qmi_wwan: fix memory leak for not ip packetsDaniele Palmas2024-08-051-0/+1
* net: usb: sr9700: fix uninitialized variable use in sr_mdio_readMa Ke2024-07-261-2/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-272-1/+7
|\
| * net: usb: qmi_wwan: add Telit FN912 compositionsDaniele Palmas2024-06-261-0/+2
| * net: usb: ax88179_178a: improve link status logsJose Ignacio Tornos Martinez2024-06-241-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-202-6/+15
|\|
| * net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettingsOliver Neukum2024-06-201-1/+2
| * net: usb: ax88179_178a: improve reset checkJose Ignacio Tornos Martinez2024-06-191-5/+13
* | CDC-NCM: add support for Apple's private interfaceOle André Vadla Ravnås2024-06-121-1/+46
* | r8152: Set NET_ADDR_STOLEN if using passthru MACMilan Broz2024-06-061-0/+1
* | r8152: Wake up the system if the we need a resetDouglas Anderson2024-06-031-0/+7
* | r8152: If inaccessible at resume time, issue a resetDouglas Anderson2024-06-031-0/+13
* | lan78xx: Enable Auto Speed and Auto Duplex configuration for LAN7801 if NO EE...Rengarajan S2024-06-011-1/+4
* | lan78xx: Enable 125 MHz CLK configuration for LAN7801 if NO EEPROM is detectedRengarajan S2024-06-011-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-311-4/+7
|\|
| * net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROMParthiban Veerasooran2024-05-271-4/+7
* | net: usb: remove unused structs 'usb_context'Dr. David Alan Gilbert2024-05-282-10/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-141-11/+26
|\
| * net: usb: ax88179_178a: fix link status when link is set to down/upJose Ignacio Tornos Martinez2024-05-131-11/+26
* | net: usb: smsc95xx: stop lying about skb->truesizeEric Dumazet2024-05-101-8/+7
* | net: usb: sr9700: stop lying about skb->truesizeEric Dumazet2024-05-071-7/+3
* | net: usb: smsc75xx: stop lying about skb->truesizeEric Dumazet2024-05-071-8/+4
* | usb: aqc111: stop lying about skb->truesizeEric Dumazet2024-05-071-5/+3
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-077-8/+8
* | r8152: replace dev_info with dev_dbg for loading firmwareHayes Wang2024-04-251-1/+1
* | net: usb: ax88179_178a: Add check for usbnet_get_endpoints()Ma Ke2024-04-251-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-252-8/+6
|\|
| * net: usb: ax88179_178a: stop lying about skb->truesizeEric Dumazet2024-04-231-8/+3