aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-28hinic: add support to get eeprom informationLuo bin4-0/+175
2020-06-28hinic: add support to identify physical deviceLuo bin7-3/+132
2020-06-28hinic: add self test supportLuo bin8-0/+331
2020-06-28hinic: add support to set and get irq coalesceLuo bin8-1/+418
2020-06-28hinic: add support to set and get pause paramsLuo bin7-11/+217
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-2/+2
2020-06-02hinic: 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-14hinic: add set_ringparam ethtool_ops supportLuo bin11-15/+104
2020-05-11hinic: add link_ksettings ethtool_ops supportLuo bin6-9/+682
2020-05-10hinic: fix a bug of ndo_stopLuo bin2-18/+14
2020-05-09hinic: add three net_device_ops of vfLuo bin11-24/+453
2020-04-30hinic: Use kmemdup instead of kzalloc and memcpyZou Wei1-6/+3
2020-04-30hinic: make symbol 'dump_mox_reg' staticZheng Bin1-1/+1
2020-04-30hinic: Use ARRAY_SIZE for nic_vf_cmd_msg_handlerZou Wei1-5/+3
2020-04-30hinic: make a bunch of functions staticYueHaibing1-43/+48
2020-04-25hinic: add net_device_ops associated with vfLuo bin3-1/+383
2020-04-25hinic: add sriov feature supportLuo bin23-193/+1195
2020-04-25hinic: add mailbox function supportLuo bin10-10/+1456
2020-03-21hinic: fix wrong value of MIN_SKB_LENLuo bin1-1/+1
2020-03-21hinic: fix wrong para of wait_for_completion_timeoutLuo bin2-3/+5
2020-03-21hinic: fix out-of-order excution in arm cpuLuo bin4-0/+9
2020-03-21hinic: fix the bug of clearing event queueLuo bin1-7/+17
2020-03-21hinic: fix a bug of waitting for IO stoppedLuo bin1-49/+2