aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/lan78xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-05Merge 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-01net: usb: Fix spelling mistakesZheng Yongjun1-1/+1
2021-05-18net: lan78xx: advertise tx software timestamping supportMarkus Bloechl1-0/+1
2021-03-25net: usb: lan78xx: remove unused including <linux/version.h>Zheng Yongjun1-1/+0
2021-02-02net: usb: lan78xx: use new tasklet APIEmil Renner Berthing1-3/+3
2020-11-03net: usb: lan78xx: Remove lots of set but unused 'ret' variablesLee Jones1-90/+78
2020-08-23treewide: 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
2020-01-21net: usb: lan78xx: Add .ndo_features_checkJames Hughes1-0/+15
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-01-14net: usb: lan78xx: limit size of local TSO packetsEric Dumazet1-0/+1
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+3
2020-01-07net: usb: lan78xx: fix possible skb leakEric Dumazet1-6/+3
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-12-15net: usb: lan78xx: Fix error message format specifierCristian Birsan1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-12net: usb: lan78xx: Fix suspend/resume PHY register access errorCristian Birsan1-0/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2019-10-28net: usb: lan78xx: Disable interrupts before calling generic_handle_irq()Daniel Wagner1-1/+4
2019-10-23net: lan78xx: remove set but not used variable 'event'YueHaibing1-3/+0
2019-10-18net: usb: lan78xx: Connect PHY before registering MACAndrew Lunn1-6/+6
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2019-08-16lan78xx: Fix memory leaksWenwen Wang1-3/+5
2019-07-22net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32Chuhong Yuan1-7/+4
2019-07-22net: lan78xx: Merge memcpy + lexx_to_cpus to get_unaligned_lexxChuhong Yuan1-8/+4
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij1-2/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-12-18lan78xx: Resolve issue with changing MAC addressJason Martinsen1-0/+4
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-11/+16
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+4
2018-09-29lan78xx: Check for supported Wake-on-LAN modesFlorian Fainelli1-13/+4
2018-09-21net: lan78xx: Avoid unnecessary self assignmentNathan Chancellor1-4/+2
2018-09-17net: usb: remove redundant null pointer check before of_node_putzhong jiang1-2/+1
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn1-1/+1