aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/xilinx_axienet_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-5/+3
2019-11-06net: axienet: Fix error return code in axienet_probe()Wei Yongjun1-4/+0
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-4/+2
2019-09-27net: axienet: fix a signedness bug in probeDan Carpenter1-1/+1
2019-07-08net: axienet: fix a potential double free in axienet_probe()Wen Yang1-1/+0
2019-06-13net: axienet: move use of resource after validity checkRobert Hancock1-1/+1
2019-06-06net: axienet: convert to phylink APIRobert Hancock1-99/+187
2019-06-06net: axienet: make use of axistream-connected attribute optionalRobert Hancock1-15/+28
2019-06-06net: axienet: stop interface during shutdownRobert Hancock1-0/+14
2019-06-06net: axienet: Make missing MAC address non-fatalRobert Hancock1-2/+3
2019-06-06net: axienet: Fix race condition causing TX hangRobert Hancock1-3/+17
2019-06-06net: axienet: Add optional support for Ethernet core interruptRobert Hancock1-0/+49
2019-06-06net: axienet: Support shared interruptsRobert Hancock1-6/+8
2019-06-06net: axienet: Add DMA registers to ethtool register dumpRobert Hancock1-1/+9
2019-06-06net: axienet: Make RX/TX ring sizes configurableRobert Hancock1-25/+65
2019-06-06net: axienet: Cleanup DMA device reset and halt processRobert Hancock1-14/+40
2019-06-06net: axienet: Re-initialize MDIO registers properly after resetRobert Hancock1-23/+15
2019-06-06net: axienet: fix teardown order of MDIO busRobert Hancock1-1/+1
2019-06-06net: axienet: Use clock framework to get device clock rateRobert Hancock1-2/+21
2019-06-06net: axienet: fix MDIO bus namingRobert Hancock1-0/+1
2019-06-06net: axienet: Use standard IO accessorsRobert Hancock1-2/+2
2019-06-06net: axienet: Fix casting of pointers to u32Robert Hancock1-12/+14
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-03-23net: xilinx: fix possible object reference leakWen Yang1-0/+2
2019-02-14net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-6/+6
2018-09-19net: xilinx: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2018-06-03net: axienet: remove stale comment of axienet_openYueHaibing1-1/+0
2017-07-17net: axienet: add support for standard phy-mode bindingAlvaro G. M1-12/+36
2017-03-06net: axienet: use eth_hw_addr_random()Tobias Klauser1-1/+1
2016-12-08net: axienet: Utilize of_get_mac_address()Tobias Klauser1-6/+7
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-3/+4
2016-10-13net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser1-6/+5
2016-10-06net: axienet: Add missing \n to end of dev_err messagesColin Ian King1-2/+2
2016-08-31net: axienet: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-07-20net: axienet: Fix return value check in axienet_probe()Wei Yongjun1-2/+2
2016-07-15net: ethernet: xilinx: axienet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-45/+2
2016-07-15net: ethernet: xilinx: axienet: use phydev from struct net_devicePhilippe Reynes1-19/+16
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-07-09net: axienet: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski1-4/+4
2015-05-05net: axienet: Fix kernel-doc warningsMichal Simek1-14/+24
2015-05-05net: axienet: Removed _of_ prefix in probe and remove functionsSrikanth Thokala1-7/+7
2015-05-05net: axienet: Use of_property_* callsSrikanth Thokala1-20/+15
2015-05-05net: axienet: Use devm_* callsSrikanth Thokala1-27/+27
2015-05-05net: axienet: Use pdev instead of opSrikanth Thokala1-23/+24
2015-05-05net: axienet: Fix comments blocksMichal Simek1-13/+21
2015-05-05net: axienet: Removed coding style errors and warningsSrikanth Thokala1-10/+10
2015-05-05net: axienet: Support phy-less mode of operationSrikanth Thokala1-5/+5