summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
2025-06-21net: usb: qmi_wwan: add SIMCom 8230C compositionXiaowei Li1-0/+1
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-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
2025-03-10net: usb: lan78xx: Sanitize return values of register read/write functionsOleksij Rempel1-2/+2
2025-03-01net: usb: cdc_mbim: fix Telit Cinterion FE990A nameFabio Porcedda1-1/+1
2025-03-01net: usb: qmi_wwan: fix Telit Cinterion FE990A nameFabio Porcedda1-1/+1
2025-03-01net: usb: qmi_wwan: add Telit Cinterion FE990B compositionFabio Porcedda1-0/+1
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2025-02-27usbnet: gl620a: fix endpoint checking in genelink_bind()Nikita Zhandarovich1-3/+1
2025-02-18net/cdc_ncm: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-13net: usb: asix_devices: add FiberGecko DeviceIDMax Schulze1-0/+17
2025-02-11r8152: add vendor/device ID pair for Dell Alienware AW1022zAleksander Jan Bajkowski1-0/+1
2025-02-08net: usb: cdc_mbim: fix Telit Cinterion FN990A nameFabio Porcedda1-1/+1
2025-02-08net: usb: qmi_wwan: fix Telit Cinterion FN990A nameFabio Porcedda1-1/+1
2025-02-08net: usb: qmi_wwan: add Telit Cinterion FN990B compositionFabio Porcedda1-0/+1
2025-01-28usbnet: ipheth: document scope of NCM implementationFoster Snowhill1-0/+8
2025-01-28usbnet: ipheth: fix DPE OoB readFoster Snowhill1-3/+1
2025-01-28usbnet: ipheth: break up NCM header size computationFoster Snowhill1-1/+12
2025-01-28usbnet: ipheth: refactor NCM datagram loopFoster Snowhill1-19/+23
2025-01-28usbnet: ipheth: use static NDP16 location in URBFoster Snowhill1-5/+4