summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/apm/xgene/xgene_enet_hw.c
AgeCommit message (Expand)Author
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2019-07-27drivers: net: xgene: Move status variable declaration into CONFIG_ACPI blockNathan Chancellor
2019-07-24drivers: net: xgene: Remove acpi_has_method() callsKelsey Skunberg
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus
2017-09-05drivers: net: xgene: Configure tx/rx delay for ACPIQuan Nguyen
2017-05-19xgene: Check all RGMII phy mode variantsIyappan Subramanian
2017-05-16drivers: net: xgene: Fix redundant prefetch buffer cleanupIyappan Subramanian
2017-05-16drivers: net: xgene: Workaround for HW errata 10GE_4Quan Nguyen
2017-05-16drivers: net: xgene: Add rx_overrun/tx_underrun statisticsIyappan Subramanian
2017-05-16drivers: net: xgene: Extend ethtool statisticsQuan Nguyen
2017-05-16drivers: net: xgene: Refactor statistics error parsing codeQuan Nguyen
2017-05-16drivers: net: xgene: Use rgmii mdio mac accessQuan Nguyen
2017-05-16drivers: net: xgene: Protect indirect MAC accessIyappan Subramanian
2017-03-15drivers: net: xgene: Add workaround for errata 10GE_8/ENET_11Iyappan Subramanian
2017-03-15drivers: net: xgene: Fix hardware checksum settingQuan Nguyen
2016-12-03drivers: net: xgene: Add flow control initializationIyappan Subramanian
2016-12-03drivers: net: xgene: Add flow control configurationIyappan Subramanian
2016-12-03drivers: net: xgene: Add change_mtu functionIyappan Subramanian
2016-12-03drivers: net: xgene: Add support for Jumbo frameIyappan Subramanian
2016-12-03drivers: net: xgene: Configure classifier with pagepoolIyappan Subramanian
2016-12-03drivers: net: xgene: Add helper functionIyappan Subramanian
2016-11-01drivers: net: xgene: fix: Disable coalescing on v1 hardwareIyappan Subramanian
2016-09-13net: ethernet: apm: xgene: use phydev from struct net_devicePhilippe Reynes
2016-09-01net: xgene: fix backward compatibility fixArnd Bergmann
2016-08-13drivers: net: xgene: Fix backward compatibilityIyappan Subramanian
2016-08-03net: xgene: fix maybe-uninitialized variableArnd Bergmann
2016-08-01ethernet: apm: xgene: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-07-26xgene: Fix build warning with ACPI disabled.David S. Miller
2016-07-25drivers: net: xgene: Use exported functionsIyappan Subramanian
2016-07-25drivers: net: xgene: Enable MDIO driverIyappan Subramanian
2016-07-25drivers: net: xgene: Add backward compatibilityIyappan Subramanian
2016-07-25drivers: net: xgene: Fix module unload crash - clkrst sequenceIyappan Subramanian
2016-07-25drivers: net: xgene: Fix module unload crash - change sw sequenceIyappan Subramanian
2016-07-25drivers: net: xgene: Fix module unload crash - hw resource cleanupIyappan Subramanian
2016-07-25drivers: net: xgene: Separate set_speed from mac_initIyappan Subramanian
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-13drivers: net: xgene: fix statistics counters race conditionIyappan Subramanian
2016-04-26xgene: get_phy_device() doesn't return NULL anymoreSergei Shtylyov
2016-02-17drivers: net: xgene: Add support for multiple queuesIyappan Subramanian
2015-12-08drivers: net: xgene: constify xgene_mac_ops and xgene_port_ops structuresJulia Lawall
2015-11-08drivers: net: xgene: fix RGMII 10/100Mb modeIyappan Subramanian
2015-10-30drivers: net: xgene: Add support RGMII TX/RX delay configurationIyappan Subramanian
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-24net: fix phy refcounting in a bunch of driversRussell King
2015-09-15driver: net: xgene: Add support for 2nd 10GbE portIyappan Subramanian
2015-08-25drivers: net: xgene: fix: Oops in linkwatch_fire_eventIyappan Subramanian
2015-06-23drivers: net: xgene: Check for IS_ERR rather than NULL for clock.Suman Tripathi