summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: axienet: Fix kernel doc warningsSuraj Gupta2024-03-292-5/+22
* net: ll_temac: platform_get_resource replaced by wrong functionClaus Hansen Ries2024-03-251-1/+1
* net: emaclite: Use devm_platform_get_and_ioremap_resource() in xemaclite_of_p...Markus Elfring2024-02-091-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-231-1/+1
|\
| * net: axienet: Fix check for partial TX checksumSamuel Holland2023-11-231-1/+1
* | net: axienet: Introduce dmaengine supportRadhey Shyam Pandey2023-11-203-2/+425
* | net: axienet: Preparatory changes for dmaengine supportSarath Babu Naidu Gaddam2023-11-202-124/+162
|/
* net: ethernet: xilinx: Drop kernel doc comment about return valueUwe Kleine-König2023-10-011-2/+0
* net: ethernet: xilinx: Convert to platform remove callback returning voidUwe Kleine-König2023-09-203-11/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-4/+8
|\
| * net: ll_temac: fix error checking of irq_of_parse_and_map()Dan Carpenter2023-08-011-4/+8
* | net: Explicitly include correct DT includesRob Herring2023-07-275-7/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-5/+5
|\
| * net: axienet: Move reset before 64-bit DMA detectionMaxim Kochetkov2023-06-241-5/+5
* | net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)2023-06-221-2/+4
|/
* net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-1/+1
|\
| * net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
* | net: axienet: set mdio clock according to bus-frequencyAndy Chiu2022-11-211-21/+49
* | net: axienet: Unexport and remove unused mdio functionsAndy Chiu2022-11-212-14/+1
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
* | net: axiemac: add PM callbacks to support suspend/resumeAndy Chiu2022-11-071-0/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-1/+1
|\|
| * net: emaclite: update reset_lock member documentationRadhey Shyam Pandey2022-10-281-1/+1
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+2
* net: ll_temac: axienet: delete unnecessary blank lines and spaceshuangjunxian2022-09-213-4/+3
* net: ll_temac: move trailing statements to next linehuangjunxian2022-09-211-3/+9
* net: ll_temac: fix the missing spaces around '='huangjunxian2022-09-211-11/+11
* net: ll_temac: delete unnecessary else branchhuangjunxian2022-09-211-7/+5
* net: ll_temac: axienet: align with open parenthesishuangjunxian2022-09-213-6/+5
* net: ll_temac: Cleanup for function name in a stringHaoyue Xu2022-09-211-4/+5
* net: ll_temac: fix the format of block commentshuangjunxian2022-09-213-90/+103
* net: ll_temac: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-10/+6
* 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