aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2019-07-27drivers: net: xgene: Move status variable declaration into CONFIG_ACPI blockNathan Chancellor1-1/+2
2019-07-24drivers: net: xgene: Remove acpi_has_method() callsKelsey Skunberg1-4/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2017-05-16drivers: net: xgene: Fix redundant prefetch buffer cleanupIyappan Subramanian1-20/+0
2017-05-16drivers: net: xgene: Workaround for HW errata 10GE_4Quan Nguyen1-0/+5
2017-05-16drivers: net: xgene: Add rx_overrun/tx_underrun statisticsIyappan Subramanian1-0/+14
2017-05-16drivers: net: xgene: Protect indirect MAC accessIyappan Subramanian1-71/+0
2016-12-03drivers: net: xgene: Add flow control initializationIyappan Subramanian1-1/+43
2016-12-03drivers: net: xgene: Add flow control configurationIyappan Subramanian1-15/+49
2016-12-03drivers: net: xgene: Add change_mtu functionIyappan Subramanian1-0/+6
2016-12-03drivers: net: xgene: Add support for Jumbo frameIyappan Subramanian1-0/+3
2016-12-03drivers: net: xgene: Configure classifier with pagepoolIyappan Subramanian1-3/+6
2016-12-03drivers: net: xgene: Add helper functionIyappan Subramanian1-13/+7
2016-07-25drivers: net: xgene: Add backward compatibilityIyappan Subramanian1-1/+8
2016-07-25drivers: net: xgene: Fix module unload crash - clkrst sequenceIyappan Subramanian1-6/+39
2016-07-25drivers: net: xgene: Fix module unload crash - hw resource cleanupIyappan Subramanian1-3/+49
2016-07-25drivers: net: xgene: Separate set_speed from mac_initIyappan Subramanian1-19/+116
2015-12-08drivers: net: xgene: constify xgene_mac_ops and xgene_port_ops structuresJulia Lawall1-2/+2
2015-06-23drivers: net: xgene: Check for IS_ERR rather than NULL for clock.Suman Tripathi1-4/+7
2015-04-30drivers: net: xgene: Add SGMII based 1GbE support with ring manager v2Iyappan Subramanian1-18/+44
2015-03-18drivers: net: xgene: Add second SGMII based 1G interfaceKeyur Chudgar1-4/+6
2014-11-04drivers: net: xgene: Backward compatibility with older firmwareIyappan Subramanian1-1/+6
2014-10-25drivers: net: xgene: Rewrite buggy loop in xgene_enet_ecc_init()Geert Uytterhoeven1-9/+7
2014-10-14drivers: net: xgene: Add SGMII based 1GbE supportIyappan Subramanian1-0/+389