summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/xilinx
AgeCommit message (Expand)AuthorFilesLines
2021-04-20net: xilinx: drivers need/depend on HAS_IOMEMRandy Dunlap1-0/+3
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle3-17/+14
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+18
2021-03-29net: axienet: Remove redundant dev_err call in axienet_probe()Guobin Huang1-1/+0
2021-03-27net: axienet: Enable more clocksRobert Hancock3-11/+35
2021-03-26net: axienet: allow setups without MDIODaniel Mack2-6/+18
2021-03-13net: axienet: Fix probe error cleanupRobert Hancock1-12/+25
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+12
2021-02-17drivers: net: xilinx_emaclite: remove arch limitationGary Guo2-3/+2
2021-02-13net: axienet: Support dynamic switching between 1000BaseX and SGMIIRobert Hancock2-18/+71
2021-02-13net: axienet: hook up nway_reset ethtool operationRobert Hancock1-0/+8
2021-02-13net: axienet: Handle deferred probe on clock properlyRobert Hancock1-14/+12
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+3
2020-12-09net: ll_temac: Fix potential NULL dereference in temac_probe()Zhang Changzhong1-6/+3
2020-11-13drivers: net: xilinx_emaclite: Add COMPILE_TEST supportAndrew Lunn1-1/+1
2020-11-13drivers: net: xilinx_emaclite: Fix -Wpointer-to-int-cast warnings with W=1Andrew Lunn1-6/+7
2020-11-13drivers: net: xilinx_emaclite: Add missing parameter kerneldocAndrew Lunn1-0/+1
2020-11-07net: xilinx: axiethernet: Enable dynamic MDIO MDCClayton Rayment2-23/+25
2020-11-07net: xilinx: axiethernet: Introduce helper functions for MDC enable/disableRadhey Shyam Pandey2-5/+26
2020-11-01net: axienet: Properly handle PCS/PMA PHY for 1000BaseX modeRobert Hancock2-26/+71
2020-09-26drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg1-13/+13
2020-09-07net: xilinx: remove redundant null check before clk_disable_unprepare()Zhang Changzhong1-2/+1
2020-07-31net: ll_temac: Use devm_platform_ioremap_resource_byname()Wang Hai1-4/+2
2020-06-15net: axienet: fix spelling mistake in comment "Exteneded" -> "extended"Colin Ian King1-1/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-05-01net: ll_temac: Fix return value check in temac_probe()Wei Yongjun1-4/+4
2020-03-25net: axienet: Allow DMA to beyond 4GBAndre Przywara1-0/+8
2020-03-25net: axienet: Autodetect 64-bit DMA capabilityAndre Przywara2-0/+27
2020-03-25net: axienet: Upgrade descriptors to hold 64-bit addressesAndre Przywara2-39/+83
2020-03-25net: axienet: Wrap DMA pointer writes to prepare for 64 bitAndre Przywara1-10/+16
2020-03-25net: axienet: Add mii-tool supportAndre Przywara1-0/+11
2020-03-25net: axienet: Drop MDIO interrupt registers from ethtools dumpAndre Przywara2-11/+0
2020-03-25net: axienet: Mark eth_irq as optionalAndre Przywara1-2/+2
2020-03-25net: axienet: Check for DMA mapping errorsAndre Przywara1-1/+30
2020-03-25net: axienet: Factor out TX descriptor chain cleanupAndre Przywara1-22/+57
2020-03-25net: axienet: Improve DMA error handlingAndre Przywara1-2/+2
2020-03-25net: axienet: Fix DMA descriptor cleanup pathAndre Przywara1-15/+28
2020-03-25net: axienet: Propagate failure of DMA descriptor setupAndre Przywara1-7/+19
2020-03-25net: axienet: Convert DMA error handler to a work queueAndre Przywara2-13/+13
2020-03-25net: xilinx: temac: Relax Kconfig dependenciesAndre Przywara1-1/+0
2020-03-18net: axienet: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+1
2020-03-18net: ll_temac: let core reject the unsupported coalescing parametersJakub Kicinski1-19/+2
2020-03-01net: ll_temac: Add ethtool support for coalesce parametersEsben Haabendal2-22/+81
2020-03-01net: ll_temac: Make RX/TX ring sizes configurableEsben Haabendal2-26/+72
2020-03-01net: ll_temac: Remove unused start_p variableEsben Haabendal1-2/+1
2020-03-01net: ll_temac: Remove unused tx_bd_next struct fieldEsben Haabendal2-2/+0
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-38/+175
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
2020-02-24net: ll_temac: Handle DMA halt condition caused by buffer underrunEsben Haabendal2-5/+56