summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/ucc_geth.c
AgeCommit message (Expand)Author
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet
2024-12-06net: freescale: ucc_geth: phylink conversionMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Introduce a helper to check Reduced modesMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Move the serdes configuration aroundMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Hardcode the preamble length to 7 bytesMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Simplify frame length checkMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Fix WOL configurationMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Use netdev->phydev to access the PHYMaxime Chevallier
2024-12-06net: freescale: ucc_geth: split adjust_link for phylink conversionMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Drop support for the "interface" DT propertyMaxime Chevallier
2024-11-06net: ucc_geth: fix usage with NVMEM MAC addressRosen Penev
2024-11-06net: ucc_geth: use devm for register_netdevRosen Penev
2024-11-06net: ucc_geth: use devm for alloc_etherdevRosen Penev
2024-11-06net: ucc_geth: use devm for kmemdupRosen Penev
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-07-11net: ucc_geth: Convert to platform remove callback returning voidUwe Kleine-König
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-23ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpyYueHaibing
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-01-21ethernet: ucc_geth: simplify rx/tx allocationsRasmus Villemoes
2021-01-21ethernet: ucc_geth: inform the compiler that numQueues is always 1Rasmus Villemoes
2021-01-21ethernet: ucc_geth: add helper to replace repeated switch statementsRasmus Villemoes
2021-01-21ethernet: ucc_geth: replace kmalloc_array()+for loop by kcalloc()Rasmus Villemoes
2021-01-21ethernet: ucc_geth: remove bd_mem_part and all associated codeRasmus Villemoes
2021-01-21ethernet: ucc_geth: use UCC_GETH_{RX,TX}_BD_RING_ALIGNMENT macros directlyRasmus Villemoes
2021-01-21ethernet: ucc_geth: don't statically allocate eight ucc_geth_infoRasmus Villemoes
2021-01-21ethernet: ucc_geth: constify ugeth_primary_infoRasmus Villemoes
2021-01-21ethernet: ucc_geth: factor out parsing of {rx,tx}-clock{,-name} propertiesRasmus Villemoes
2021-01-21ethernet: ucc_geth: remove {rx,tx}_glbl_pram_offset from struct ucc_geth_privateRasmus Villemoes
2021-01-21ethernet: ucc_geth: replace kmalloc+memset by kzallocRasmus Villemoes
2021-01-21ethernet: ucc_geth: remove unnecessary memset_io() callsRasmus Villemoes
2021-01-21ethernet: ucc_geth: use qe_muram_free_addr()Rasmus Villemoes
2021-01-21ethernet: ucc_geth: remove unused read of temoder fieldRasmus Villemoes
2020-12-21ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()Rasmus Villemoes
2020-12-21ethernet: ucc_geth: set dev->max_mtu to 1518Rasmus Villemoes
2020-10-23net: ucc_geth: Drop extraneous parentheses in comparisonMichael Ellerman
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-04net: ethernet: freescale: remove unneeded include for ucc_gethValentin Longchamp
2020-05-22net/ethernet/freescale: rework quiesce/activate for ucc_gethValentin Longchamp
2020-03-03net/freescale: Clean drivers from static versionsLeon Romanovsky
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-01-30ucc_geth: Reset BQL queue when stopping deviceMathias Thore
2018-12-17ucc_geth: Add change_carrier() for Fixed PHYsJoakim Tjernlund