summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei/hinic/hinic_rx.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-2/+2
* net: hinic: change type of function to be staticZhengchao Shao2022-09-221-1/+1
* net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2022-08-291-2/+2
* net: hinic: fix bug that ethtool get wrong statsQiao Ma2022-07-061-2/+0
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* hinic: Use irq_set_affinity_and_hint()Nitesh Narayan Lal2021-12-101-2/+2
* net: hinic: add blank line after function declarationGuangbin Huang2021-05-131-0/+1
* net: hinic: Remove unnecessary 'out of memory' messageDaode Huang2021-03-191-6/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-7/+14
|\
| * hinic: fix potential resource leakWei Li2020-09-171-7/+14
* | hinic: modify irq nameLuo bin2020-09-181-1/+1
|/
* hinic: add self test supportLuo bin2020-06-281-0/+39
* hinic: add support to set and get irq coalesceLuo bin2020-06-281-1/+18
* hinic: add sriov feature supportLuo bin2020-04-251-6/+9
* hinic: fix out-of-order excution in arm cpuLuo bin2020-03-211-0/+3
* hinic: fix a irq affinity bugLuo bin2020-02-271-3/+2
* hinic: add vlan offload supportXue Chaojing2019-06-291-0/+13
* hinic: implement the statistical interface of ethtoolXue Chaojing2019-06-241-2/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-10/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
* | hinic: Use devm_kasprintf instead of hard coding itChristophe JAILLET2019-06-151-5/+3
* | hinic: add LRO supportXue Chaojing2019-06-041-10/+36
|/
* net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing2019-01-171-2/+9
* hinic: optmize rx refill buffer mechanismXue Chaojing2018-12-111-18/+5
* net-next/hinic: fix a bug in rx data flowXue Chaojing2018-11-201-1/+1
* net-next/hinic:add rx checksum offload for HiNICXue Chaojing2018-11-201-0/+24
* hinic: reset irq affinity before freeing irqWei Yongjun2018-06-281-0/+1
* net-next/hinic: Set Rxq irq to specific cpu for NUMAAviad Krawczyk2017-09-281-9/+9
* net-next/hinic: Add ethtool and statsAviad Krawczyk2017-08-221-0/+19
* net-next/hinic: Add Rx handlerAviad Krawczyk2017-08-221-0/+418
* net-next/hinic: Add logical Txq and RxqAviad Krawczyk2017-08-221-0/+72