summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-131-1/+1
|\
| * net: hns3: fix spelling mistake "could'nt" -> "couldn't"Colin Ian King2020-08-061-1/+1
* | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-023-39/+52
|\
| * net: hns3: fix for VLAN config when reset failedGuojia Liao2020-07-282-7/+10
| * net: hns3: fix aRFS FD rules leftover after add a user FD ruleGuojia Liao2020-07-281-13/+15
| * net: hns3: add reset check for VF updating port based VLANJian Shen2020-07-281-9/+21
| * net: hns3: fix a TX timeout issueYonglong Liu2020-07-281-1/+1
| * net: hns3: fix desc filling bug when skb is expanded or linearedYunsheng Lin2020-07-281-10/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-255-41/+38
|\|
| * net: hns3: fix return value error when query MAC link status failJian Shen2020-07-212-27/+25
| * net: hns3: fix error handling for desc fillingYunsheng Lin2020-07-212-0/+9
| * net: hns3: fix for not calculating TX BD send size correctlyYunsheng Lin2020-07-212-3/+1
| * net: hns3: fix for not unmapping TX buffer correctlyYunsheng Lin2020-07-211-11/+3
* | net: hix5hd2_gmac: Remove unneeded cast from memory allocationWang Hai2020-07-241-3/+3
* | net: hns: use eth_broadcast_addr() to assign broadcast addressXu Wang2020-07-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-114-6/+13
|\|
| * net: hns3: fix use-after-free when doing self testYonglong Liu2020-07-061-3/+6
| * net: hns3: add a missing uninit debugfs when unload driverHuazhong Tan2020-07-061-2/+1
| * net: hns3: fix for mishandle of asserting VF reset failHuazhong Tan2020-07-061-0/+5
| * net: hns3: check reset pending after FLR prepareHuazhong Tan2020-07-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-251-1/+1
|\|
| * hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld2020-06-251-1/+1
* | net: hns3: streaming dma buffer sync between cpu and deviceBarry Song2020-06-181-1/+17
* | net: hns3: replace disable_irq by IRQ_NOAUTOEN flagBarry Song2020-06-181-2/+2
* | net: hns3: rename buffer-related functionsBarry Song2020-06-181-6/+6
* | net: hns3: pointer type of buffer should be voidBarry Song2020-06-182-2/+2
* | net: hns3: remove unnecessary devm_kfreeBarry Song2020-06-181-4/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-11/+11
* net: hns3: remove some unused codes in hns3_nic_set_features()Huazhong Tan2020-05-301-6/+0
* net: hns3: fix two coding style issues in hclgevf_main.cHuazhong Tan2020-05-301-2/+1
* net: hns3: fix an incorrect comment for num_tqps in struct hclgevf_devHuazhong Tan2020-05-301-1/+1
* net: hns3: remove two unused macros in hclgevf_cmd.cHuazhong Tan2020-05-301-3/+0
* net: hns3: remove an unused macro hclge_is_csqHuazhong Tan2020-05-301-2/+0
* net: hns3: fix a print format issue in hclge_mac_mdio_config()Huazhong Tan2020-05-301-1/+1
* net: hns3: print out speed info when parsing speed failsHuazhong Tan2020-05-281-1/+2
* net: hns3: remove some unused fields in struct hclge_devHuazhong Tan2020-05-281-6/+0
* net: hns3: remove two duplicated register macros in hclgevf_main.hHuazhong Tan2020-05-282-6/+4
* net: hns3: remove unused struct hnae3_unic_private_infoHuazhong Tan2020-05-281-11/+0
* net: hns3; remove unused HNAE3_RESTORE_CLIENT in enum hnae3_reset_notify_typeHuazhong Tan2020-05-281-1/+0
* net: hns3: remove some unused fields in struct hns3_nic_privHuazhong Tan2020-05-281-22/+0
* net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmdHuazhong Tan2020-05-282-3/+3
* net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmdHuazhong Tan2020-05-282-3/+3
* net: hns3: refactor hclge_query_bd_num_cmd_send()Huazhong Tan2020-05-281-9/+12
* net: hns3: refactor hclge_config_tso()Huazhong Tan2020-05-281-13/+4
* net: hns3: add a missing mutex destroy in hclge_init_ad_dev()Huazhong Tan2020-05-281-0/+1
* net: hns3: remove an unnecessary 'goto' in hclge_init_ae_dev()Huazhong Tan2020-05-281-4/+2
* net: hns3: add a print for initializing CMDQ when reset pendingHuazhong Tan2020-05-271-0/+3
* net: hns3: remove unnecessary MAC enable in app loopbackYufeng Mo2020-05-271-2/+0
* net: hns3: change the order of reinitializing RoCE and NIC client during resetYufeng Mo2020-05-271-5/+4