summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/lan78xx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-1/+2
|\
| * net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel2024-03-011-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-1/+4
|\|
| * net: lan78xx: fix "softirq work is pending" errorOleksij Rempel2024-02-271-0/+2
| * lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel2024-02-261-1/+2
* | ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+2
|/
* lan78xx: remove redundant statement in lan78xx_get_eeeHeiner Kallweit2024-01-081-2/+0
* lan78xx: replace deprecated strncpy with strscpyJustin Stitt2023-10-161-1/+1
* net: usb: lan78xx: reorder cleanup operations to avoid UAF bugsDuoming Zhou2023-07-311-5/+2
* net: usb: lan78xx: Limit packet length to skb->lenSzymon Heidrich2023-03-201-1/+17
* net: lan78xx: fix accessing the LAN7800's internal phy specific registers fro...Yuiko Oshino2023-03-021-26/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-031-2/+2
|\
| * net: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-2/+2
* | net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* | usb: lan78xx: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-3/+1
|/
* net: usb: lan78xx: Use generic_handle_irq_safe().Sebastian Andrzej Siewior2022-03-021-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-0/+6
|\
| * net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski2021-12-151-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-1/+1
|\|
| * net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ ...Sven Schuchmann2021-11-291-1/+1
* | lan78xx: Clean up some inconsistent indentingJiapeng Chong2021-11-241-2/+1
* | lan78xx: Introduce NAPI polling supportJohn Efstathiades2021-11-181-68/+114
* | lan78xx: Remove hardware-specific header updateJohn Efstathiades2021-11-181-35/+16
* | lan78xx: Re-order rx_submit() to remove forward declarationJohn Efstathiades2021-11-181-54/+52
* | lan78xx: Introduce Rx URB processing improvementsJohn Efstathiades2021-11-181-116/+166
* | lan78xx: Introduce Tx URB processing improvementsJohn Efstathiades2021-11-181-213/+461
* | lan78xx: Fix memory allocation bugJohn Efstathiades2021-11-181-17/+21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-0/+6
|\
| * net: lan78xx: fix division by zero in send pathJohan Hovold2021-10-261-0/+6
* | net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-2/+2
|/
* lan78xx: Limit number of driver warning messagesJohn Efstathiades2021-08-251-2/+3
* lan78xx: Fix race condition in disconnect handlingJohn Efstathiades2021-08-251-9/+57
* lan78xx: Fix race conditions in suspend/resume handlingJohn Efstathiades2021-08-251-135/+284
* lan78xx: Fix partial packet errors on suspend/resumeJohn Efstathiades2021-08-251-106/+197
* lan78xx: Fix exception on link speed changeJohn Efstathiades2021-08-251-6/+48
* lan78xx: Add missing return code checksJohn Efstathiades2021-08-251-66/+333
* lan78xx: Remove unused pause frame queueJohn Efstathiades2021-08-251-9/+0
* lan78xx: Set flow control threshold to prevent packet lossJohn Efstathiades2021-08-251-2/+15
* lan78xx: Remove unused timerJohn Efstathiades2021-08-251-3/+1
* lan78xx: Fix white space and style issuesJohn Efstathiades2021-08-251-38/+42
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-051-4/+12
|\
| * net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov2021-08-041-4/+12
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* net: usb: Fix spelling mistakesZheng Yongjun2021-06-011-1/+1
* net: lan78xx: advertise tx software timestamping supportMarkus Bloechl2021-05-181-0/+1
* net: usb: lan78xx: remove unused including <linux/version.h>Zheng Yongjun2021-03-251-1/+0
* net: usb: lan78xx: use new tasklet APIEmil Renner Berthing2021-02-021-3/+3
* net: usb: lan78xx: Remove lots of set but unused 'ret' variablesLee Jones2020-11-031-90/+78
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2