aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-20net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()Zhengchao Shao1-1/+1
2022-09-22net: hinic: remove unused enumerated valueZhengchao Shao1-5/+0
2022-09-22net: hinic: remove unused macroZhengchao Shao1-1/+0
2022-09-22net: hinic: remove unused functionsZhengchao Shao1-7/+0
2022-09-22net: hinic: change type of function to be staticZhengchao Shao1-2/+2
2021-12-08net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-3/+2
2021-09-27net: hinic: Open device for the user access when it is readyLeon Romanovsky1-5/+2
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-7/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-1/+1
2021-05-17net: huawei: hinic: Fix wrong function name in commentsYang Shen1-4/+4
2021-05-13net: hinic: remove unnecessary parenthesesGuangbin Huang1-5/+5
2020-09-23hinic: improve the comments of function headerLuo bin1-1/+5
2020-08-31hinic: add support to query sq infoLuo bin1-0/+1
2020-07-28hinic: add log in exception handling processesLuo bin1-6/+6
2020-07-28hinic: add support to handle hw abnormal eventLuo bin1-5/+143
2020-07-15hinic: add firmware update supportLuo bin1-0/+28
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-07-01hinic: fix passing non negative value to ERR_PTRLuo bin1-0/+2
2020-06-28hinic: add support to identify physical deviceLuo bin1-0/+2
2020-06-28hinic: add support to set and get irq coalesceLuo bin1-0/+62
2020-06-28hinic: add support to set and get pause paramsLuo bin1-0/+2
2020-05-14hinic: add set_ringparam ethtool_ops supportLuo bin1-4/+7
2020-05-11hinic: add link_ksettings ethtool_ops supportLuo bin1-0/+13
2020-05-09hinic: add three net_device_ops of vfLuo bin1-4/+31
2020-04-25hinic: add sriov feature supportLuo bin1-89/+34
2020-04-25hinic: add mailbox function supportLuo bin1-3/+22
2020-03-21hinic: fix a bug of waitting for IO stoppedLuo bin1-49/+2
2020-02-27hinic: fix a bug of setting hw_ioctxtLuo bin1-0/+1
2019-06-18hinic: add rss supportXue Chaojing1-3/+7
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2019-06-04hinic: add LRO supportXue Chaojing1-0/+2
2019-01-17net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing1-0/+13
2018-07-04net: hinic: remove redundant pointer pfhwdevColin Ian King1-3/+0
2017-08-28net-next/hinic: fix comparison of a uint16_t type with -1Aviad Krawczyk1-36/+1
2017-08-22net-next/hinic: Add Tx operationAviad Krawczyk1-0/+46
2017-08-22net-next/hinic: Add Rx handlerAviad Krawczyk1-0/+361
2017-08-22net-next/hinic: Add ceqsAviad Krawczyk1-1/+6
2017-08-22net-next/hinic: Set qp contextAviad Krawczyk1-0/+4
2017-08-22net-next/hinic: Add logical Txq and RxqAviad Krawczyk1-0/+131
2017-08-22net-next/hinic: Add Rx mode and link event handlerAviad Krawczyk1-0/+122
2017-08-22net-next/hinic: Add port management commandsAviad Krawczyk1-0/+30
2017-08-22net-next/hinic: Initialize hw device componentsAviad Krawczyk1-12/+160
2017-08-22net-next/hinic: Initialize hw interfaceAviad Krawczyk1-0/+201