aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/lan78xx.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-15net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_r...I Viswanath1-4/+4
2025-10-12net: usb: lan78xx: Fix lost EEPROM write timeout error(-ETIMEDOUT) in lan78xx...Bhanu Seshu Kumar Valluri1-4/+7
2025-10-03net: usb: lan78xx: Fix lost EEPROM read timeout error(-ETIMEDOUT) in lan78xx_...Bhanu Seshu Kumar Valluri1-4/+7
2025-08-25net: usb: lan78xx: add support for generic net selftests via ethtoolOleksij Rempel1-0/+6
2025-07-07net: usb: lan78xx: stop including phy_fixed.hHeiner Kallweit1-1/+0
2025-07-01net: usb: lan78xx: fix possible NULL pointer dereference in lan78xx_phy_init()Oleksij Rempel1-4/+9
2025-06-19net: usb: lan78xx: remove unused struct membersOleksij Rempel1-4/+0
2025-06-19net: usb: lan78xx: Integrate EEE support with phylink LPI APIOleksij Rempel1-44/+79
2025-06-19net: usb: lan78xx: port link settings to phylink APIOleksij Rempel1-32/+2
2025-06-19net: usb: lan78xx: Use ethtool_op_get_link to reflect current link statusOleksij Rempel1-13/+1
2025-06-19net: usb: lan78xx: Rename EVENT_LINK_RESET to EVENT_PHY_INT_ACKOleksij Rempel1-5/+5
2025-06-19net: usb: lan78xx: Convert to PHYLINK for improved PHY and MAC managementOleksij Rempel1-286/+261
2025-06-12net: Use dev_fwnode()Jiri Slaby (SUSE)1-4/+2
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-06-11net: usb: lan78xx: make struct fphy_status static constHeiner Kallweit1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-119/+343
2025-05-20net: phy: fixed_phy: remove irq argument from fixed_phy_registerHeiner Kallweit1-1/+1
2025-05-16net: Switch to irq_domain_create_*()Jiri Slaby (SUSE)1-5/+4
2025-05-07net: usb: lan78xx: Extract flow control configuration to helperOleksij Rempel1-18/+87
2025-05-07net: usb: lan78xx: Refactor USB link power configuration into helperOleksij Rempel1-31/+59
2025-05-07net: usb: lan78xx: Extract PHY interrupt acknowledgment to helperOleksij Rempel1-1/+15
2025-05-07net: usb: lan78xx: move LED DT configuration to helperOleksij Rempel1-26/+46
2025-05-07net: usb: lan78xx: refactor PHY init to separate detection and MAC configurationOleksij Rempel1-46/+128
2025-05-07net: usb: lan78xx: remove explicit check for missing PHY driverOleksij Rempel1-4/+0
2025-05-07net: usb: lan78xx: Improve error handling in PHY initializationOleksij Rempel1-16/+31
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-3/+3
2025-03-10net: usb: lan78xx: Sanitize return values of register read/write functionsOleksij Rempel1-2/+2
2024-12-17net: usb: lan78xx: Improve error handling in WoL operationsOleksij Rempel1-2/+6
2024-12-17net: usb: lan78xx: remove PHY register access from ethtool get_regsOleksij Rempel1-21/+2
2024-12-17net: usb: lan78xx: rename phy_mutex to mdiobus_mutexOleksij Rempel1-9/+9
2024-12-17net: usb: lan78xx: Use action-specific label in lan78xx_mac_resetOleksij Rempel1-6/+6
2024-12-17net: usb: lan78xx: Use ETIMEDOUT instead of ETIME in lan78xx_stop_hwOleksij Rempel1-3/+1
2024-12-17net: usb: lan78xx: Add error handling to lan78xx_get_regsOleksij Rempel1-6/+30
2024-12-10net: usb: lan78xx: Rename lan78xx_phy_wait_not_busy to lan78xx_mdiobus_wait_n...Oleksij Rempel1-6/+6
2024-12-10net: usb: lan78xx: Improve error handling in lan78xx_phy_wait_not_busyOleksij Rempel1-3/+3
2024-12-10net: usb: lan78xx: Fix return value handling in lan78xx_set_featuresOleksij Rempel1-3/+1
2024-12-10net: usb: lan78xx: Simplify lan78xx_update_regOleksij Rempel1-5/+1
2024-12-10net: usb: lan78xx: Add error handling to lan78xx_set_mac_addrOleksij Rempel1-5/+12
2024-12-10net: usb: lan78xx: Add error handling to lan78xx_init_mac_addressOleksij Rempel1-8/+28
2024-12-10net: usb: lan78xx: Add error handling to lan78xx_setup_irq_domainOleksij Rempel1-1/+4
2024-12-06net: usb: lan78xx: Improve error handling in dataport and multicast writesOleksij Rempel1-22/+45
2024-12-06net: usb: lan78xx: Add error handling to lan78xx_irq_bus_sync_unlockOleksij Rempel1-2/+11
2024-12-06net: usb: lan78xx: Add error handling to set_rx_max_frame_length and set_mtuOleksij Rempel1-6/+18
2024-12-06net: usb: lan78xx: Add error handling to lan78xx_init_ltmOleksij Rempel1-11/+39
2024-12-06net: usb: lan78xx: Improve error handling in EEPROM and OTP operationsOleksij Rempel1-88/+152
2024-12-06net: usb: lan78xx: Fix error handling in MII read/write functionsOleksij Rempel1-1/+9
2024-12-06net: usb: lan78xx: Improve error reporting with %pe specifierOleksij Rempel1-4/+4
2024-12-06net: usb: lan78xx: move functions to avoid forward definitionsOleksij Rempel1-150/+150
2024-12-06net: usb: lan78xx: Remove KSZ9031 PHY fixupOleksij Rempel1-33/+5
2024-12-06net: usb: lan78xx: Remove LAN8835 PHY fixupOleksij Rempel1-35/+0
2024-11-24net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configurationOleksij Rempel1-3/+3
2024-11-24net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY deviceOleksij Rempel1-1/+4
2024-11-24net: usb: lan78xx: Fix double free issue with interrupt buffer allocationOleksij Rempel1-15/+14
2024-06-01lan78xx: Enable Auto Speed and Auto Duplex configuration for LAN7801 if NO EE...Rengarajan S1-1/+4
2024-06-01lan78xx: Enable 125 MHz CLK configuration for LAN7801 if NO EEPROM is detectedRengarajan S1-0/+2
2024-05-28net: usb: remove unused structs 'usb_context'Dr. David Alan Gilbert1-5/+0
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-08net: usb: lan78xx: Fixup EEEAndrew Lunn1-20/+22
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-03-01net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel1-1/+2
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2024-02-27net: lan78xx: fix "softirq work is pending" errorOleksij Rempel1-0/+2
2024-02-26lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel1-1/+2
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-2/+2
2024-01-08lan78xx: remove redundant statement in lan78xx_get_eeeHeiner Kallweit1-2/+0
2023-10-16lan78xx: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
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-02net: lan78xx: fix accessing the LAN7800's internal phy specific registers fro...Yuiko Oshino1-26/+1
2022-09-28net: 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-02net: usb: lan78xx: Use generic_handle_irq_safe().Sebastian Andrzej Siewior1-5/+2
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-12-15net: 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-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
2018-09-10lan78xx: Do not access skb_queue_head list pointers directly.David S. Miller1-2/+2
2018-09-05net: lan78xx: Make declaration style consistentStefan Wahren1-7/+7
2018-09-05net: lan78xx: Switch to SPDX identifierStefan Wahren1-13/+1
2018-09-05net: lan78xx: Drop unnecessary strcpy in lan78xx_probeStefan Wahren1-1/+0
2018-09-05net: lan78xx: Bail out if lan78xx_get_endpoints failsStefan Wahren1-0/+5
2018-08-04net:usb: Use ARRAY_SIZE instead of calculating the array sizezhong jiang1-1/+1
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-07-28net: lan78xx: fix rx handling before first packet is sendStefan Wahren1-0/+2
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-1/+4
2018-07-16net: lan78xx: Fix race in tx pending skb size calculationStefan Wahren1-1/+4
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+34
2018-06-26net: lan78xx: Use s/w csum check on VLANs without tag strippingDave Stevenson1-1/+6
2018-06-26net: lan78xx: Add support for VLAN tag stripping.Dave Stevenson1-0/+22
2018-06-26net: lan78xx: Add support for VLAN filtering.Dave Stevenson1-1/+4
2018-06-26net: lan78xx: Allow for VLAN headers in timeout calcsDave Stevenson1-2/+3
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli1-5/+2
2018-04-29lan78xx: Modify error messagesRaghuram Chary J1-2/+2
2018-04-29lan78xx: Remove DRIVER_VERSION for lan78xx driverRaghuram Chary J1-2/+0
2018-04-29lan78xx: Lan7801 Support for Fixed PHYRaghuram Chary J1-28/+76
2018-04-20lan78xx: Add support to dump lan78xx registersRaghuram Chary J1-0/+54
2018-04-20lan78xx: Read LED states from Device TreePhil Elwell1-1/+31
2018-04-20lan78xx: Read MAC address from DT if presentPhil Elwell1-22/+20
2018-04-11lan78xx: Don't reset the interface on openPhil Elwell1-4/+0
2018-04-11lan78xx: Avoid spurious kevent 4 "error"Phil Elwell1-1/+1
2018-04-11lan78xx: Correctly indicate invalid OTPPhil Elwell1-1/+2
2018-04-04lan78xx: Connect phy earlyAlexander Graf1-16/+18
2018-03-29lan78xx: Crash in lan78xx_writ_reg (Workqueue: events lan78xx_deferred_multic...Raghuram Chary J1-2/+21
2018-03-25lan78xx: Set ASD in MAC_CR when EEE is enabled.Raghuram Chary J1-0/+10
2018-02-01lan78xx: remove redundant initialization of pointer 'phydev'Colin Ian King1-1/+1
2018-01-16lan78xx: Fix failure in USB Full SpeedYuiko Oshino1-0/+1
2017-10-18net: usb: Convert timers to use timer_setup()Kees Cook1-7/+3
2017-09-21lan78xx: Use default values loaded from EEPROM/OTP after resetNisar Sayed1-1/+0
2017-09-21lan78xx: Allow EEPROM write for less than MAX_EEPROM_SIZENisar Sayed1-5/+4
2017-09-21lan78xx: Fix for eeprom read/write when device auto suspendNisar Sayed1-4/+20
2017-08-02lan78xx: Fix to handle hard_header_len updateNisar Sayed1-3/+3
2017-08-02lan78xx: USB fast connect/disconnect crash fixNisar Sayed1-6/+6
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-1/+1
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+2
2017-04-21lan78xx: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-03-22net: lan78xx: update for phy_(read|write)_mmd_indirect() removalRussell King1-5/+5
2017-02-10net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2016-12-08lan78xx: add LAN7801 MAC only supportWoojung Huh1-2/+107
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-12-05net: usb: set error code when usb_alloc_urb failsPan Bian1-0/+1
2016-11-18lan78xx: relocate mdix setting to phy driverWoojung Huh1-70/+3
2016-11-15net: usb: lan78xx: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-11-02lan78xx: Use irq_domain for phy interrupt from USB Int. EPWoojung Huh1-26/+189
2016-10-20net: use core MTU range checking in USB NIC driversJarod Wilson1-5/+3
2016-10-12net: usb: lan78xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-30/+40
2016-09-06lan78xx: mark symbols static where possibleBaoyou Xie1-11/+13
2016-08-13net: usb: lan78xx: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-04-28lan78xx: workaround of forced 100 Full/Half duplex mode errorWoojung Huh1-1/+28
2016-04-28lan78xx: fix statistics counter errorWoojung Huh1-5/+10
2016-03-20Revert "lan78xx: add ndo_get_stats64"David S. Miller1-49/+0
2016-03-18lan78xx: add ndo_get_stats64Woojung Huh1-0/+49
2016-03-18lan78xx: handle statistics counter rolloverWoojung Huh1-13/+239
2016-02-29lan78xx: add ethtool set & get pause functionsWoojung.Huh@microchip.com1-3/+77