summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-231-5/+3
* net: axienet: Fix error return code in axienet_probe()Wei Yongjun2019-11-061-4/+0
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-4/+2
* net: axienet: fix a signedness bug in probeDan Carpenter2019-09-271-1/+1
* net: axienet: fix a potential double free in axienet_probe()Wen Yang2019-07-081-1/+0
* net: axienet: move use of resource after validity checkRobert Hancock2019-06-131-1/+1
* net: axienet: convert to phylink APIRobert Hancock2019-06-061-99/+187
* net: axienet: make use of axistream-connected attribute optionalRobert Hancock2019-06-061-15/+28
* net: axienet: stop interface during shutdownRobert Hancock2019-06-061-0/+14
* net: axienet: Make missing MAC address non-fatalRobert Hancock2019-06-061-2/+3
* net: axienet: Fix race condition causing TX hangRobert Hancock2019-06-061-3/+17
* net: axienet: Add optional support for Ethernet core interruptRobert Hancock2019-06-061-0/+49
* net: axienet: Support shared interruptsRobert Hancock2019-06-061-6/+8
* net: axienet: Add DMA registers to ethtool register dumpRobert Hancock2019-06-061-1/+9
* net: axienet: Make RX/TX ring sizes configurableRobert Hancock2019-06-061-25/+65
* net: axienet: Cleanup DMA device reset and halt processRobert Hancock2019-06-061-14/+40
* net: axienet: Re-initialize MDIO registers properly after resetRobert Hancock2019-06-061-23/+15
* net: axienet: fix teardown order of MDIO busRobert Hancock2019-06-061-1/+1
* net: axienet: Use clock framework to get device clock rateRobert Hancock2019-06-061-2/+21
* net: axienet: fix MDIO bus namingRobert Hancock2019-06-061-0/+1
* net: axienet: Use standard IO accessorsRobert Hancock2019-06-061-2/+2
* net: axienet: Fix casting of pointers to u32Robert Hancock2019-06-061-12/+14
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: xilinx: fix possible object reference leakWen Yang2019-03-231-0/+2
* net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-141-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-6/+6
* net: xilinx: fix return type of ndo_start_xmit functionYueHaibing2018-09-191-1/+2
* net: axienet: remove stale comment of axienet_openYueHaibing2018-06-031-1/+0
* net: axienet: add support for standard phy-mode bindingAlvaro G. M2017-07-171-12/+36
* net: axienet: use eth_hw_addr_random()Tobias Klauser2017-03-061-1/+1
* net: axienet: Utilize of_get_mac_address()Tobias Klauser2016-12-081-6/+7
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-3/+4
* net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser2016-10-131-6/+5
* net: axienet: Add missing \n to end of dev_err messagesColin Ian King2016-10-061-2/+2
* net: axienet: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* net: axienet: Fix return value check in axienet_probe()Wei Yongjun2016-07-201-2/+2
* net: ethernet: xilinx: axienet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-151-45/+2
* net: ethernet: xilinx: axienet: use phydev from struct net_devicePhilippe Reynes2016-07-151-19/+16
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0
* net: axienet: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski2015-07-091-4/+4
* net: axienet: Fix kernel-doc warningsMichal Simek2015-05-051-14/+24
* net: axienet: Removed _of_ prefix in probe and remove functionsSrikanth Thokala2015-05-051-7/+7
* net: axienet: Use of_property_* callsSrikanth Thokala2015-05-051-20/+15
* net: axienet: Use devm_* callsSrikanth Thokala2015-05-051-27/+27
* net: axienet: Use pdev instead of opSrikanth Thokala2015-05-051-23/+24
* net: axienet: Fix comments blocksMichal Simek2015-05-051-13/+21
* net: axienet: Removed coding style errors and warningsSrikanth Thokala2015-05-051-10/+10
* net: axienet: Support phy-less mode of operationSrikanth Thokala2015-05-051-5/+5
OpenPOWER on IntegriCloud