summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros
Commit message (Expand)AuthorAgeFilesLines
* ethernet: atheros: fix a memleak in atl1e_setup_ring_resourcesZhipeng Lu2023-12-151-1/+4
* netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_scheduleChristian Marangi2023-10-111-3/+1
* net: atheros: replace deprecated strncpy with strscpyJustin Stitt2023-10-061-1/+1
* net: atl1c: switch to napi_consume_skb()Sieng-Piaw Liew2023-10-011-6/+7
* net: ethernet: atheros: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-5/+3
* atl1c: Work around the DMA RX overflow issueSieng-Piaw Liew2023-09-142-54/+16
* alx: fix OOB-read compiler warningGONG, Ruiqi2023-08-221-3/+2
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+2
* ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong2023-07-241-2/+5
* atheros: fix return value check in atl1_tso()Yuanjun Gong2023-07-241-2/+5
* ethernet: atheros: fix return value check in atl1c_tso_csum()Yuanjun Gong2023-07-241-2/+5
* net: atheros: atl1c: remove unused atl1c_irq_reset functionTom Rix2023-03-211-10/+0
* alx: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-4/+0
* net: alx: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Christoph Heiss2022-12-191-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-1/+2
|\
| * net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...Liu Jian2022-11-151-1/+2
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-0/+5
|\
| * eth: alx: take rtnl_lock on resumeJakub Kicinski2022-09-291-0/+5
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-284-4/+4
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-315-12/+12
|/
* atl1c: use netif_napi_add_tx() for Tx NAPISieng-Piaw Liew2022-07-181-2/+2
* net: ag71xx: switch to napi_build_skb() to reuse skbuff_headsSieng-Piaw Liew2022-07-081-5/+5
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-023-12/+12
* atheros/atl1e:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* atheros/atl1c:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* net: ag71xx: fix discards 'const' qualifier warningOleksij Rempel2022-06-171-1/+1
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* atl1c: remove redundant assignment to variable sizeColin Ian King2022-03-181-1/+1
* alx: acquire mutex for alx_reinit in alx_change_mtuNiels Dossche2022-03-111-1/+4
* atl1c: fix tx timeout after link flap on Mikrotik 10/25G NICGatis Peisenieks2022-02-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-15/+8
|\
| * net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET2021-12-281-15/+8
* | net: ag71xx: remove unnecessary legacy methodsRussell King (Oracle)2021-12-091-13/+0
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* | net: ag71xx: use phylink_generic_validate()Russell King (Oracle)2021-11-181-28/+3
* | net: ag71xx: remove interface checks in ag71xx_mac_validate()Russell King (Oracle)2021-11-181-40/+1
* | net: ag71xx: populate supported_interfaces memberRussell King2021-11-181-0/+26
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-1/+1
|/
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-5/+3
* ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski2021-10-141-1/+1
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-056-9/+9
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net: atl1c: Fix a function name in print messagesCai Huoqing2021-09-271-1/+1
* net: atl1e: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-4/+2
* net: atl1c: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-4/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-276-6/+6
* atl1c: fix Mikrotik 10/25G NIC detectionGatis Peisenieks2021-07-081-0/+5