summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros
AgeCommit message (Expand)Author
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
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-03-18atl1c: remove redundant assignment to variable sizeColin Ian King
2022-03-11alx: acquire mutex for alx_reinit in alx_change_mtuNiels Dossche
2022-02-11atl1c: fix tx timeout after link flap on Mikrotik 10/25G NICGatis Peisenieks
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-28net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET
2021-12-09net: ag71xx: remove unnecessary legacy methodsRussell King (Oracle)
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-18net: ag71xx: use phylink_generic_validate()Russell King (Oracle)
2021-11-18net: ag71xx: remove interface checks in ag71xx_mac_validate()Russell King (Oracle)
2021-11-18net: ag71xx: populate supported_interfaces memberRussell King
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-14ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-09-27net: atl1c: Fix a function name in print messagesCai Huoqing
2021-09-16net: atl1e: Make use of the helper function dev_err_probe()Cai Huoqing
2021-09-16net: atl1c: Make use of the helper function dev_err_probe()Cai Huoqing
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-08atl1c: fix Mikrotik 10/25G NIC detectionGatis Peisenieks