summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorLines
2025-07-15usb: net: sierra: check for no status endpointOliver Neukum-0/+4
2025-06-30net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnectOleksij Rempel-2/+0
2025-06-21net: usb: qmi_wwan: add SIMCom 8230C compositionXiaowei Li-0/+1
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+1
2025-06-10net: usb: r8152: Add device ID for TP-Link UE200Lucas Sanchez Sagrado-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-4/+4
2025-05-30net: usb: aqc111: debug info before sanitationOliver Neukum-4/+4
2025-05-28net: ch9200: fix uninitialised access during mii_nway_restartQasim Ijaz-2/+5
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-224/+390
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+4
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook-1/+1
2025-05-27net: usb: r8152: Convert to use struct sockaddr_storage internallyKees Cook-25/+27
2025-05-26net: usb: aqc111: fix error handling of usbnet read callsNikita Zhandarovich-2/+8
2025-05-20net: phy: fixed_phy: remove irq argument from fixed_phy_registerHeiner Kallweit-1/+1
2025-05-16net: Switch to irq_domain_create_*()Jiri Slaby (SUSE)-5/+4
2025-05-07net: usb: lan78xx: Extract flow control configuration to helperOleksij Rempel-18/+87
2025-05-07net: usb: lan78xx: Refactor USB link power configuration into helperOleksij Rempel-31/+59
2025-05-07net: usb: lan78xx: Extract PHY interrupt acknowledgment to helperOleksij Rempel-1/+15
2025-05-07net: usb: lan78xx: move LED DT configuration to helperOleksij Rempel-26/+46
2025-05-07net: usb: lan78xx: refactor PHY init to separate detection and MAC configurationOleksij Rempel-46/+128
2025-05-07net: usb: lan78xx: remove explicit check for missing PHY driverOleksij Rempel-4/+0
2025-05-07net: usb: lan78xx: Improve error handling in PHY initializationOleksij Rempel-16/+31
2025-05-01r8152: use SHA-256 library API instead of crypto_shash APIEric Biggers-42/+8
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-14/+2
2025-04-25Revert "rndis_host: Flag RNDIS modems as WWAN devices"Christian Heusel-14/+2
2025-04-10usbnet: asix AX88772: leave the carrier control to phylinkKrzysztof HaƂasa-36/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-8/+8
2025-04-04usbnet:fix NPE during rx_completeYing Lu-3/+3
2025-03-28net: usb: usbnet: restore usb%d name exception for local mac addressesDominique Martinet-6/+15
2025-03-27rndis_host: Flag RNDIS modems as WWAN devicesLubomir Rintel-2/+14
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-8/+51
2025-03-25net: usb: asix: ax88772: Increase phy_name sizeAndy Shevchenko-4/+8
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+1
2025-03-17cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirkPhilipp Hahn-0/+19
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-2/+2
2025-03-10net: usb: lan78xx: Sanitize return values of register read/write functionsOleksij Rempel-2/+2
2025-02-28net: usb: cdc_mbim: fix Telit Cinterion FE990A nameFabio Porcedda-1/+1
2025-02-28net: usb: qmi_wwan: fix Telit Cinterion FE990A nameFabio Porcedda-1/+1
2025-02-28net: usb: qmi_wwan: add Telit Cinterion FE990B compositionFabio Porcedda-0/+1
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+1
2025-02-27usbnet: gl620a: fix endpoint checking in genelink_bind()Nikita Zhandarovich-3/+1
2025-02-18net/cdc_ncm: Switch to use hrtimer_setup()Nam Cao-2/+1
2025-02-13net: usb: asix_devices: add FiberGecko DeviceIDMax Schulze-0/+17
2025-02-10r8152: add vendor/device ID pair for Dell Alienware AW1022zAleksander Jan Bajkowski-0/+1
2025-02-07net: usb: cdc_mbim: fix Telit Cinterion FN990A nameFabio Porcedda-1/+1
2025-02-07net: usb: qmi_wwan: fix Telit Cinterion FN990A nameFabio Porcedda-1/+1
2025-02-07net: usb: qmi_wwan: add Telit Cinterion FN990B compositionFabio Porcedda-0/+1
2025-01-28usbnet: ipheth: document scope of NCM implementationFoster Snowhill-0/+8
2025-01-28usbnet: ipheth: fix DPE OoB readFoster Snowhill-3/+1
2025-01-28usbnet: ipheth: break up NCM header size computationFoster Snowhill-1/+12