summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/altera
AgeCommit message (Expand)Author
2023-10-13net: ethernet: Use device_get_match_data()Rob Herring
2023-09-20net: ethernet: altera: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-18net: altera-tse: make ALTERA_TSE depend on HAS_IOMEMBaoquan He
2023-06-07net: altera_tse: explicitly disable autoscan on the regmap-mdio busMaxime Chevallier
2023-06-07net: altera_tse: Use the correct Kconfig option for the PCS_LYNX dependencyMaxime Chevallier
2023-06-07net: altera-tse: Initialize local structs before using itMaxime Chevallier
2023-06-05net: ethernet: altera-tse: Convert to mdio-regmap and use PCS LynxMaxime Chevallier
2023-05-22net: altera: tse: remove mac_an_restart() functionRussell King (Oracle)
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-24net: altera_tse: release phylink resources in tse_shutdown()Liu Jian
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-22net: ethernet: altera: TSE: fix error return code in altera_tse_probe()Sun Ke
2022-09-05net: altera: tse: convert to phylinkMaxime Chevallier
2022-09-05net: altera: tse: cosmetic change to use reverse xmas tree orderingMaxime Chevallier
2022-08-18net: ethernet: altera: Add use of ethtool_op_get_ts_infoMaxime Chevallier
2022-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-08net: altera: Fix refcount leak in altera_tse_mdio_createMiaoqian Lin
2022-06-07net: altera: Replace kernel.h with the necessary inclusionsChristophe JAILLET
2022-02-16net: ethernet: altera: cleanup commentsTom Rix
2021-12-03net: altera: set a couple error code in probe()Dan Carpenter
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-05net: altera: Fix use correct return type for ndo_start_xmit()Yunjian Wang
2020-02-24net/althera: Delete hardcoded driver versionLeon Romanovsky
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-01-27net: altera_tse: fix msgdma_tx_completion on non-zero fill_level caseTomonori Sakita
2019-01-22net: altera_tse: fix connect_local_phy error pathAtsushi Nemoto
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02net: ethernet: altera: TSE: do not use tx queue lock in tx completion handlerLino Sanfilippo
2016-12-02net: ethernet: altera: TSE: Remove unneeded dma sync for tx buffersLino Sanfilippo
2016-12-02net: ethernet: altera_tse: add support for SGMII PCSNeill Whillans
2016-11-29net: ethernet: altera: fix fixed-link phydev leaksJohan Hovold
2016-10-26net: eth: altera: Fix error return code in altera_tse_probe()Wei Yongjun
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-08-01ethernet: altera: add missing of_node_putPeter Chen
2016-06-22net: ethernet: altera_tse: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-22net: ethernet: altera_tse: use phydev from struct net_devicePhilippe Reynes
2016-03-06net: eth: altera: do not free array priv->mdio->irqColin Ian King
2016-01-07phy: Add an mdio_device structureAndrew Lunn