summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns: fix unsigned comparison to less than zeroColin Ian King2019-04-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-0516-60/+71
|\
| * net: hns: Fix sparse: some warnings in HNS driversYonglong Liu2019-04-0411-43/+33
| * net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu2019-04-041-1/+3
| * net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu2019-04-041-6/+27
| * net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu2019-04-041-1/+1
| * net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu2019-04-041-5/+2
| * net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu2019-04-041-2/+3
| * net: hns3: fix compile errorXi Wang2019-03-282-2/+2
* | net: hns3: split function hnae3_match_n_instantiate()Jian Shen2019-04-041-18/+22
* | net: hns3: modify HNS3_NIC_STATE_INITED flag in hns3_reset_notify_uninit_enetHuazhong Tan2019-04-041-3/+1
* | net: hns3: prevent change MTU when resettingHuazhong Tan2019-04-041-0/+3
* | net: hns3: check resetting status in hns3_get_stats()Huazhong Tan2019-04-041-0/+5
* | net: hns3: add protect when handling mac addr listJian Shen2019-04-041-2/+8
* | net: hns3: simplify hclgevf_cmd_csq_cleanHuazhong Tan2019-04-041-11/+24
* | net: hns3: minor optimization for datapathYunsheng Lin2019-04-041-3/+21
* | net: hns3: minor optimization for ring_spaceYunsheng Lin2019-04-041-10/+5
* | net: hns3: return 0 and print warning when hit duplicate MACPeng Li2019-04-041-2/+5
* | net: hns3: modify the VF network port media type acquisition methodliuzhongzhu2019-04-044-5/+43
* | net: hns3: reduce resources use in kdump kernelYonglong Liu2019-04-041-1/+22
* | net: hns3: check 1000M half for hns3_ethtool_ops.set_link_ksettingsPeng Li2019-04-041-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-282-8/+6
|\|
| * net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin2019-03-212-8/+6
* | net: Add IANA_VXLAN_UDP_PORT definition to vxlan header fileMoshe Shemesh2019-03-221-2/+2
* | net: hns3: Make hclge_destroy_cmd_queue staticYueHaibing2019-03-201-1/+1
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2
* | net: hns3: Make hclgevf_update_link_mode staticYueHaibing2019-03-191-1/+1
|/
* net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose2019-03-103-3/+11
* net: hns3: add dma_rmb() for rx descriptionJian Shen2019-03-081-0/+2
* net: hns3: Fix a logical vs bitwise typoDan Carpenter2019-03-061-2/+2
* net: hns: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-281-2/+3
* net: hns3: fix improper error handling for hns3_client_startHuazhong Tan2019-02-251-1/+3
* net: hns3: fix setting of the hns reset_type for rdma hw errorsShiju Jose2019-02-251-16/+20
* net: hns3: fix get VF RSS issueJian Shen2019-02-252-1/+74
* net: hns3: enable VF VLAN filter for each VF when initializingJian Shen2019-02-252-11/+23
* net: hns3: add support to config depth for tx|rx ring separatelyPeng Li2019-02-2510-47/+119
* net: hns3: remove hnae3_get_bit in data pathYunsheng Lin2019-02-251-19/+14
* net: hns3: replace hnae3_set_bit and hnae3_set_field in data pathYunsheng Lin2019-02-251-69/+51
* net: hns3: add unlikely for error handling in data pathYunsheng Lin2019-02-251-9/+9
* net: hns3: remove some ops in struct hns3_nic_opsYunsheng Lin2019-02-252-9/+5
* net: hns3: limit some variable scope in critical data pathYunsheng Lin2019-02-251-19/+16
* net: hns3: avoid mult + div op in critical data pathYunsheng Lin2019-02-252-7/+11
* net: hns3: add xps setting support for hns3 driverYunsheng Lin2019-02-251-0/+24
* net: hns3: clear command queue's registers when unloading VF driverHuazhong Tan2019-02-221-0/+20
* net: hns3: uninitialize command queue while unloading PF driverHuazhong Tan2019-02-223-3/+29
* net: hns3: Record VF vlan tablesliuzhongzhu2019-02-223-1/+96
* net: hns3: Record VF unicast and multicast tablesliuzhongzhu2019-02-224-1/+156
* net: hns3: fix 6th bit of ppp mpf abnormal errorsWeihang Li2019-02-221-1/+1
* net: hns3: enable 8~11th bit of mac common msi-x errorWeihang Li2019-02-222-2/+8
* net: hns3: some bugfix of ppu(rcb) ras errorsWeihang Li2019-02-222-5/+12