summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
AgeCommit message (Expand)Author
2022-04-06net: axiemac: use a phandle to reference pcs_phyAndy Chiu
2022-04-06net: axienet: factor out phy_node in struct axienet_localAndy Chiu
2022-04-06net: axienet: setup mdio unconditionallyAndy Chiu
2022-03-09net: axienet: Use napi_alloc_skb when refilling RX ringRobert Hancock
2022-03-05net: axienet: add coalesce timer ethtool configurationRobert Hancock
2022-03-05net: axienet: implement NAPI and GRO receiveRobert Hancock
2022-03-05net: axienet: don't set IRQ timer when IRQ delay not usedRobert Hancock
2022-03-05net: axienet: Clean up DMA start/stop and error handlingRobert Hancock
2022-03-05net: axienet: Clean up device used for DMA callsRobert Hancock
2022-03-05net: axienet: fix RX ring refill allocation failure handlingRobert Hancock
2022-02-18net: ethernet: xilinx: cleanup commentsTom Rix
2022-01-26net: axienet: replace mdiobus_write() with mdiodev_write()Russell King (Oracle)
2022-01-26net: axienet: convert to phylink_pcsRussell King (Oracle)
2022-01-19net: axienet: increase default TX ring size to 128Robert Hancock
2022-01-19net: axienet: fix for TX busy handlingRobert Hancock
2022-01-19net: axienet: fix number of TX ring slots for available checkRobert Hancock
2022-01-19net: axienet: Fix TX ring slot available checkRobert Hancock
2022-01-19net: axienet: limit minimum TX ring sizeRobert Hancock
2022-01-19net: axienet: add missing memory barriersRobert Hancock
2022-01-19net: axienet: reset core on initialization prior to MDIO accessRobert Hancock
2022-01-19net: axienet: Wait for PhyRstCmplt after core resetRobert Hancock
2022-01-19net: axienet: increase reset timeoutRobert Hancock
2021-12-13net: axienet: mark as a legacy_pre_march2020 driverRussell King (Oracle)
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-17net: axienet: use phylink_generic_validate()Russell King (Oracle)
2021-11-17net: axienet: remove interface checks in axienet_validate()Russell King (Oracle)
2021-11-17net: axienet: populate supported_interfaces memberRussell King (Oracle)
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
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