summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: axienet: Allow DMA to beyond 4GBAndre Przywara2020-03-241-0/+8
* net: axienet: Autodetect 64-bit DMA capabilityAndre Przywara2020-03-241-0/+26
* net: axienet: Upgrade descriptors to hold 64-bit addressesAndre Przywara2020-03-241-35/+78
* net: axienet: Wrap DMA pointer writes to prepare for 64 bitAndre Przywara2020-03-241-10/+16
* net: axienet: Add mii-tool supportAndre Przywara2020-03-241-0/+11
* net: axienet: Drop MDIO interrupt registers from ethtools dumpAndre Przywara2020-03-241-4/+0
* net: axienet: Mark eth_irq as optionalAndre Przywara2020-03-241-2/+2
* net: axienet: Check for DMA mapping errorsAndre Przywara2020-03-241-1/+30
* net: axienet: Factor out TX descriptor chain cleanupAndre Przywara2020-03-241-22/+57
* net: axienet: Improve DMA error handlingAndre Przywara2020-03-241-2/+2
* net: axienet: Fix DMA descriptor cleanup pathAndre Przywara2020-03-241-15/+28
* net: axienet: Propagate failure of DMA descriptor setupAndre Przywara2020-03-241-7/+19
* net: axienet: Convert DMA error handler to a work queueAndre Przywara2020-03-241-12/+12
* net: axienet: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-171-21/+1
* net: axienet: use resolved link config in mac_link_up()Russell King2020-02-271-19/+19
* net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-271-3/+4
* 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