summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3
AgeCommit message (Expand)AuthorFilesLines
2020-01-27net: hns3: fix for vport->bw_limit overflow problemYunsheng Lin1-1/+1
2019-12-05net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTEDYunsheng Lin2-1/+3
2019-12-01net: hns3: bugfix for buffer not free problem during resettingHuazhong Tan1-3/+21
2019-11-24net: hns3: Fix for netdev not up problem when setting mtuYunsheng Lin1-5/+3
2019-11-20net: hns3: Fix parameter type for q_id in hclge_tm_q_to_qs_map_cfg()Jian Shen1-1/+1
2019-11-20net: hns3: Fix for setting speed for phy failed problemFuyun Liang1-1/+1
2019-07-31net: hns3: add some error checking in hclge_tm moduleYunsheng Lin1-1/+5
2019-07-31net: hns3: fix a -Wformat-nonliteral compile warningYonglong Liu1-2/+1
2018-09-15net: hns3: Fix for phy link issue when using marvell phy driverJian Shen1-0/+2
2018-09-15net: hns3: Fix for command format parsing error in hclge_is_all_function_id_zeroXi Wang1-1/+1
2018-08-03net: hns3: Fixes the out of bounds access in hclge_map_tqpHuazhong Tan1-2/+5
2018-08-03net: hns3: Fix the missing client list node initializationXi Wang1-0/+2
2018-08-03net: hns3: Fixes the init of the VALID BD info in the descriptorFuyun Liang1-0/+2
2018-04-12net: hns3: fix for changing MTUFuyun Liang1-0/+2
2018-04-12net: hns3: Fix an error macro definition of HNS3_TQP_STATJian Shen1-1/+2
2018-04-12net: hns3: Fix a loop index error of tqp statistics queryJian Shen1-5/+5
2018-04-12net: hns3: Fix an error of total drop packet statisticsJian Shen1-2/+9
2018-04-12net: hns3: fix for getting auto-negotiation state in hclge_get_autonegFuyun Liang1-0/+4
2018-04-12net: hns3: free the ring_data structrue when change tqpsPeng Li1-0/+4
2017-12-20net: hns3: fix a bug when alloc new bufferLipeng1-1/+1
2017-12-20net: hns3: fix the bug when map buffer failLipeng1-1/+1
2017-12-20net: hns3: fix the TX/RX ring.queue_index in hns3_ring_get_cfgLipeng1-2/+2
2017-12-20net: hns3: fix the bug of hns3_set_txbd_baseinfoLipeng1-1/+1
2017-12-20net: hns3: add nic_client check when initialize roce base informationLipeng1-1/+1
2017-12-20net: hns3: fix a bug in hclge_uninit_client_instanceLipeng1-2/+8
2017-12-20net: hns3: Fix a misuse to devm_free_irqqumingguang1-3/+2
2017-12-20net: hns3: fix for getting advertised_caps in hns3_get_link_ksettingsFuyun Liang1-0/+3
2017-10-02net: hns3: Fix an error handling path in 'hclge_rss_init_hw()'Christophe JAILLET1-1/+2
2017-09-21net: hns3: Fix for pri to tc mapping in TMYunsheng Lin3-9/+12
2017-09-21net: hns3: Fix for setting rss_size incorrectlyYunsheng Lin3-40/+38
2017-09-21net: hns3: Fix typo error for feild in hclge_tmYunsheng Lin2-12/+12
2017-09-21net: hns3: Fix for rx priv buf allocation when DCB is not supportedYunsheng Lin1-0/+10
2017-09-21net: hns3: Fix for rx_priv_buf_alloc not setting rx shared bufferYunsheng Lin2-1/+6
2017-09-21net: hns3: Fix for not setting rx private buffer size to zeroYunsheng Lin1-2/+14
2017-09-21net: hns3: Fix for DEFAULT_DV when dev doesn't support DCBYunsheng Lin2-1/+6
2017-09-21net: hns3: Fix initialization when cmd is not supportedYunsheng Lin4-16/+31
2017-09-21net: hns3: Cleanup for ROCE capability flag in ae_devYunsheng Lin3-27/+19
2017-09-20net: hns3: Fixes the premature exit of loop when matching clientsLipeng1-34/+9
2017-09-20net: hns3: Fixes the default VLAN-id of PFLipeng1-1/+5
2017-09-20net: hns3: Fixes the ether address copy with appropriate APISalil Mehta1-2/+1
2017-09-20net: hns3: Fixes the initialization of MAC address in hardwareLipeng1-3/+4
2017-09-20net: hns3: Fixes ring-to-vector map-and-unmap commandLipeng2-2/+14
2017-09-20net: hns3: Fixes the command used to unmap ring from vectorLipeng1-1/+1
2017-09-20net: hns3: Fixes initialization of phy address from firmwareLipeng1-0/+1
2017-08-31net: hns3: Fixes the wrong IS_ERR check on the returned phydev valueSalil Mehta1-1/+1
2017-08-22net: hns3: Add support to change MTU in HNS3 hardwareSalil2-0/+35
2017-08-20net: hns3: fix a handful of spelling mistakesColin Ian King2-3/+3
2017-08-18net: hns3: Fixes the static check warning due to missing unsupp L3 proto checkSalil1-4/+10
2017-08-18net: hns3: Fixes the static checker error warning in hns3_get_link_ksettings()Salil1-37/+48
2017-08-18net: hns3: Fixes the missing u64_stats_fetch_begin_irq in 64-bit stats fetchSalil1-0/+2