summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei/hinic/hinic_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-1/+8
|\
| * net: hinic: Fix error handling in hinic_module_init()Yuan Can2022-11-111-1/+8
* | net: hinic: Add support for configuration of rx-vlan-filter by ethtoolCai Huoqing2022-11-071-0/+10
* | net: hinic: Set max_mtu/min_mtu directly to simplify the code.caihuoqing2022-10-251-1/+2
|/
* net: hinic: remove duplicate macro definitionZhengchao Shao2022-09-221-2/+0
* net: hinic: modify kernel doc commentsZhengchao Shao2022-09-221-2/+0
* net: hinic: avoid kernel hung in hinic_get_stats64()Qiao Ma2022-07-061-4/+0
* net: hinic: fix bug that ethtool get wrong statsQiao Ma2022-07-061-41/+16
* hinic: Use the bitmap API when applicableChristophe JAILLET2022-06-271-5/+2
* hinic: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-6/+2
* net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2021-12-081-6/+4
* ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski2021-10-181-1/+3
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net: hinic: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-4/+2
* hinic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-15/+2
* devlink: Set device as early as possibleLeon Romanovsky2021-08-091-1/+1
* net: huawei: hinic: Fix wrong function name in commentsYang Shen2021-05-171-2/+2
* net: hinic: remove unnecessary blank lineGuangbin Huang2021-05-131-1/+0
* net: hinic: simplify the return hinic_configure_max_qnum()Zheng Yongjun2020-12-091-7/+1
* hinic: improve the comments of function headerLuo bin2020-09-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-0/+24
|\
| * hinic: fix rewaking txq after netif_tx_disableLuo bin2020-09-111-0/+24
* | hinic: add vxlan segmentation and cs offload supportLuo bin2020-09-141-1/+6
* | hinic: add support to query function tableLuo bin2020-08-311-0/+15
* | hinic: add support to query rq infoLuo bin2020-08-311-2/+21
* | hinic: add support to query sq infoLuo bin2020-08-311-3/+42
|/
* hinic: add support to handle hw abnormal eventLuo bin2020-07-281-23/+64
* hinic: add firmware update supportLuo bin2020-07-151-2/+26
* hinic: add support to set and get irq coalesceLuo bin2020-06-281-0/+53
* hinic: add support to set and get pause paramsLuo bin2020-06-281-10/+65
* hinic: add set_channels ethtool_ops supportLuo bin2020-06-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-14/+2
|\
| * hinic: fix a bug of ndo_stopLuo bin2020-05-101-14/+2
* | hinic: add set_ringparam ethtool_ops supportLuo bin2020-05-141-3/+6
* | hinic: add three net_device_ops of vfLuo bin2020-05-091-7/+10
* | hinic: add net_device_ops associated with vfLuo bin2020-04-251-1/+42
* | hinic: add sriov feature supportLuo bin2020-04-251-8/+69
|/
* hinic: fix a bug of rss configurationLuo bin2020-02-271-1/+2
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* hinic: add vlan offload supportXue Chaojing2019-06-291-2/+7
* hinic: reduce rss_init stack usageArnd Bergmann2019-06-281-7/+13
* hinic: implement the statistical interface of ethtoolXue Chaojing2019-06-241-0/+5
* hinic: move ethtool code into hinic_ethtoolXue Chaojing2019-06-181-133/+1
* hinic: add rss supportXue Chaojing2019-06-181-5/+121
* 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: add LRO supportXue Chaojing2019-06-041-1/+60
* | hinic: fix a bug in set rx modeXue Chaojing2019-05-281-4/+0
|/
* hinic: Add pci device idsXue Chaojing2019-01-221-4/+6