summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
AgeCommit message (Expand)Author
2020-03-24net: axienet: Allow DMA to beyond 4GBAndre Przywara
2020-03-24net: axienet: Autodetect 64-bit DMA capabilityAndre Przywara
2020-03-24net: axienet: Upgrade descriptors to hold 64-bit addressesAndre Przywara
2020-03-24net: axienet: Wrap DMA pointer writes to prepare for 64 bitAndre Przywara
2020-03-24net: axienet: Add mii-tool supportAndre Przywara
2020-03-24net: axienet: Drop MDIO interrupt registers from ethtools dumpAndre Przywara
2020-03-24net: axienet: Mark eth_irq as optionalAndre Przywara
2020-03-24net: axienet: Check for DMA mapping errorsAndre Przywara
2020-03-24net: axienet: Factor out TX descriptor chain cleanupAndre Przywara
2020-03-24net: axienet: Improve DMA error handlingAndre Przywara
2020-03-24net: axienet: Fix DMA descriptor cleanup pathAndre Przywara
2020-03-24net: axienet: Propagate failure of DMA descriptor setupAndre Przywara
2020-03-24net: axienet: Convert DMA error handler to a work queueAndre Przywara
2020-03-17net: axienet: let core reject the unsupported coalescing parametersJakub Kicinski
2020-02-27net: axienet: use resolved link config in mac_link_up()Russell King
2020-02-27net: 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