summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/xilinx
AgeCommit message (Expand)Author
2024-03-25net: ll_temac: platform_get_resource replaced by wrong functionClaus Hansen Ries
2024-02-09net: emaclite: Use devm_platform_get_and_ioremap_resource() in xemaclite_of_p...Markus Elfring
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-23net: axienet: Fix check for partial TX checksumSamuel Holland
2023-11-20net: axienet: Introduce dmaengine supportRadhey Shyam Pandey
2023-11-20net: axienet: Preparatory changes for dmaengine supportSarath Babu Naidu Gaddam
2023-10-01net: ethernet: xilinx: Drop kernel doc comment about return valueUwe Kleine-König
2023-09-20net: ethernet: xilinx: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-01net: ll_temac: fix error checking of irq_of_parse_and_map()Dan Carpenter
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-24net: axienet: Move reset before 64-bit DMA detectionMaxim Kochetkov
2023-06-22net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-12-12net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-11-21net: axienet: set mdio clock according to bus-frequencyAndy Chiu
2022-11-21net: axienet: Unexport and remove unused mdio functionsAndy Chiu
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)
2022-11-07net: axiemac: add PM callbacks to support suspend/resumeAndy Chiu
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-10-28net: emaclite: update reset_lock member documentationRadhey Shyam Pandey
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-21net: ll_temac: axienet: delete unnecessary blank lines and spaceshuangjunxian
2022-09-21net: ll_temac: move trailing statements to next linehuangjunxian
2022-09-21net: ll_temac: fix the missing spaces around '='huangjunxian
2022-09-21net: ll_temac: delete unnecessary else branchhuangjunxian
2022-09-21net: ll_temac: axienet: align with open parenthesishuangjunxian
2022-09-21net: ll_temac: Cleanup for function name in a stringHaoyue Xu
2022-09-21net: ll_temac: fix the format of block commentshuangjunxian
2022-09-21net: ll_temac: Switch to use dev_err_probe() helperYang Yingliang
2022-08-31net: axienet: Switch to 64-bit RX/TX statisticsRobert Hancock
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-27net: axienet: Modify function descriptionDeming Wang
2022-06-16net: axienet: add missing error return code in axienet_probe()Yang Yingliang
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