summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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: add 4 RX/TX queue support for Mikrotik 10/25G NICGatis Peisenieks2021-05-271-149/+257
* atl1c: prepare for multiple rx queuesGatis Peisenieks2021-05-271-56/+50
* atl1c: move tx napi into tpd_ringGatis Peisenieks2021-05-271-8/+10
* 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-131-11/+7
* atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks2021-05-131-0/+5
* 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-131-0/+4
* net: atheros: nic-devel@qualcomm.com is deadJohannes Berg2021-04-301-1/+1
* atl1c: move tx cleanup processing out of interruptGatis Peisenieks2021-04-161-10/+34
* 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-241-5/+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-301-14/+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: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* net: atl1c: fix spelling mistake: "droppted" -> "dropped"Colin Ian King2017-06-291-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ethernet/atheros: use core min/max MTU checkingJarod Wilson2016-10-181-15/+26
* atl1c: remove private tx lockFlorian Westphal2016-04-261-11/+0
* ethernet/atl1c: remove left over dead codeEric Engestrom2016-03-021-4/+0
* atl1c: Improve driver not to do order 4 GFP_ATOMIC allocationPavel Machek2015-12-041-4/+3
* net: atl1c: add BQL supportRon Angeles2015-08-121-0/+10
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-201-1/+1
|\