summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-271-2/+3
* net: hns3: fix improper error handling for hns3_client_startHuazhong Tan2019-02-241-1/+3
* net: hns3: fix setting of the hns reset_type for rdma hw errorsShiju Jose2019-02-241-16/+20
* net: hns3: fix get VF RSS issueJian Shen2019-02-242-1/+74
* net: hns3: enable VF VLAN filter for each VF when initializingJian Shen2019-02-242-11/+23
* net: hns3: add support to config depth for tx|rx ring separatelyPeng Li2019-02-2410-47/+119
* net: hns3: remove hnae3_get_bit in data pathYunsheng Lin2019-02-241-19/+14
* net: hns3: replace hnae3_set_bit and hnae3_set_field in data pathYunsheng Lin2019-02-241-69/+51
* net: hns3: add unlikely for error handling in data pathYunsheng Lin2019-02-241-9/+9
* net: hns3: remove some ops in struct hns3_nic_opsYunsheng Lin2019-02-242-9/+5
* net: hns3: limit some variable scope in critical data pathYunsheng Lin2019-02-241-19/+16
* net: hns3: avoid mult + div op in critical data pathYunsheng Lin2019-02-242-7/+11
* net: hns3: add xps setting support for hns3 driverYunsheng Lin2019-02-241-0/+24
* net: hns3: clear command queue's registers when unloading VF driverHuazhong Tan2019-02-211-0/+20
* net: hns3: uninitialize command queue while unloading PF driverHuazhong Tan2019-02-213-3/+29
* net: hns3: Record VF vlan tablesliuzhongzhu2019-02-213-1/+96
* net: hns3: Record VF unicast and multicast tablesliuzhongzhu2019-02-214-1/+156
* net: hns3: fix 6th bit of ppp mpf abnormal errorsWeihang Li2019-02-211-1/+1
* net: hns3: enable 8~11th bit of mac common msi-x errorWeihang Li2019-02-212-2/+8
* net: hns3: some bugfix of ppu(rcb) ras errorsWeihang Li2019-02-212-5/+12
* net: hns3: modify print message of ssu common ecc errorsWeihang Li2019-02-211-2/+43
* net: hns3: fix port info query issue for copper portJian Shen2019-02-214-24/+44
* net: hns3: convert mac advertize and supported from u32 to link modeJian Shen2019-02-211-12/+12
* net: hns3: Check variable is valid before assigning it to anotherYonglong Liu2019-02-211-6/+10
* net: hns3: add pointer checking at the beginning of the exported functions.Yonglong Liu2019-02-211-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-0/+3
|\
| * net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta2019-02-181-0/+3
* | net: hns3: make function hclge_set_all_vf_rst() staticWei Yongjun2019-02-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-0/+2
|\|
| * net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang2019-02-141-0/+2
* | net: hns3: MAC table entry count function increases operation 0 value protect...liuzhongzhu2019-02-021-2/+5
* | net: hns3: modify the upper limit judgment conditionliuzhongzhu2019-02-021-2/+2
* | net: hns3: don't allow user to change vlan filter stateJian Shen2019-02-021-2/+1
* | net: hns3: optimize the maximum TC macroliuzhongzhu2019-02-023-7/+6
* | net: hns3: fix the problem that the supported port is emptyliuzhongzhu2019-02-025-4/+77
* | net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()Huazhong Tan2019-02-021-4/+5
* | net: hns3: move some set_bit statement into hclge_prepare_mac_addrWeihang Li2019-02-021-13/+11
* | net: hns3: add hclge_cmd_check_retval() to parse comman's return valueWeihang Li2019-02-021-27/+33
* | net: hns3: code optimization for hclge_rx_buffer_calcYunsheng Lin2019-02-021-77/+63
* | net: hns3: Modify parameter type from int to bool in set_gro_enYonglong Liu2019-02-024-20/+12
* | net: hns3: fix an issue for hns3_update_new_int_glPeng Li2019-02-021-1/+1
* | net: hns3: fix a code style issue for hns3_update_new_int_gl()Peng Li2019-02-021-1/+1
* | net: hns3: Check for allocation failureDan Carpenter2019-02-011-0/+2
* | net: hns3: keep flow director state unchanged when resetJian Shen2019-01-302-5/+7
* | net: hns3: stop sending keep alive msg to PF when VF is resettingJian Shen2019-01-301-0/+4
* | net: hns3: fix an issue for hclgevf_ae_get_hdevPeng Li2019-01-301-1/+6
* | net: hns3: fix improper error handling in the hclge_init_ae_dev()Huazhong Tan2019-01-301-1/+1
* | net: hns3: fix for rss result nonuniformJian Shen2019-01-302-6/+26
* | net: hns3: fix netif_napi_del() not do problem when unloadingHuazhong Tan2019-01-301-20/+7
* | net: hns3: Fix NULL deref when unloading driverHuazhong Tan2019-01-305-22/+40