summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
AgeCommit message (Expand)Author
2020-02-28net: axienet: use resolved link config in mac_link_up()Russell King
2020-02-28net: phylink: propagate resolved link config via mac_link_up()Russell King
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King
2019-11-06net: axienet: Fix error return code in axienet_probe()Wei Yongjun
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-09-27net: axienet: fix a signedness bug in probeDan Carpenter
2019-07-08net: axienet: fix a potential double free in axienet_probe()Wen Yang
2019-06-13net: axienet: move use of resource after validity checkRobert Hancock
2019-06-06net: axienet: convert to phylink APIRobert Hancock
2019-06-06net: axienet: make use of axistream-connected attribute optionalRobert Hancock
2019-06-06net: axienet: stop interface during shutdownRobert Hancock
2019-06-06net: axienet: Make missing MAC address non-fatalRobert Hancock
2019-06-06net: axienet: Fix race condition causing TX hangRobert Hancock
2019-06-06net: axienet: Add optional support for Ethernet core interruptRobert Hancock
2019-06-06net: axienet: Support shared interruptsRobert Hancock
2019-06-06net: axienet: Add DMA registers to ethtool register dumpRobert Hancock
2019-06-06net: axienet: Make RX/TX ring sizes configurableRobert Hancock
2019-06-06net: axienet: Cleanup DMA device reset and halt processRobert Hancock
2019-06-06net: axienet: Re-initialize MDIO registers properly after resetRobert Hancock
2019-06-06net: axienet: fix teardown order of MDIO busRobert Hancock
2019-06-06net: axienet: Use clock framework to get device clock rateRobert Hancock
2019-06-06net: axienet: fix MDIO bus namingRobert Hancock
2019-06-06net: axienet: Use standard IO accessorsRobert Hancock
2019-06-06net: axienet: Fix casting of pointers to u32Robert Hancock
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-03-23net: xilinx: fix possible object reference leakWen Yang
2019-02-14net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-09-19net: xilinx: fix return type of ndo_start_xmit functionYueHaibing
2018-06-03net: axienet: remove stale comment of axienet_openYueHaibing
2017-07-17net: axienet: add support for standard phy-mode bindingAlvaro G. M
2017-03-06net: axienet: use eth_hw_addr_random()Tobias Klauser
2016-12-08net: axienet: Utilize of_get_mac_address()Tobias Klauser
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson
2016-10-13net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser
2016-10-06net: axienet: Add missing \n to end of dev_err messagesColin Ian King
2016-08-31net: axienet: constify ethtool_ops structuresJulia Lawall
2016-07-20net: axienet: Fix return value check in axienet_probe()Wei Yongjun
2016-07-15net: ethernet: xilinx: axienet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-15net: ethernet: xilinx: axienet: use phydev from struct net_devicePhilippe Reynes
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-07-09net: axienet: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski
2015-05-05net: axienet: Fix kernel-doc warningsMichal Simek
2015-05-05net: axienet: Removed _of_ prefix in probe and remove functionsSrikanth Thokala
2015-05-05net: axienet: Use of_property_* callsSrikanth Thokala
2015-05-05net: axienet: Use devm_* callsSrikanth Thokala
2015-05-05net: axienet: Use pdev instead of opSrikanth Thokala
2015-05-05net: axienet: Fix comments blocksMichal Simek