summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)Author
2022-07-05net: asix: change the type of asix_set_sw/hw_mii to staticZhengchao Shao
2022-07-04usbnet: smsc95xx: Clean up unnecessary BUG_ON() upon register accessLukas Wunner
2022-07-04usbnet: smsc95xx: Clean up nopm handlingLukas Wunner
2022-07-04usbnet: smsc95xx: Fix deadlock on runtime resumeLukas Wunner
2022-07-03net: usb: Remove unnecessary '0' values from hasdataLi kunyu
2022-07-01usbnet: remove vestiges of debug macrosOliver Neukum
2022-07-01net: usb: Fix typo in codeLi kunyu
2022-07-01cdc-eem: always use BITOliver Neukum
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-30net: usb: ax88179_178a: Fix packet receivingJose Alonso
2022-06-29usbnet: fix memory allocation in helpersOliver Neukum
2022-06-27net: usb: asix: do not force pause frames supportOleksij Rempel
2022-06-27net: asix: fix "can't send until first packet is send" issueOleksij Rempel
2022-06-24usbnet: Fix linkwatch use-after-free on disconnectLukas Wunner
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-15net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso
2022-06-13net: smsc95xx: add support for Microchip EVB-LAN8670-USBParthiban Veerasooran
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-06-01net: usb: qmi_wwan: Add support for Cinterion MV31 with new baselineSlark Xiao
2022-05-27net: usb: qmi_wwan: add Telit 0x1250 compositionCarlo Lobrano
2022-05-19net: usb: r8152: Add in new Devices that are supported for Mac-PassthruDavid Ober
2022-05-13usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid pollingLukas Wunner
2022-05-13usbnet: smsc95xx: Avoid link settings race on interrupt receptionLukas Wunner
2022-05-13usbnet: smsc95xx: Don't reset PHY behind PHY driver's backLukas Wunner
2022-05-13usbnet: smsc95xx: Don't clear read-only PHY interruptLukas Wunner
2022-05-13usbnet: Run unregister_netdev() before unbind() againLukas Wunner
2022-05-08r8152: switch to netif_napi_add_weight()Jakub Kicinski
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman
2022-04-29usb: lan78xx: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-04-26net: usb: qmi_wwan: add support for Sierra Wireless EM7590Ethan Yang
2022-04-23net: remove third argument of usb_maxpacket()Vincent Mailhol
2022-04-22USB2NET : SR9800 : change SR9800_BULKIN_SIZE from global to staticTom Rix
2022-04-22net: cdc-ncm: Move spin_lock_bh() to spin_lock()Yunbo Yu
2022-04-14rndis_host: limit scope of bogus MAC address detection to ZTE devicesLech Perczak
2022-04-14rndis_host: enable the bogus MAC fixup for ZTE devices from cdc_etherLech Perczak
2022-04-14cdc_ether: export usbnet_cdc_zte_rx_fixupLech Perczak
2022-04-12net: usb: qmi_wwan: add Telit 0x1057 compositionDaniele Palmas
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-06net: usb: aqc111: Fix out-of-bounds accesses in RX fixupMarcin Kozlowski
2022-04-06net: usb: remove duplicate assignmentWang Qing
2022-03-24net: usb: ax88179_178a: add Allied Telesis AT-UMCsGreg Jesionowski
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-14Merge tag 'v5.17-rc8' into irq/core, to fix conflictsIngo Molnar
2022-03-12net: usb: asix: suspend embedded PHY if external is usedOleksij Rempel
2022-03-12net: usb: asix: make use of mdiobus_get_phy and phy_connect_directOleksij Rempel
2022-03-12net: usb: asix: store chipid to avoid reading it on resetOleksij Rempel
2022-03-12net: usb: asix: unify ax88772_resume codeOleksij Rempel
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski