summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2025-07-16usb: net: sierra: check for no status endpointOliver Neukum1-0/+4
2025-07-10net: usb: enable the work after stop usbnet by ip down/upZqiang1-2/+2
2025-07-08net: usb: lan78xx: stop including phy_fixed.hHeiner Kallweit1-1/+0
2025-07-01net: usb: lan78xx: fix possible NULL pointer dereference in lan78xx_phy_init()Oleksij Rempel1-4/+9
2025-07-01net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnectOleksij Rempel1-2/+0
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-06-21net: usb: qmi_wwan: add SIMCom 8230C compositionXiaowei Li1-0/+1
2025-06-20net: usb: Convert tasklet API to new bottom half workqueue mechanismJun Miao1-18/+18
2025-06-20net: usb: lan78xx: remove unused struct membersOleksij Rempel1-4/+0
2025-06-20net: usb: lan78xx: Integrate EEE support with phylink LPI APIOleksij Rempel1-44/+79
2025-06-20net: usb: lan78xx: port link settings to phylink APIOleksij Rempel1-32/+2
2025-06-20net: usb: lan78xx: Use ethtool_op_get_link to reflect current link statusOleksij Rempel1-13/+1
2025-06-20net: usb: lan78xx: Rename EVENT_LINK_RESET to EVENT_PHY_INT_ACKOleksij Rempel1-5/+5
2025-06-20net: usb: lan78xx: Convert to PHYLINK for improved PHY and MAC managementOleksij Rempel2-288/+262
2025-06-13net: Use dev_fwnode()Jiri Slaby (SUSE)1-4/+2
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-4/+5
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2025-06-12net: usb: lan78xx: make struct fphy_status static constHeiner Kallweit1-1/+1
2025-06-11net: usb: r8152: Add device ID for TP-Link UE200Lucas Sanchez Sagrado1-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar4-4/+4
2025-05-30net: usb: aqc111: debug info before sanitationOliver Neukum1-4/+4
2025-05-29net: ch9200: fix uninitialised access during mii_nway_restartQasim Ijaz1-2/+5
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds7-224/+390
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+4
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook1-1/+1
2025-05-27net: usb: r8152: Convert to use struct sockaddr_storage internallyKees Cook1-25/+27
2025-05-26net: usb: aqc111: fix error handling of usbnet read callsNikita Zhandarovich1-2/+8
2025-05-21net: phy: fixed_phy: remove irq argument from fixed_phy_registerHeiner Kallweit1-1/+1
2025-05-16net: Switch to irq_domain_create_*()Jiri Slaby (SUSE)1-5/+4
2025-05-07net: usb: lan78xx: Extract flow control configuration to helperOleksij Rempel1-18/+87
2025-05-07net: usb: lan78xx: Refactor USB link power configuration into helperOleksij Rempel1-31/+59
2025-05-07net: usb: lan78xx: Extract PHY interrupt acknowledgment to helperOleksij Rempel1-1/+15
2025-05-07net: usb: lan78xx: move LED DT configuration to helperOleksij Rempel1-26/+46
2025-05-07net: usb: lan78xx: refactor PHY init to separate detection and MAC configurationOleksij Rempel1-46/+128
2025-05-07net: usb: lan78xx: remove explicit check for missing PHY driverOleksij Rempel1-4/+0
2025-05-07net: usb: lan78xx: Improve error handling in PHY initializationOleksij Rempel1-16/+31
2025-05-02r8152: use SHA-256 library API instead of crypto_shash APIEric Biggers2-42/+8
2025-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+2
2025-04-26Revert "rndis_host: Flag RNDIS modems as WWAN devices"Christian Heusel1-14/+2
2025-04-11usbnet: asix AX88772: leave the carrier control to phylinkKrzysztof HaƂasa3-36/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner4-8/+8
2025-04-04usbnet:fix NPE during rx_completeYing Lu1-3/+3
2025-03-28net: usb: usbnet: restore usb%d name exception for local mac addressesDominique Martinet1-6/+15
2025-03-27rndis_host: Flag RNDIS modems as WWAN devicesLubomir Rintel1-2/+14
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds7-8/+51
2025-03-26net: usb: asix: ax88772: Increase phy_name sizeAndy Shevchenko1-4/+8
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2025-03-17cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirkPhilipp Hahn3-0/+19
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+2