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