aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Romanovsky3-10/+4
2021-09-16net: hinic: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-23hinic: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-15/+2
2021-08-19hinic: make array speeds static const, makes object smallerColin Ian King1-2/+4
2021-08-09devlink: Set device as early as possibleLeon Romanovsky4-8/+8
2021-05-17net: huawei: hinic: Fix wrong function name in commentsYang Shen6-10/+10
2021-05-13net: hinic: fix misspelled "acessing"Guangbin Huang1-1/+1
2021-05-13net: hinic: remove unnecessary parenthesesGuangbin Huang7-19/+19
2021-05-13net: hinic: add blank line after function declarationGuangbin Huang2-0/+2
2021-05-13net: hinic: remove unnecessary blank lineGuangbin Huang2-2/+0
2021-03-24hinic: avoid gcc -Wrestrict warningArnd Bergmann1-15/+10
2021-03-19hinic: Remove unused variable.David S. Miller1-1/+0
2021-03-19net: hinic: convert strlcpy to strscpyDaode Huang1-2/+2
2021-03-19net: hinic: remove the repeat word "the" in comment.Daode Huang1-1/+1
2021-03-19net: hinic: add a blank line after declarationsDaode Huang1-0/+1
2021-03-19net: hinic: Remove unnecessary 'out of memory' messageDaode Huang4-17/+5
2020-12-09net: hinic: simplify the return hinic_configure_max_qnum()Zheng Yongjun1-7/+1
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-19devlink: move request_firmware out of driverJacob Keller1-11/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-13/+6
2020-10-03net: hinic: fix DEVLINK build errorsRandy Dunlap1-0/+1
2020-09-25devlink: convert flash_update to use params structureJacob Keller1-3/+2
2020-09-25devlink: check flash_update parameter support in net coreJacob Keller1-3/+0
2020-09-24hinic: fix wrong return value of mac-set cmdLuo bin2-13/+5
2020-09-23hinic: improve the comments of function headerLuo bin6-4/+11
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-30/+63
2020-09-18hinic: modify irq nameLuo bin4-9/+13
2020-09-18hinic: fix sending pkts from core while self testingLuo bin2-2/+6
2020-09-17hinic: fix potential resource leakWei Li1-7/+14
2020-09-14hinic: add vxlan segmentation and cs offload supportLuo bin2-12/+46
2020-09-14net: hinic: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-11hinic: fix rewaking txq after netif_tx_disableLuo bin2-16/+28
2020-09-10net: hns: Fix a kernel-doc warning in hinic_hw_eqs.cWang Hai1-1/+1
2020-09-10net: hns: Fix a kernel-doc warning in hinic_hw_api_cmd.cWang Hai1-1/+1
2020-09-10hinic: Fix some kernel-doc warnings in hinic_hw_io.cWang Hai1-2/+2
2020-09-05hinic: bump up the timeout of UPDATE_FW cmdLuo bin1-0/+4
2020-09-05hinic: bump up the timeout of SET_FUNC_STATE cmdLuo bin1-5/+11
2020-08-31hinic: add support to query function tableLuo bin5-1/+190
2020-08-31hinic: add support to query rq infoLuo bin6-2/+101
2020-08-31hinic: add support to query sq infoLuo bin9-4/+254
2020-08-11hinic: fix strncpy output truncated compile warningsLuo bin2-22/+12
2020-08-04hinic: add check for mailbox msg from VFLuo bin4-2/+255
2020-08-04hinic: add generating mailbox random index supportLuo bin5-0/+167
2020-07-28hinic: add log in exception handling processesLuo bin13-45/+151
2020-07-28hinic: add support to handle hw abnormal eventLuo bin10-36/+704
2020-07-15hinic: add firmware update supportLuo bin9-4/+565
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-19/+90
2020-07-04hinic: fix sending mailbox timeout in aeq event workLuo bin2-19/+88