summaryrefslogtreecommitdiff
path: root/drivers/net/usb/lan78xx.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-15net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel1-1/+2
2024-03-06net: lan78xx: fix "softirq work is pending" errorOleksij Rempel1-0/+2
2024-03-06lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel1-1/+2
2023-07-31net: usb: lan78xx: reorder cleanup operations to avoid UAF bugsDuoming Zhou1-5/+2
2023-03-20net: usb: lan78xx: Limit packet length to skb->lenSzymon Heidrich1-1/+17
2023-03-03net: lan78xx: fix accessing the LAN7800's internal phy specific registers fro...Yuiko Oshino1-26/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2022-04-29usb: lan78xx: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-3/+1
2022-04-23net: remove third argument of usb_maxpacket()Vincent Mailhol1-2/+2
2022-03-03net: usb: lan78xx: Use generic_handle_irq_safe().Sebastian Andrzej Siewior1-5/+2
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-12-16net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski1-0/+6
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-11-29net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ ...Sven Schuchmann1-1/+1
2021-11-24lan78xx: Clean up some inconsistent indentingJiapeng Chong1-2/+1
2021-11-18lan78xx: Introduce NAPI polling supportJohn Efstathiades1-68/+114
2021-11-18lan78xx: Remove hardware-specific header updateJohn Efstathiades1-35/+16
2021-11-18lan78xx: Re-order rx_submit() to remove forward declarationJohn Efstathiades1-54/+52
2021-11-18lan78xx: Introduce Rx URB processing improvementsJohn Efstathiades1-116/+166
2021-11-18lan78xx: Introduce Tx URB processing improvementsJohn Efstathiades1-213/+461
2021-11-18lan78xx: Fix memory allocation bugJohn Efstathiades1-17/+21
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-10-26net: lan78xx: fix division by zero in send pathJohan Hovold1-0/+6
2021-10-02net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-2/+2
2021-08-25lan78xx: Limit number of driver warning messagesJohn Efstathiades1-2/+3
2021-08-25lan78xx: Fix race condition in disconnect handlingJohn Efstathiades1-9/+57
2021-08-25lan78xx: Fix race conditions in suspend/resume handlingJohn Efstathiades1-135/+284
2021-08-25lan78xx: Fix partial packet errors on suspend/resumeJohn Efstathiades1-106/+197
2021-08-25lan78xx: Fix exception on link speed changeJohn Efstathiades1-6/+48
2021-08-25lan78xx: Add missing return code checksJohn Efstathiades1-66/+333
2021-08-25lan78xx: Remove unused pause frame queueJohn Efstathiades1-9/+0
2021-08-25lan78xx: Set flow control threshold to prevent packet lossJohn Efstathiades1-2/+15
2021-08-25lan78xx: Remove unused timerJohn Efstathiades1-3/+1
2021-08-25lan78xx: Fix white space and style issuesJohn Efstathiades1-38/+42
2021-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+12
2021-08-04net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov1-4/+12
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-02net: usb: Fix spelling mistakesZheng Yongjun1-1/+1
2021-05-18net: lan78xx: advertise tx software timestamping supportMarkus Bloechl1-0/+1
2021-03-26net: usb: lan78xx: remove unused including <linux/version.h>Zheng Yongjun1-1/+0
2021-02-03net: usb: lan78xx: use new tasklet APIEmil Renner Berthing1-3/+3
2020-11-04net: usb: lan78xx: Remove lots of set but unused 'ret' variablesLee Jones1-90/+78
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-28net: lan78xx: replace bogus endpoint lookupJohan Hovold1-87/+30
2020-07-28net: lan78xx: fix transfer-buffer memory leakJohan Hovold1-0/+1
2020-07-28net: lan78xx: add missing endpoint sanity checkJohan Hovold1-0/+5
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+15
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-9/+1