summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros
AgeCommit message (Expand)Author
2024-10-04net: ag71xx: move assignment into main loopRosen Penev
2024-10-04net: ag71xx: replace INIT_LIST_HEADRosen Penev
2024-10-04net: ag71xx: remove platform_set_drvdataRosen Penev
2024-10-04net: ag71xx: use some dev_err_probeRosen Penev
2024-10-04net: ag71xx: use devm_ioremap_resourceRosen Penev
2024-09-13net: ag71xx: remove dead code pathQianqiang Liu
2024-09-09net: ag71xx: disable napi interrupts during probeSven Eckelmann
2024-09-09net: ag71xx: remove always true branchRosen Penev
2024-09-09net: ag71xx: get reset control using devm apiRosen Penev
2024-09-09net: ag71xx: use ethtool_putsRosen Penev
2024-09-09net: ag71xx: update FIFO bits and descriptionsRosen Penev
2024-09-09net: ag71xx: add MODULE_DESCRIPTIONRosen Penev
2024-09-09net: ag71xx: add COMPILE_TEST to test compilationRosen Penev
2024-08-27net: ag71xx: fix module autoloadingLiao Chen
2024-08-27net: ag71xx: support probe defferal for getting MAC addressRosen Penev
2024-08-26net: ag71xx: move clk_eth out of structRosen Penev
2024-08-16net: ag71xx: use devm for register_netdevRosen Penev
2024-08-16net: ag71xx: use devm for of_mdiobus_registerRosen Penev
2024-08-16net: ag71xx: devm_clk_get_enabledRosen Penev
2024-08-09net: ag71xx: use phylink_mii_ioctlRosen Penev
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-25net: alx: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2023-12-15ethernet: atheros: fix a memleak in atl1e_setup_ring_resourcesZhipeng Lu
2023-10-11netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_scheduleChristian Marangi
2023-10-06net: atheros: replace deprecated strncpy with strscpyJustin Stitt
2023-10-01net: atl1c: switch to napi_consume_skb()Sieng-Piaw Liew
2023-09-20net: ethernet: atheros: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-14atl1c: Work around the DMA RX overflow issueSieng-Piaw Liew
2023-08-22alx: fix OOB-read compiler warningGONG, Ruiqi
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-07-24ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong
2023-07-24atheros: fix return value check in atl1_tso()Yuanjun Gong
2023-07-24ethernet: atheros: fix return value check in atl1c_tso_csum()Yuanjun Gong
2023-03-21net: atheros: atl1c: remove unused atl1c_irq_reset functionTom Rix
2023-03-08alx: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2022-12-19net: alx: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Christoph Heiss
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-15net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...Liu Jian
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-29eth: alx: take rtnl_lock on resumeJakub Kicinski
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-18atl1c: use netif_napi_add_tx() for Tx NAPISieng-Piaw Liew
2022-07-08net: ag71xx: switch to napi_build_skb() to reuse skbuff_headsSieng-Piaw Liew
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-30atheros/atl1e:fix repeated words in commentsJilin Yuan
2022-06-30atheros/atl1c:fix repeated words in commentsJilin Yuan
2022-06-17net: ag71xx: fix discards 'const' qualifier warningOleksij Rempel