summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/xilinx_axienet.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: xilinx: axienet: Remove unused checksum variablesSean Anderson2024-09-111-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-061-0/+3
|\
| * net: xilinx: axienet: Fix race in axienet_stopSean Anderson2024-09-051-0/+3
* | net: xilinx: axienet: Support IFF_ALLMULTISean Anderson2024-08-261-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-231-0/+1
|\|
| * net: xilinx: axienet: Fix dangling multicast addressesSean Anderson2024-08-221-0/+1
* | net: xilinx: axienet: Add statistics supportSean Anderson2024-08-221-0/+85
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-161-8/+8
|\|
| * net: axienet: Fix register defines comment descriptionRadhey Shyam Pandey2024-08-121-8/+8
* | net: axienet: Replace the occurrences of (1<<x) by BIT(x)Appana Durga Kedareswara Rao2024-08-021-14/+14
|/
* net: axienet: Fix kernel doc warningsSuraj Gupta2024-03-291-2/+2
* net: axienet: Introduce dmaengine supportRadhey Shyam Pandey2023-11-211-0/+33
* net: axienet: Preparatory changes for dmaengine supportSarath Babu Naidu Gaddam2023-11-211-0/+2
* net: axienet: Unexport and remove unused mdio functionsAndy Chiu2022-11-211-2/+0
* net: ll_temac: axienet: align with open parenthesishuangjunxian2022-09-221-1/+1
* net: axienet: Switch to 64-bit RX/TX statisticsRobert Hancock2022-09-011-0/+12
* xilinx: Fix build on x86.David S. Miller2022-06-131-4/+4
* net: axienet: Use iowrite64 to write all 64b descriptor pointersAndy Chiu2022-06-131-3/+18
* net: axienet: make the 64b addresable DMA depends on 64b archecturesAndy Chiu2022-06-131-0/+36
* net: axienet: Use NAPI for TX completion pathRobert Hancock2022-05-131-26/+28
* net: axienet: factor out phy_node in struct axienet_localAndy Chiu2022-04-061-2/+0
* net: axienet: add coalesce timer ethtool configurationRobert Hancock2022-03-051-3/+7
* net: axienet: reduce default RX interrupt threshold to 1Robert Hancock2022-03-051-1/+1
* net: axienet: implement NAPI and GRO receiveRobert Hancock2022-03-051-0/+6
* net: axienet: convert to phylink_pcsRussell King (Oracle)2022-01-261-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-101-0/+12
|\
| * net: axienet: allow setups without MDIODaniel Mack2021-03-261-0/+12
* | net: axienet: Enable more clocksRobert Hancock2021-03-261-2/+6
|/
* net: axienet: Support dynamic switching between 1000BaseX and SGMIIRobert Hancock2021-02-131-11/+18
* net: xilinx: axiethernet: Introduce helper functions for MDC enable/disableRadhey Shyam Pandey2020-11-071-0/+2
* net: axienet: Properly handle PCS/PMA PHY for 1000BaseX modeRobert Hancock2020-10-311-0/+3
* net: axienet: fix spelling mistake in comment "Exteneded" -> "extended"Colin Ian King2020-06-151-1/+1
* net: axienet: Autodetect 64-bit DMA capabilityAndre Przywara2020-03-251-0/+1
* net: axienet: Upgrade descriptors to hold 64-bit addressesAndre Przywara2020-03-251-4/+5
* net: axienet: Drop MDIO interrupt registers from ethtools dumpAndre Przywara2020-03-251-7/+0
* net: axienet: Convert DMA error handler to a work queueAndre Przywara2020-03-251-1/+1
* net: axienet: convert to phylink APIRobert Hancock2019-06-071-1/+4
* net: axienet: Add optional support for Ethernet core interruptRobert Hancock2019-06-071-0/+1
* net: axienet: Make RX/TX ring sizes configurableRobert Hancock2019-06-071-0/+2
* net: axienet: Cleanup DMA device reset and halt processRobert Hancock2019-06-071-0/+2
* net: axienet: Re-initialize MDIO registers properly after resetRobert Hancock2019-06-071-1/+2
* net: axienet: Use clock framework to get device clock rateRobert Hancock2019-06-071-1/+4
* net: axienet: fix MDIO bus namingRobert Hancock2019-06-071-0/+2
* net: axienet: Use standard IO accessorsRobert Hancock2019-06-071-2/+2
* net: axienet: Fix casting of pointers to u32Robert Hancock2019-06-071-8/+3
* 1/2] net: axienet: use readx_poll_timeout() in mdio wait functionKurt Kanzenbach2019-05-211-0/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: axienet: add support for standard phy-mode bindingAlvaro G. M2017-07-171-2/+2
* net: ethernet: xilinx: axienet: use phydev from struct net_devicePhilippe Reynes2016-07-161-2/+0
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-2/+0