aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/atheros (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-24net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja1-1/+1
2025-07-18net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev1-1/+1
2025-07-17net: ag71xx: Add missing check after DMA mapThomas Fourier1-0/+9
2025-06-27ethernet: atl1: Add missing DMA mapping error checks and count errorsThomas Fourier1-22/+57
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar5-10/+11
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner5-8/+8
2024-10-04net: ag71xx: move assignment into main loopRosen Penev1-2/+1
2024-10-04net: ag71xx: replace INIT_LIST_HEADRosen Penev1-3/+1
2024-10-04net: ag71xx: remove platform_set_drvdataRosen Penev1-3/+0
2024-10-04net: ag71xx: use some dev_err_probeRosen Penev1-12/+9
2024-10-04net: ag71xx: use devm_ioremap_resourceRosen Penev1-3/+3
2024-09-13net: ag71xx: remove dead code pathQianqiang Liu1-9/+4
2024-09-09net: ag71xx: disable napi interrupts during probeSven Eckelmann1-0/+6
2024-09-09net: ag71xx: remove always true branchRosen Penev1-6/+4
2024-09-09net: ag71xx: get reset control using devm apiRosen Penev1-7/+7
2024-09-09net: ag71xx: use ethtool_putsRosen Penev1-2/+1
2024-09-09net: ag71xx: update FIFO bits and descriptionsRosen Penev1-24/+24
2024-09-09net: ag71xx: add MODULE_DESCRIPTIONRosen Penev1-0/+1
2024-09-09net: ag71xx: add COMPILE_TEST to test compilationRosen Penev1-2/+2
2024-08-27net: ag71xx: fix module autoloadingLiao Chen1-0/+1
2024-08-27net: ag71xx: support probe defferal for getting MAC addressRosen Penev1-0/+2
2024-08-26net: ag71xx: move clk_eth out of structRosen Penev1-4/+4
2024-08-16net: ag71xx: use devm for register_netdevRosen Penev1-13/+1
2024-08-16net: ag71xx: use devm for of_mdiobus_registerRosen Penev1-20/+3
2024-08-16net: ag71xx: devm_clk_get_enabledRosen Penev1-30/+7
2024-08-09net: ag71xx: use phylink_mii_ioctlRosen Penev1-1/+8
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet6-6/+6
2024-04-25net: alx: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2023-12-15ethernet: atheros: fix a memleak in atl1e_setup_ring_resourcesZhipeng Lu1-1/+4
2023-10-11netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_scheduleChristian Marangi1-3/+1
2023-10-06net: atheros: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-01net: atl1c: switch to napi_consume_skb()Sieng-Piaw Liew1-6/+7
2023-09-20net: ethernet: atheros: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-09-14atl1c: Work around the DMA RX overflow issueSieng-Piaw Liew2-54/+16
2023-08-22alx: fix OOB-read compiler warningGONG, Ruiqi1-3/+2
2023-07-27net: Explicitly include correct DT includesRob Herring1-1/+2
2023-07-24ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong1-2/+5
2023-07-24atheros: fix return value check in atl1_tso()Yuanjun Gong1-2/+5
2023-07-24ethernet: atheros: fix return value check in atl1c_tso_csum()Yuanjun Gong1-2/+5
2023-03-21net: atheros: atl1c: remove unused atl1c_irq_reset functionTom Rix1-10/+0
2023-03-08alx: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-4/+0
2022-12-19net: alx: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Christoph Heiss1-8/+2
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-11-15net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx_open()Liu Jian1-1/+2
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2022-09-29eth: alx: take rtnl_lock on resumeJakub Kicinski1-0/+5
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski4-4/+4
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang5-12/+12