summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)Author
2019-04-04net: hns: Fix sparse: some warnings in HNS driversYonglong Liu
2019-04-04net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu
2019-04-04net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu
2019-04-04net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu
2019-04-04net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu
2019-04-04net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu
2019-03-27net: hns3: fix compile errorXi Wang
2019-03-21net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin
2019-03-09net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose
2019-03-08net: hns3: add dma_rmb() for rx descriptionJian Shen
2019-03-06net: hns3: Fix a logical vs bitwise typoDan Carpenter
2019-02-27net: hns: use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-02-24net: hns3: fix improper error handling for hns3_client_startHuazhong Tan
2019-02-24net: hns3: fix setting of the hns reset_type for rdma hw errorsShiju Jose
2019-02-24net: hns3: fix get VF RSS issueJian Shen
2019-02-24net: hns3: enable VF VLAN filter for each VF when initializingJian Shen
2019-02-24net: hns3: add support to config depth for tx|rx ring separatelyPeng Li
2019-02-24net: hns3: remove hnae3_get_bit in data pathYunsheng Lin
2019-02-24net: hns3: replace hnae3_set_bit and hnae3_set_field in data pathYunsheng Lin
2019-02-24net: hns3: add unlikely for error handling in data pathYunsheng Lin
2019-02-24net: hns3: remove some ops in struct hns3_nic_opsYunsheng Lin
2019-02-24net: hns3: limit some variable scope in critical data pathYunsheng Lin
2019-02-24net: hns3: avoid mult + div op in critical data pathYunsheng Lin
2019-02-24net: hns3: add xps setting support for hns3 driverYunsheng Lin
2019-02-21net: hns3: clear command queue's registers when unloading VF driverHuazhong Tan
2019-02-21net: hns3: uninitialize command queue while unloading PF driverHuazhong Tan
2019-02-21net: hns3: Record VF vlan tablesliuzhongzhu
2019-02-21net: hns3: Record VF unicast and multicast tablesliuzhongzhu
2019-02-21net: hns3: fix 6th bit of ppp mpf abnormal errorsWeihang Li
2019-02-21net: hns3: enable 8~11th bit of mac common msi-x errorWeihang Li
2019-02-21net: hns3: some bugfix of ppu(rcb) ras errorsWeihang Li
2019-02-21net: hns3: modify print message of ssu common ecc errorsWeihang Li
2019-02-21net: hns3: fix port info query issue for copper portJian Shen
2019-02-21net: hns3: convert mac advertize and supported from u32 to link modeJian Shen
2019-02-21net: hns3: Check variable is valid before assigning it to anotherYonglong Liu
2019-02-21net: hns3: add pointer checking at the beginning of the exported functions.Yonglong Liu
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-18net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta
2019-02-17net: hns3: make function hclge_set_all_vf_rst() staticWei Yongjun
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-14net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang
2019-02-02net: hns3: MAC table entry count function increases operation 0 value protect...liuzhongzhu
2019-02-02net: hns3: modify the upper limit judgment conditionliuzhongzhu
2019-02-02net: hns3: don't allow user to change vlan filter stateJian Shen
2019-02-02net: hns3: optimize the maximum TC macroliuzhongzhu
2019-02-02net: hns3: fix the problem that the supported port is emptyliuzhongzhu
2019-02-02net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()Huazhong Tan
2019-02-02net: hns3: move some set_bit statement into hclge_prepare_mac_addrWeihang Li
2019-02-02net: hns3: add hclge_cmd_check_retval() to parse comman's return valueWeihang Li
2019-02-02net: hns3: code optimization for hclge_rx_buffer_calcYunsheng Lin