aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/apm/xgene/xgene_enet_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-5/+4
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-3/+1
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn1-3/+3
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus1-3/+3
2017-09-05drivers: net: xgene: Configure tx/rx delay for ACPIQuan Nguyen1-5/+2
2017-05-19xgene: Check all RGMII phy mode variantsIyappan Subramanian1-6/+6
2017-05-16drivers: net: xgene: Fix redundant prefetch buffer cleanupIyappan Subramanian1-21/+0
2017-05-16drivers: net: xgene: Workaround for HW errata 10GE_4Quan Nguyen1-0/+2
2017-05-16drivers: net: xgene: Add rx_overrun/tx_underrun statisticsIyappan Subramanian1-0/+11
2017-05-16drivers: net: xgene: Extend ethtool statisticsQuan Nguyen1-0/+29
2017-05-16drivers: net: xgene: Refactor statistics error parsing codeQuan Nguyen1-6/+0
2017-05-16drivers: net: xgene: Use rgmii mdio mac accessQuan Nguyen1-0/+14
2017-05-16drivers: net: xgene: Protect indirect MAC accessIyappan Subramanian1-69/+50
2017-03-15drivers: net: xgene: Add workaround for errata 10GE_8/ENET_11Iyappan Subramanian1-1/+1
2017-03-15drivers: net: xgene: Fix hardware checksum settingQuan Nguyen1-0/+1
2016-12-03drivers: net: xgene: Add flow control initializationIyappan Subramanian1-0/+57
2016-12-03drivers: net: xgene: Add flow control configurationIyappan Subramanian1-0/+48
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-2/+5
2016-12-03drivers: net: xgene: Add helper functionIyappan Subramanian1-12/+7
2016-11-01drivers: net: xgene: fix: Disable coalescing on v1 hardwareIyappan Subramanian1-12/+0
2016-09-13net: ethernet: apm: xgene: use phydev from struct net_devicePhilippe Reynes1-12/+12
2016-09-01net: xgene: fix backward compatibility fixArnd Bergmann1-4/+0
2016-08-13drivers: net: xgene: Fix backward compatibilityIyappan Subramanian1-9/+9
2016-08-03net: xgene: fix maybe-uninitialized variableArnd Bergmann1-0/+2
2016-08-01ethernet: apm: xgene: add missing of_node_put after calling of_parse_phandlePeter Chen1-0/+1
2016-07-26xgene: Fix build warning with ACPI disabled.David S. Miller1-2/+1
2016-07-25drivers: net: xgene: Use exported functionsIyappan Subramanian1-88/+9
2016-07-25drivers: net: xgene: Enable MDIO driverIyappan Subramanian1-4/+4
2016-07-25drivers: net: xgene: Add backward compatibilityIyappan Subramanian1-6/+51
2016-07-25drivers: net: xgene: Fix module unload crash - clkrst sequenceIyappan Subramanian1-11/+23
2016-07-25drivers: net: xgene: Fix module unload crash - change sw sequenceIyappan Subramanian1-1/+1
2016-07-25drivers: net: xgene: Fix module unload crash - hw resource cleanupIyappan Subramanian1-0/+41
2016-07-25drivers: net: xgene: Separate set_speed from mac_initIyappan Subramanian1-12/+18
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+11
2016-05-13drivers: net: xgene: fix statistics counters race conditionIyappan Subramanian1-8/+11
2016-04-26xgene: get_phy_device() doesn't return NULL anymoreSergei Shtylyov1-1/+1
2016-02-17drivers: net: xgene: Add support for multiple queuesIyappan Subramanian1-0/+12
2015-12-08drivers: net: xgene: constify xgene_mac_ops and xgene_port_ops structuresJulia Lawall1-2/+2
2015-11-08drivers: net: xgene: fix RGMII 10/100Mb modeIyappan Subramanian1-2/+47
2015-10-30drivers: net: xgene: Add support RGMII TX/RX delay configurationIyappan Subramanian1-1/+7
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+16
2015-09-24net: fix phy refcounting in a bunch of driversRussell King1-8/+16
2015-09-15driver: net: xgene: Add support for 2nd 10GbE portIyappan Subramanian1-1/+2
2015-08-25drivers: net: xgene: fix: Oops in linkwatch_fire_eventIyappan Subramanian1-0/+3
2015-06-23drivers: net: xgene: Check for IS_ERR rather than NULL for clock.Suman Tripathi1-2/+3
2015-06-23drivers: net: xgene: Fix the ACPI support for RGMII/SGMII0/XFI interface of APM X-Gene SoC ethernet controller.Suman Tripathi1-1/+1