aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/altera
AgeCommit message (Expand)AuthorFilesLines
2025-11-04net: altera-tse: Init PCS and phylink before registering netdevMaxime Chevallier1-20/+20
2025-11-04net: altera-tse: Don't use netdev name for the PCS mdio busMaxime Chevallier1-1/+1
2025-11-04net: altera-tse: Warn on bad revision at probe timeMaxime Chevallier2-9/+6
2025-11-04net: altera-tse: Set platform drvdata before registering netdevMaxime Chevallier1-2/+1
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2023-10-13net: ethernet: Use device_get_match_data()Rob Herring2-11/+4
2023-09-20net: ethernet: altera: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-18net: altera-tse: make ALTERA_TSE depend on HAS_IOMEMBaoquan He1-0/+1
2023-06-07net: altera_tse: explicitly disable autoscan on the regmap-mdio busMaxime Chevallier1-0/+1
2023-06-07net: altera_tse: Use the correct Kconfig option for the PCS_LYNX dependencyMaxime Chevallier1-1/+1
2023-06-07net: altera-tse: Initialize local structs before using itMaxime Chevallier1-0/+2
2023-06-05net: ethernet: altera-tse: Convert to mdio-regmap and use PCS LynxMaxime Chevallier2-9/+50
2023-05-22net: altera: tse: remove mac_an_restart() functionRussell King (Oracle)1-5/+0
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-11-24net: altera_tse: release phylink resources in tse_shutdown()Liu Jian1-0/+1
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-22net: ethernet: altera: TSE: fix error return code in altera_tse_probe()Sun Ke1-0/+1
2022-09-05net: altera: tse: convert to phylinkMaxime Chevallier4-314/+141
2022-09-05net: altera: tse: cosmetic change to use reverse xmas tree orderingMaxime Chevallier2-22/+23
2022-08-18net: ethernet: altera: Add use of ethtool_op_get_ts_infoMaxime Chevallier1-0/+1
2022-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2022-06-08net: altera: Fix refcount leak in altera_tse_mdio_createMiaoqian Lin1-1/+5
2022-06-07net: altera: Replace kernel.h with the necessary inclusionsChristophe JAILLET1-2/+3
2022-02-16net: ethernet: altera: cleanup commentsTom Rix2-5/+5
2021-12-03net: altera: set a couple error code in probe()Dan Carpenter1-3/+6
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-5/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-05-05net: altera: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-2/+2
2020-02-24net/althera: Delete hardcoded driver versionLeon Romanovsky1-1/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner11-132/+11
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-01-27net: altera_tse: fix msgdma_tx_completion on non-zero fill_level caseTomonori Sakita1-1/+2
2019-01-22net: altera_tse: fix connect_local_phy error pathAtsushi Nemoto1-1/+3
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-4/+1
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-3/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin1-1/+0
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+8
2016-12-02net: ethernet: altera: TSE: do not use tx queue lock in tx completion handlerLino Sanfilippo1-2/+0
2016-12-02net: ethernet: altera: TSE: Remove unneeded dma sync for tx buffersLino Sanfilippo1-10/+0
2016-12-02net: ethernet: altera_tse: add support for SGMII PCSNeill Whillans2-0/+102
2016-11-29net: ethernet: altera: fix fixed-link phydev leaksJohan Hovold1-1/+8
2016-10-26net: eth: altera: Fix error return code in altera_tse_probe()Wei Yongjun1-0/+2
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson2-12/+3
2016-08-01ethernet: altera: add missing of_node_putPeter Chen1-0/+1
2016-06-22net: ethernet: altera_tse: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-06-22net: ethernet: altera_tse: use phydev from struct net_devicePhilippe Reynes3-14/+9
2016-03-06net: eth: altera: do not free array priv->mdio->irqColin Ian King1-1/+0
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-12/+1
2015-09-09net: eth: altera: Fix the initial device operstateAtsushi Nemoto1-0/+1
2015-09-03net: eth: altera: fix napi poll_list corruptionAtsushi Nemoto1-2/+1
2015-08-12net: eth: altera: Remove sgdmadesclen member from altera_tse_privateTobias Klauser3-6/+4
2015-04-29altera_tse: Correct rx packet lengthVlastimil Setka1-0/+6
2015-04-26altera tse: add support for fixed-links.Andreas Oetken1-8/+29
2015-04-25net: eth: altera: Resolve false errors from MSGDMA to TSEChee Nouk Phoon1-4/+1
2015-04-20altera tse: Error-Bit on tx-avalon-stream always set.Andreas Oetken1-1/+0
2015-04-17altera tse: Fix network-delays and -retransmissions after high throughput.Andreas Oetken1-2/+7
2015-03-17Altera TSE: constify of_device_id arrayFabian Frederick1-2/+2
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+23
2015-02-23altera_tse: Fixes in NAPI and interrupt handling pathsVlastimil Setka1-23/+22
2015-02-23altera_tse: Correct typo in obtaining tx_fifo_depth from devicetreeVlastimil Setka1-1/+1
2015-02-19net: eth: altera: Change reset_mac failure message masks from err to dbgVince Bridgers1-2/+10
2015-02-19net: eth: altera: Change access ports to mdio for all xMII applicationsVince Bridgers1-4/+4
2015-01-02Altera TSE: Add missing phydevKostya Belezko1-9/+6
2014-10-20net: ethernet: altera: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-05Altera TSE: Add support for no PHYWalter Lozano1-0/+8
2014-10-05Altera TSE: Move PHY get addr and MDIO createWalter Lozano1-21/+36
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-1/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-267/+371
2014-05-15Altera TSE: Disable Multicast filtering to workaround problemVince Bridgers1-0/+5
2014-05-15Altera TSE: Fix sparse errors and warningsVince Bridgers10-275/+367
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-110/+175
2014-05-05Altera TSE: ALTERA_TSE should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2014-04-30Altera TSE: Add missing include to silence sparse warningsTobias Klauser1-0/+1
2014-04-30Altera TSE: Fix DMA secriptor length initializationTobias Klauser1-37/+37
2014-04-26Altera TSE: Change driver name used by EthtoolVince Bridgers1-1/+7
2014-04-26Altera TSE: Fix Panic in probe routine when phy probe failsVince Bridgers1-21/+24
2014-04-26Altera TSE: Set the Pause Quanta value to the IEEE default valueVince Bridgers2-0/+4
2014-04-26Altera TSE: Work around unaligned DMA receive packet issue with Altera SGDMAVince Bridgers6-51/+101
2014-04-24Altera TSE: Remove unnecessary cast of void pointersTobias Klauser2-30/+22
2014-03-26altera: Remove casts of pointer to same typeJoe Perches1-2/+2
2014-03-24Altera TSE: Correct two typos in original submissionVince Bridgers1-3/+3
2014-03-24Altera TSE: Correct typecast issue detected by kbuild test robotVince Bridgers1-6/+4
2014-03-24Altera TSE: Set version number by driver's get regsVince Bridgers1-0/+8
2014-03-17Altera TSE: Add Altera Ethernet Driver Makefile and KconfigVince Bridgers2-0/+15
2014-03-17Altera TSE: Add main and header file for Altera Ethernet DriverVince Bridgers2-0/+2029
2014-03-17Altera TSE: Add Miscellaneous Files for Altera Ethernet DriverVince Bridgers3-0/+298
2014-03-17Altera TSE: Add Altera Ethernet Driver SGDMA file componentsVince Bridgers3-0/+670
2014-03-17Altera TSE: Add Altera Ethernet Driver MSGDMA File ComponentsVince Bridgers3-0/+403