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