summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx
AgeCommit message (Expand)AuthorLines
2022-06-27net: axienet: Modify function descriptionDeming Wang-1/+1
2022-06-16net: axienet: add missing error return code in axienet_probe()Yang Yingliang-0/+1
2022-06-13xilinx: Fix build on x86.David S. Miller-4/+4
2022-06-13net: axienet: Use iowrite64 to write all 64b descriptor pointersAndy Chiu-3/+18
2022-06-13net: axienet: make the 64b addresable DMA depends on 64b archecturesAndy Chiu-24/+40
2022-05-13net: axienet: Use NAPI for TX completion pathRobert Hancock-85/+111
2022-05-13net: axienet: Be more careful about updating tx_bd_tailRobert Hancock-11/+15
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+12
2022-05-03net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham-3/+12
2022-05-03net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham-15/+0
2022-04-15net: emaclite: Remove custom BUFFER_ALIGN macroShravya Kumbham-16/+2
2022-04-15net: emaclite: Update copyright text to correct formatMichal Simek-1/+1
2022-04-15net: emaclite: Fix coding styleRadhey Shyam Pandey-20/+15
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+18
2022-04-06net: ethernet: xilinx: use of_property_read_bool() instead of of_get_propertyWang Qing-1/+1
2022-04-06net: axiemac: use a phandle to reference pcs_phyAndy Chiu-2/+9
2022-04-06net: axienet: factor out phy_node in struct axienet_localAndy Chiu-10/+5
2022-04-06net: axienet: setup mdio unconditionallyAndy Chiu-7/+6
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2022-03-09net: axienet: Use napi_alloc_skb when refilling RX ringRobert Hancock-1/+1
2022-03-08ethernet: Fix error handling in xemaclite_of_probeMiaoqian Lin-1/+3
2022-03-05net: axienet: add coalesce timer ethtool configurationRobert Hancock-14/+47
2022-03-05net: axienet: reduce default RX interrupt threshold to 1Robert Hancock-1/+1
2022-03-05net: axienet: implement NAPI and GRO receiveRobert Hancock-28/+59
2022-03-05net: axienet: don't set IRQ timer when IRQ delay not usedRobert Hancock-4/+14
2022-03-05net: axienet: Clean up DMA start/stop and error handlingRobert Hancock-175/+105
2022-03-05net: axienet: Clean up device used for DMA callsRobert Hancock-16/+16
2022-03-05net: axienet: fix RX ring refill allocation failure handlingRobert Hancock-30/+42
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2022-02-18net: ll_temac: check the return value of devm_kmalloc()Xiaoke Wang-0/+2
2022-02-18net: ethernet: xilinx: cleanup commentsTom Rix-6/+6
2022-02-17net: ll_temac: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET-2/+3
2022-01-26net: axienet: replace mdiobus_write() with mdiodev_write()Russell King (Oracle)-2/+1
2022-01-26net: axienet: convert to phylink_pcsRussell King (Oracle)-54/+55
2022-01-19net: axienet: increase default TX ring size to 128Robert Hancock-1/+1
2022-01-19net: axienet: fix for TX busy handlingRobert Hancock-39/+47
2022-01-19net: axienet: fix number of TX ring slots for available checkRobert Hancock-2/+2
2022-01-19net: axienet: Fix TX ring slot available checkRobert Hancock-2/+2
2022-01-19net: axienet: limit minimum TX ring sizeRobert Hancock-1/+3
2022-01-19net: axienet: add missing memory barriersRobert Hancock-1/+10
2022-01-19net: axienet: reset core on initialization prior to MDIO accessRobert Hancock-0/+5
2022-01-19net: axienet: Wait for PhyRstCmplt after core resetRobert Hancock-0/+10
2022-01-19net: axienet: increase reset timeoutRobert Hancock-10/+9
2021-12-27net: xilinx: emaclite: Use platform_get_irq() to get the interruptLad Prabhakar-6/+3
2021-12-13net: axienet: mark as a legacy_pre_march2020 driverRussell King (Oracle)-0/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-8/+20
2021-11-17net: axienet: use phylink_generic_validate()Russell King (Oracle)-38/+3
2021-11-17net: axienet: remove interface checks in axienet_validate()Russell King (Oracle)-22/+0
2021-11-17net: axienet: populate supported_interfaces memberRussell King (Oracle)-0/+8
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson-5/+3