aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/huawei/hinic/hinic_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-2/+2
2022-09-22net: hinic: change type of function to be staticZhengchao Shao1-1/+1
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior1-2/+2
2022-07-06net: hinic: fix bug that ethtool get wrong statsQiao Ma1-2/+0
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+2
2021-12-10hinic: Use irq_set_affinity_and_hint()Nitesh Narayan Lal1-2/+2
2021-05-13net: hinic: add blank line after function declarationGuangbin Huang1-0/+1
2021-03-19net: hinic: Remove unnecessary 'out of memory' messageDaode Huang1-6/+2
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+14
2020-09-18hinic: modify irq nameLuo bin1-1/+1
2020-09-17hinic: fix potential resource leakWei Li1-7/+14
2020-06-28hinic: add self test supportLuo bin1-0/+39
2020-06-28hinic: add support to set and get irq coalesceLuo bin1-1/+18
2020-04-25hinic: add sriov feature supportLuo bin1-6/+9
2020-03-21hinic: fix out-of-order excution in arm cpuLuo bin1-0/+3
2020-02-27hinic: fix a irq affinity bugLuo bin1-3/+2
2019-06-29hinic: add vlan offload supportXue Chaojing1-0/+13
2019-06-24hinic: implement the statistical interface of ethtoolXue Chaojing1-2/+13
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+1
2019-06-15hinic: Use devm_kasprintf instead of hard coding itChristophe JAILLET1-5/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2019-06-04hinic: add LRO supportXue Chaojing1-10/+36
2019-01-17net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing1-2/+9
2018-12-11hinic: optmize rx refill buffer mechanismXue Chaojing1-18/+5
2018-11-20net-next/hinic: fix a bug in rx data flowXue Chaojing1-1/+1
2018-11-20net-next/hinic:add rx checksum offload for HiNICXue Chaojing1-0/+24
2018-06-28hinic: reset irq affinity before freeing irqWei Yongjun1-0/+1
2017-09-28net-next/hinic: Set Rxq irq to specific cpu for NUMAAviad Krawczyk1-9/+9
2017-08-22net-next/hinic: Add ethtool and statsAviad Krawczyk1-0/+19
2017-08-22net-next/hinic: Add Rx handlerAviad Krawczyk1-0/+418
2017-08-22net-next/hinic: Add logical Txq and RxqAviad Krawczyk1-0/+72