summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/altera
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: Use device_get_match_data()Rob Herring2023-10-132-11/+4
* net: ethernet: altera: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* net: altera-tse: make ALTERA_TSE depend on HAS_IOMEMBaoquan He2023-08-181-0/+1
* net: altera_tse: explicitly disable autoscan on the regmap-mdio busMaxime Chevallier2023-06-071-0/+1
* net: altera_tse: Use the correct Kconfig option for the PCS_LYNX dependencyMaxime Chevallier2023-06-071-1/+1
* net: altera-tse: Initialize local structs before using itMaxime Chevallier2023-06-071-0/+2
* net: ethernet: altera-tse: Convert to mdio-regmap and use PCS LynxMaxime Chevallier2023-06-052-9/+50
* net: altera: tse: remove mac_an_restart() functionRussell King (Oracle)2023-05-221-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-0/+1
|\
| * net: altera_tse: release phylink resources in tse_shutdown()Liu Jian2022-11-241-0/+1
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: altera: TSE: fix error return code in altera_tse_probe()Sun Ke2022-09-221-0/+1
* net: altera: tse: convert to phylinkMaxime Chevallier2022-09-054-314/+141
* net: altera: tse: cosmetic change to use reverse xmas tree orderingMaxime Chevallier2022-09-052-22/+23
* net: ethernet: altera: Add use of ethtool_op_get_ts_infoMaxime Chevallier2022-08-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-091-1/+5
|\
| * net: altera: Fix refcount leak in altera_tse_mdio_createMiaoqian Lin2022-06-081-1/+5
* | net: altera: Replace kernel.h with the necessary inclusionsChristophe JAILLET2022-06-071-2/+3
|/
* net: ethernet: altera: cleanup commentsTom Rix2022-02-162-5/+5
* net: altera: set a couple error code in probe()Dan Carpenter2021-12-031-3/+6
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-5/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* net: altera: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-05-051-2/+2
* net/althera: Delete hardcoded driver versionLeon Romanovsky2020-02-241-1/+0
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-3011-132/+11
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: altera_tse: fix msgdma_tx_completion on non-zero fill_level caseTomonori Sakita2019-01-271-1/+2
* net: altera_tse: fix connect_local_phy error pathAtsushi Nemoto2019-01-221-1/+3
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-4/+1
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-161-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-13/+8
|\
| * net: ethernet: altera: TSE: do not use tx queue lock in tx completion handlerLino Sanfilippo2016-12-021-2/+0
| * net: ethernet: altera: TSE: Remove unneeded dma sync for tx buffersLino Sanfilippo2016-12-021-10/+0
| * net: ethernet: altera: fix fixed-link phydev leaksJohan Hovold2016-11-291-1/+8
* | net: ethernet: altera_tse: add support for SGMII PCSNeill Whillans2016-12-022-0/+102
* | net: eth: altera: Fix error return code in altera_tse_probe()Wei Yongjun2016-10-261-0/+2
* | ethernet: use core min/max MTU checkingJarod Wilson2016-10-182-12/+3
|/
* ethernet: altera: add missing of_node_putPeter Chen2016-08-011-0/+1
* net: ethernet: altera_tse: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-221-22/+2
* net: ethernet: altera_tse: use phydev from struct net_devicePhilippe Reynes2016-06-223-14/+9
* net: eth: altera: do not free array priv->mdio->irqColin Ian King2016-03-061-1/+0
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-1/+1