summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-23atl1c: fix tx timeout after link flap on Mikrotik 10/25G NICGatis Peisenieks1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-28atl1c: add 4 RX/TX queue support for Mikrotik 10/25G NICGatis Peisenieks1-149/+257
2021-05-28atl1c: prepare for multiple rx queuesGatis Peisenieks1-56/+50
2021-05-28atl1c: move tx napi into tpd_ringGatis Peisenieks1-8/+10
2021-05-28atl1c: detect NIC type earlyGatis Peisenieks1-29/+27
2021-05-18net: atheros: atl1c: Fix wrong function name in commentsYang Shen1-3/+3
2021-05-14atl1c: improve link detection reliability on Mikrotik 10/25G NICGatis Peisenieks1-11/+7
2021-05-14atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks1-0/+5
2021-05-14atl1c: adjust max mtu according to Mikrotik 10/25G NIC abilityGatis Peisenieks1-4/+12
2021-05-14atl1c: improve performance by avoiding unnecessary pcie writes on xmitGatis Peisenieks1-4/+8
2021-05-14atl1c: show correct link speed on Mikrotik 10/25G NICGatis Peisenieks1-0/+4
2021-05-01net: atheros: nic-devel@qualcomm.com is deadJohannes Berg1-1/+1
2021-04-17atl1c: move tx cleanup processing out of interruptGatis Peisenieks1-10/+34
2021-03-19atl1c: use napi_alloc_skbSieng Piaw Liew1-11/+17
2021-03-19atl1c: switch to napi_gro_receiveSieng Piaw Liew1-1/+1
2020-11-18atl1c: fix error return code in atl1c_probe()Zhang Changzhong1-2/+2
2020-09-30net: atheros: Remove WARN_ON(in_interrupt())Thomas Gleixner1-1/+0
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-1/+5
2020-08-25net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-25/+23
2020-05-07net: atheros: remove dead code in atl1c_resume()Jason Yan1-6/+0
2020-05-05net: atheros: remove conversion to bool in atl1c_start_mac()Jason Yan1-1/+1
2020-02-24net/atheros: Clean atheros code from driver versionLeon Romanovsky1-5/+0
2020-02-19net: atheros: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-4/+2
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-23net: atheros: Use dev_get_drvdataChuhong Yuan1-5/+3
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+1
2019-07-03atl1c: remove redundant assignment to variable tpd_reqColin Ian King1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-02-03atl1c: fix indentation issue on an if statementColin Ian King1-4/+4
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-07-22atl1c: reserve min skb headroomFlorian Westphal1-0/+1
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-4/+4
2017-06-29net: atl1c: fix spelling mistake: "droppted" -> "dropped"Colin Ian King1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-10-18ethernet/atheros: use core min/max MTU checkingJarod Wilson1-15/+26
2016-04-26atl1c: remove private tx lockFlorian Westphal1-11/+0
2016-03-02ethernet/atl1c: remove left over dead codeEric Engestrom1-4/+0
2015-12-05atl1c: Improve driver not to do order 4 GFP_ATOMIC allocationPavel Machek1-4/+3
2015-08-13net: atl1c: add BQL supportRon Angeles1-0/+10
2015-03-09ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina1-1/+1
2014-10-29treewide: Fix company name in module descriptionsMasanari Iida1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-03-30atl1c: remove open-coded skb_cow_head.françois romieu1-7/+7
2014-03-25atl1c: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-12/+8
2014-01-15atl1c: update statistics codeSabrina Dubroca1-11/+20
2013-12-20atl1c: Check return from pci_find_ext_capability() in atl1c_reset_pcie()Betty Dall1-3/+5
2013-07-31atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringEric Dumazet1-1/+39