aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19net: hns3: Make hclgevf_update_link_mode staticYueHaibing1-1/+1
2019-03-09net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose3-3/+11
2019-03-08net: hns3: add dma_rmb() for rx descriptionJian Shen1-0/+2
2019-03-06net: hns3: Fix a logical vs bitwise typoDan Carpenter1-2/+2
2019-02-27net: hns: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+3
2019-02-24net: hns3: fix improper error handling for hns3_client_startHuazhong Tan1-1/+3
2019-02-24net: hns3: fix setting of the hns reset_type for rdma hw errorsShiju Jose1-16/+20
2019-02-24net: hns3: fix get VF RSS issueJian Shen2-1/+74
2019-02-24net: hns3: enable VF VLAN filter for each VF when initializingJian Shen2-11/+23
2019-02-24net: hns3: add support to config depth for tx|rx ring separatelyPeng Li10-47/+119
2019-02-24net: hns3: remove hnae3_get_bit in data pathYunsheng Lin1-19/+14
2019-02-24net: hns3: replace hnae3_set_bit and hnae3_set_field in data pathYunsheng Lin1-69/+51
2019-02-24net: hns3: add unlikely for error handling in data pathYunsheng Lin1-9/+9
2019-02-24net: hns3: remove some ops in struct hns3_nic_opsYunsheng Lin2-9/+5
2019-02-24net: hns3: limit some variable scope in critical data pathYunsheng Lin1-19/+16
2019-02-24net: hns3: avoid mult + div op in critical data pathYunsheng Lin2-7/+11
2019-02-24net: hns3: add xps setting support for hns3 driverYunsheng Lin1-0/+24
2019-02-21net: hns3: clear command queue's registers when unloading VF driverHuazhong Tan1-0/+20
2019-02-21net: hns3: uninitialize command queue while unloading PF driverHuazhong Tan3-3/+29
2019-02-21net: hns3: Record VF vlan tablesliuzhongzhu3-1/+96
2019-02-21net: hns3: Record VF unicast and multicast tablesliuzhongzhu4-1/+156
2019-02-21net: hns3: fix 6th bit of ppp mpf abnormal errorsWeihang Li1-1/+1
2019-02-21net: hns3: enable 8~11th bit of mac common msi-x errorWeihang Li2-2/+8
2019-02-21net: hns3: some bugfix of ppu(rcb) ras errorsWeihang Li2-5/+12
2019-02-21net: hns3: modify print message of ssu common ecc errorsWeihang Li1-2/+43
2019-02-21net: hns3: fix port info query issue for copper portJian Shen4-24/+44
2019-02-21net: hns3: convert mac advertize and supported from u32 to link modeJian Shen1-12/+12
2019-02-21net: hns3: Check variable is valid before assigning it to anotherYonglong Liu1-6/+10
2019-02-21net: hns3: add pointer checking at the beginning of the exported functions.Yonglong Liu1-0/+21
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-02-18net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta1-0/+3
2019-02-17net: hns3: make function hclge_set_all_vf_rst() staticWei Yongjun1-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-02-14net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang1-0/+2
2019-02-02net: hns3: MAC table entry count function increases operation 0 value protection measuresliuzhongzhu1-2/+5
2019-02-02net: hns3: modify the upper limit judgment conditionliuzhongzhu1-2/+2
2019-02-02net: hns3: don't allow user to change vlan filter stateJian Shen1-2/+1
2019-02-02net: hns3: optimize the maximum TC macroliuzhongzhu3-7/+6
2019-02-02net: hns3: fix the problem that the supported port is emptyliuzhongzhu5-4/+77
2019-02-02net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()Huazhong Tan1-4/+5
2019-02-02net: hns3: move some set_bit statement into hclge_prepare_mac_addrWeihang Li1-13/+11
2019-02-02net: hns3: add hclge_cmd_check_retval() to parse comman's return valueWeihang Li1-27/+33
2019-02-02net: hns3: code optimization for hclge_rx_buffer_calcYunsheng Lin1-77/+63
2019-02-02net: hns3: Modify parameter type from int to bool in set_gro_enYonglong Liu4-20/+12
2019-02-02net: hns3: fix an issue for hns3_update_new_int_glPeng Li1-1/+1
2019-02-02net: hns3: fix a code style issue for hns3_update_new_int_gl()Peng Li1-1/+1
2019-02-01net: hns3: Check for allocation failureDan Carpenter1-0/+2
2019-01-30net: hns3: keep flow director state unchanged when resetJian Shen2-5/+7
2019-01-30net: hns3: stop sending keep alive msg to PF when VF is resettingJian Shen1-0/+4
2019-01-30net: hns3: fix an issue for hclgevf_ae_get_hdevPeng Li1-1/+6