summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
AgeCommit message (Expand)Author
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-06-10net: axienet: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-05-30net: axienet: Fix fall-through warning for ClangGustavo A. R. Silva
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-03-29net: axienet: Remove redundant dev_err call in axienet_probe()Guobin Huang
2021-03-26net: axienet: Enable more clocksRobert Hancock
2021-03-25net: axienet: allow setups without MDIODaniel Mack
2021-03-12net: axienet: Fix probe error cleanupRobert Hancock
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-12net: axienet: Support dynamic switching between 1000BaseX and SGMIIRobert Hancock
2021-02-12net: axienet: hook up nway_reset ethtool operationRobert Hancock
2021-02-12net: axienet: Handle deferred probe on clock properlyRobert Hancock
2020-11-07net: xilinx: axiethernet: Enable dynamic MDIO MDCClayton Rayment
2020-10-31net: axienet: Properly handle PCS/PMA PHY for 1000BaseX modeRobert Hancock
2020-09-07net: xilinx: remove redundant null check before clk_disable_unprepare()Zhang Changzhong
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