aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/lan78xx.c
AgeCommit message (Expand)Author
2024-03-15net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel
2024-03-15lan78xx: Fix race conditions in suspend/resume handlingJohn Efstathiades
2024-03-15lan78xx: Fix partial packet errors on suspend/resumeJohn Efstathiades
2024-03-15lan78xx: Add missing return code checksJohn Efstathiades
2024-03-15lan78xx: Fix white space and style issuesJohn Efstathiades
2024-03-06lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel
2023-03-17net: lan78xx: fix accessing the LAN7800's internal phy specific registers fro...Yuiko Oshino
2023-03-17net: usb: lan78xx: Remove lots of set but unused 'ret' variablesLee Jones
2021-12-29net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski
2021-12-08net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ ...Sven Schuchmann
2021-11-02net: lan78xx: fix division by zero in send pathJohan Hovold
2021-08-26net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov
2020-08-11net: lan78xx: replace bogus endpoint lookupJohan Hovold
2020-08-05net: lan78xx: fix transfer-buffer memory leakJohan Hovold
2020-08-05net: lan78xx: add missing endpoint sanity checkJohan Hovold
2020-01-29net: usb: lan78xx: Add .ndo_features_checkJames Hughes
2020-01-23net: usb: lan78xx: limit size of local TSO packetsEric Dumazet
2020-01-12net: usb: lan78xx: fix possible skb leakEric Dumazet
2020-01-12net: usb: lan78xx: Fix error message format specifierCristian Birsan
2019-12-31net: usb: lan78xx: Fix suspend/resume PHY register access errorCristian Birsan
2019-10-28net: usb: lan78xx: Disable interrupts before calling generic_handle_irq()Daniel Wagner
2019-10-18net: usb: lan78xx: Connect PHY before registering MACAndrew Lunn
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-16lan78xx: Fix memory leaksWenwen Wang
2019-07-22net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32Chuhong Yuan
2019-07-22net: lan78xx: Merge memcpy + lexx_to_cpus to get_unaligned_lexxChuhong Yuan
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-18lan78xx: Resolve issue with changing MAC addressJason Martinsen
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-29lan78xx: Check for supported Wake-on-LAN modesFlorian Fainelli
2018-09-21net: lan78xx: Avoid unnecessary self assignmentNathan Chancellor
2018-09-17net: usb: remove redundant null pointer check before of_node_putzhong jiang
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn
2018-09-10lan78xx: Do not access skb_queue_head list pointers directly.David S. Miller
2018-09-05net: lan78xx: Make declaration style consistentStefan Wahren
2018-09-05net: lan78xx: Switch to SPDX identifierStefan Wahren
2018-09-05net: lan78xx: Drop unnecessary strcpy in lan78xx_probeStefan Wahren
2018-09-05net: lan78xx: Bail out if lan78xx_get_endpoints failsStefan Wahren
2018-08-04net:usb: Use ARRAY_SIZE instead of calculating the array sizezhong jiang
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-28net: lan78xx: fix rx handling before first packet is sendStefan Wahren
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-16net: lan78xx: Fix race in tx pending skb size calculationStefan Wahren
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-26net: lan78xx: Use s/w csum check on VLANs without tag strippingDave Stevenson
2018-06-26net: lan78xx: Add support for VLAN tag stripping.Dave Stevenson
2018-06-26net: lan78xx: Add support for VLAN filtering.Dave Stevenson
2018-06-26net: lan78xx: Allow for VLAN headers in timeout calcsDave Stevenson