summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei
AgeCommit message (Expand)AuthorFilesLines
2021-03-25hinic: 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-10net: hinic: simplify the return hinic_configure_max_qnum()Zheng Yongjun1-7/+1
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-20devlink: move request_firmware out of driverJacob Keller1-11/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-13/+6
2020-10-04net: hinic: fix DEVLINK build errorsRandy Dunlap1-0/+1
2020-09-26devlink: convert flash_update to use params structureJacob Keller1-3/+2
2020-09-26devlink: check flash_update parameter support in net coreJacob Keller1-3/+0
2020-09-25hinic: 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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-30/+63
2020-09-19hinic: modify irq nameLuo bin4-9/+13
2020-09-19hinic: fix sending pkts from core while self testingLuo bin2-2/+6
2020-09-18hinic: 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-12hinic: fix rewaking txq after netif_tx_disableLuo bin2-16/+28
2020-09-11net: hns: Fix a kernel-doc warning in hinic_hw_eqs.cWang Hai1-1/+1
2020-09-11net: hns: Fix a kernel-doc warning in hinic_hw_api_cmd.cWang Hai1-1/+1
2020-09-11hinic: Fix some kernel-doc warnings in hinic_hw_io.cWang Hai1-2/+2
2020-09-06hinic: bump up the timeout of UPDATE_FW cmdLuo bin1-0/+4
2020-09-06hinic: 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-29hinic: add log in exception handling processesLuo bin13-45/+151
2020-07-29hinic: add support to handle hw abnormal eventLuo bin10-36/+704
2020-07-16hinic: 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-05hinic: fix sending mailbox timeout in aeq event workLuo bin2-19/+88
2020-07-01hinic: fix passing non negative value to ERR_PTRLuo bin1-0/+2
2020-06-30hinic: remove unused but set variableLuo bin2-20/+0
2020-06-29hinic: add support to get eeprom informationLuo bin4-0/+175
2020-06-29hinic: add support to identify physical deviceLuo bin7-3/+132
2020-06-29hinic: add self test supportLuo bin8-0/+331
2020-06-29hinic: add support to set and get irq coalesceLuo bin8-1/+418
2020-06-29hinic: add support to set and get pause paramsLuo bin7-11/+217
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-2/+2
2020-06-03hinic: add set_channels ethtool_ops supportLuo bin2-9/+33
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-18/+14
2020-05-15hinic: add set_ringparam ethtool_ops supportLuo bin11-15/+104
2020-05-11hinic: add link_ksettings ethtool_ops supportLuo bin6-9/+682