summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atl1c
Commit message (Expand)AuthorAgeFilesLines
* net: atl1c: switch to napi_consume_skb()Sieng-Piaw Liew2023-10-011-6/+7
* atl1c: Work around the DMA RX overflow issueSieng-Piaw Liew2023-09-142-54/+16
* 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
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* atl1c: use netif_napi_add_tx() for Tx NAPISieng-Piaw Liew2022-07-181-2/+2
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-4/+5
* atheros/atl1c:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* atl1c: remove redundant assignment to variable sizeColin Ian King2022-03-181-1/+1
* atl1c: fix tx timeout after link flap on Mikrotik 10/25G NICGatis Peisenieks2022-02-111-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-2/+2
* net: atl1c: Fix a function name in print messagesCai Huoqing2021-09-271-1/+1
* 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-271-1/+1
* atl1c: fix Mikrotik 10/25G NIC detectionGatis Peisenieks2021-07-081-0/+5
* atl1c: add 4 RX/TX queue support for Mikrotik 10/25G NICGatis Peisenieks2021-05-273-158/+291
* atl1c: prepare for multiple rx queuesGatis Peisenieks2021-05-272-61/+57
* atl1c: move tx napi into tpd_ringGatis Peisenieks2021-05-272-9/+13
* atl1c: detect NIC type earlyGatis Peisenieks2021-05-271-29/+27
* net: atheros: atl1c: Fix wrong function name in commentsYang Shen2021-05-171-3/+3
* atl1c: improve link detection reliability on Mikrotik 10/25G NICGatis Peisenieks2021-05-133-18/+27
* atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks2021-05-132-0/+7
* atl1c: adjust max mtu according to Mikrotik 10/25G NIC abilityGatis Peisenieks2021-05-131-4/+12
* atl1c: improve performance by avoiding unnecessary pcie writes on xmitGatis Peisenieks2021-05-131-4/+8
* atl1c: show correct link speed on Mikrotik 10/25G NICGatis Peisenieks2021-05-134-0/+21
* net: atheros: nic-devel@qualcomm.com is deadJohannes Berg2021-04-301-1/+1
* atl1c: move tx cleanup processing out of interruptGatis Peisenieks2021-04-162-10/+36
* atl1c: use napi_alloc_skbSieng Piaw Liew2021-03-191-11/+17
* atl1c: switch to napi_gro_receiveSieng Piaw Liew2021-03-191-1/+1
* atl1c: fix error return code in atl1c_probe()Zhang Changzhong2020-11-181-2/+2
* net: atheros: Remove WARN_ON(in_interrupt())Thomas Gleixner2020-09-291-1/+0
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-1/+5
* net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-241-25/+23
* net: atheros: remove dead code in atl1c_resume()Jason Yan2020-05-071-6/+0
* net: atheros: remove conversion to bool in atl1c_start_mac()Jason Yan2020-05-051-1/+1
* net/atheros: Clean atheros code from driver versionLeon Romanovsky2020-02-243-8/+0
* net: atheros: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-4/+2
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: atheros: Use dev_get_drvdataChuhong Yuan2019-07-231-5/+3
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-3/+1
* atl1c: remove redundant assignment to variable tpd_reqColin Ian King2019-07-031-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-305-71/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* atl1c: fix indentation issue on an if statementColin Ian King2019-02-021-4/+4
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* atl1c: reserve min skb headroomFlorian Westphal2018-07-221-0/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* net: atl1c: fix spelling mistake: "droppted" -> "dropped"Colin Ian King2017-06-291-1/+1