aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/xilinx
AgeCommit message (Expand)Author
2022-06-13xilinx: Fix build on x86.David S. Miller
2022-06-13net: axienet: Use iowrite64 to write all 64b descriptor pointersAndy Chiu
2022-06-13net: axienet: make the 64b addresable DMA depends on 64b archecturesAndy Chiu
2022-05-13net: axienet: Use NAPI for TX completion pathRobert Hancock
2022-05-13net: axienet: Be more careful about updating tx_bd_tailRobert Hancock
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-03net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham
2022-05-03net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham
2022-04-15net: emaclite: Remove custom BUFFER_ALIGN macroShravya Kumbham
2022-04-15net: emaclite: Update copyright text to correct formatMichal Simek
2022-04-15net: emaclite: Fix coding styleRadhey Shyam Pandey
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-06net: ethernet: xilinx: use of_property_read_bool() instead of of_get_propertyWang Qing
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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-09net: axienet: Use napi_alloc_skb when refilling RX ringRobert Hancock
2022-03-08ethernet: Fix error handling in xemaclite_of_probeMiaoqian Lin
2022-03-05net: axienet: add coalesce timer ethtool configurationRobert Hancock
2022-03-05net: axienet: reduce default RX interrupt threshold to 1Robert 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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-18net: ll_temac: check the return value of devm_kmalloc()Xiaoke Wang
2022-02-18net: ethernet: xilinx: cleanup commentsTom Rix
2022-02-17net: ll_temac: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET
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-27net: xilinx: emaclite: Use platform_get_irq() to get the interruptLad Prabhakar
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-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski