summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/atl1c
AgeCommit message (Expand)Author
14 daysnet: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2023-10-01net: atl1c: switch to napi_consume_skb()Sieng-Piaw Liew
2023-09-14atl1c: Work around the DMA RX overflow issueSieng-Piaw Liew
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
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-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-30atheros/atl1c:fix repeated words in commentsJilin Yuan
2022-03-18atl1c: remove redundant assignment to variable sizeColin Ian King
2022-02-11atl1c: fix tx timeout after link flap on Mikrotik 10/25G NICGatis Peisenieks
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-09-27net: atl1c: Fix a function name in print messagesCai 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
2021-05-27atl1c: add 4 RX/TX queue support for Mikrotik 10/25G NICGatis Peisenieks
2021-05-27atl1c: prepare for multiple rx queuesGatis Peisenieks
2021-05-27atl1c: move tx napi into tpd_ringGatis Peisenieks
2021-05-27atl1c: detect NIC type earlyGatis Peisenieks
2021-05-17net: atheros: atl1c: Fix wrong function name in commentsYang Shen
2021-05-13atl1c: improve link detection reliability on Mikrotik 10/25G NICGatis Peisenieks
2021-05-13atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks
2021-05-13atl1c: adjust max mtu according to Mikrotik 10/25G NIC abilityGatis Peisenieks
2021-05-13atl1c: improve performance by avoiding unnecessary pcie writes on xmitGatis Peisenieks
2021-05-13atl1c: show correct link speed on Mikrotik 10/25G NICGatis Peisenieks
2021-04-30net: atheros: nic-devel@qualcomm.com is deadJohannes Berg
2021-04-16atl1c: move tx cleanup processing out of interruptGatis Peisenieks
2021-03-19atl1c: use napi_alloc_skbSieng Piaw Liew
2021-03-19atl1c: switch to napi_gro_receiveSieng Piaw Liew
2020-11-18atl1c: fix error return code in atl1c_probe()Zhang Changzhong
2020-09-29net: atheros: Remove WARN_ON(in_interrupt())Thomas Gleixner
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-08-24net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-05-07net: atheros: remove dead code in atl1c_resume()Jason Yan
2020-05-05net: atheros: remove conversion to bool in atl1c_start_mac()Jason Yan
2020-02-24net/atheros: Clean atheros code from driver versionLeon Romanovsky
2020-02-19net: atheros: use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-23net: atheros: Use dev_get_drvdataChuhong Yuan
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-03atl1c: remove redundant assignment to variable tpd_reqColin Ian King
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-02-02atl1c: fix indentation issue on an if statementColin Ian King
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-07-22atl1c: reserve min skb headroomFlorian Westphal
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook