summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx
Commit message (Expand)AuthorAgeFilesLines
* net: axienet: Switch to 64-bit RX/TX statisticsRobert Hancock2022-08-312-4/+45
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-3/+3
* net: axienet: Modify function descriptionDeming Wang2022-06-271-1/+1
* net: axienet: add missing error return code in axienet_probe()Yang Yingliang2022-06-161-0/+1
* 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-132-24/+40
* net: axienet: Use NAPI for TX completion pathRobert Hancock2022-05-132-85/+111
* net: axienet: Be more careful about updating tx_bd_tailRobert Hancock2022-05-131-11/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-18/+12
|\
| * net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham2022-05-031-3/+12
| * net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham2022-05-031-15/+0
* | net: emaclite: Remove custom BUFFER_ALIGN macroShravya Kumbham2022-04-151-16/+2
* | net: emaclite: Update copyright text to correct formatMichal Simek2022-04-151-1/+1
* | net: emaclite: Fix coding styleRadhey Shyam Pandey2022-04-151-20/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-072-17/+18
|\|
| * net: axiemac: use a phandle to reference pcs_phyAndy Chiu2022-04-061-2/+9
| * net: axienet: factor out phy_node in struct axienet_localAndy Chiu2022-04-062-10/+5
| * net: axienet: setup mdio unconditionallyAndy Chiu2022-04-061-7/+6
* | net: ethernet: xilinx: use of_property_read_bool() instead of of_get_propertyWang Qing2022-04-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-1/+3
|\
| * ethernet: Fix error handling in xemaclite_of_probeMiaoqian Lin2022-03-081-1/+3
* | net: axienet: Use napi_alloc_skb when refilling RX ringRobert Hancock2022-03-091-1/+1
* | net: axienet: add coalesce timer ethtool configurationRobert Hancock2022-03-052-14/+47
* | net: axienet: reduce default RX interrupt threshold to 1Robert Hancock2022-03-051-1/+1
* | net: axienet: implement NAPI and GRO receiveRobert Hancock2022-03-052-28/+59
* | net: axienet: don't set IRQ timer when IRQ delay not usedRobert Hancock2022-03-051-4/+14
* | net: axienet: Clean up DMA start/stop and error handlingRobert Hancock2022-03-051-175/+105
* | net: axienet: Clean up device used for DMA callsRobert Hancock2022-03-051-16/+16
* | net: axienet: fix RX ring refill allocation failure handlingRobert Hancock2022-03-051-30/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-0/+2
|\|
| * net: ll_temac: check the return value of devm_kmalloc()Xiaoke Wang2022-02-181-0/+2
* | net: ethernet: xilinx: cleanup commentsTom Rix2022-02-185-6/+6
* | net: ll_temac: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET2022-02-171-2/+3
* | net: axienet: replace mdiobus_write() with mdiodev_write()Russell King (Oracle)2022-01-261-2/+1
* | net: axienet: convert to phylink_pcsRussell King (Oracle)2022-01-262-54/+55
|/
* net: axienet: increase default TX ring size to 128Robert Hancock2022-01-191-1/+1
* net: axienet: fix for TX busy handlingRobert Hancock2022-01-191-39/+47
* net: axienet: fix number of TX ring slots for available checkRobert Hancock2022-01-191-2/+2
* net: axienet: Fix TX ring slot available checkRobert Hancock2022-01-191-2/+2
* net: axienet: limit minimum TX ring sizeRobert Hancock2022-01-191-1/+3
* net: axienet: add missing memory barriersRobert Hancock2022-01-191-1/+10
* net: axienet: reset core on initialization prior to MDIO accessRobert Hancock2022-01-191-0/+5
* net: axienet: Wait for PhyRstCmplt after core resetRobert Hancock2022-01-191-0/+10
* net: axienet: increase reset timeoutRobert Hancock2022-01-191-10/+9
* net: xilinx: emaclite: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-6/+3
* net: axienet: mark as a legacy_pre_march2020 driverRussell King (Oracle)2021-12-131-0/+1
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-222-8/+20
* net: axienet: use phylink_generic_validate()Russell King (Oracle)2021-11-171-38/+3
* net: axienet: remove interface checks in axienet_validate()Russell King (Oracle)2021-11-171-22/+0