summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2019-07-26net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issueHuazhong Tan1-28/+26
2019-07-26net: hns3: enable broadcast promisc mode when initializing VFJian Shen1-3/+11
2019-07-26net: hns3: add Asym Pause support to fix autoneg problemYonglong Liu2-0/+8
2019-07-26net: hns3: add some error checking in hclge_tm moduleYunsheng Lin1-1/+5
2019-07-26net: hns3: fix a -Wformat-nonliteral compile warningYonglong Liu1-2/+1
2019-07-26net: hns3: delay ring buffer clearing during resetYunsheng Lin1-5/+14
2019-07-26net: hns3: fix for skb leak when doing selftestYunsheng Lin1-2/+4
2019-07-26net: hns3: fix for dereferencing before null checkingYunsheng Lin1-2/+5
2019-07-26net: hns3: set ops to null when unregister ad_devWeihang Li1-0/+2
2019-07-26net: hns3: add a check to pointer in error_detected and slot_resetWeihang Li1-2/+5
2019-07-26net: hns3: initialize CPU reverse mappingJian Shen1-29/+48
2019-06-25net: hns: Fix loopback test failed at copper portsYonglong Liu1-0/+4
2019-06-15net: hns3: return 0 and print warning when hit duplicate MACPeng Li1-2/+5
2019-05-31net: hns3: add protect when handling mac addr listJian Shen1-2/+8
2019-05-31net: hns3: check resetting status in hns3_get_stats()Huazhong Tan1-0/+5
2019-05-31net: hns3: add error handler for initializing command queueHuazhong Tan2-6/+16
2019-05-31net: hns3: fix keep_alive_timer not stop problemHuazhong Tan1-1/+11
2019-05-31net: hns3: free the pending skb when clean RX ringPeng Li1-0/+7
2019-05-31net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan3-5/+6
2019-05-31net: hns3: fix for TX clean num when cleaning TX BDYunsheng Lin1-1/+2
2019-05-31net: hns3: fix pause configure fail problemHuazhong Tan1-1/+4
2019-04-04net: hns: Fix sparse: some warnings in HNS driversYonglong Liu11-43/+33
2019-04-04net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu1-1/+3
2019-04-04net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu1-6/+27
2019-04-04net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu1-1/+1
2019-04-04net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu1-5/+2
2019-04-04net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu1-2/+3
2019-03-28net: hns3: fix compile errorXi Wang2-2/+2
2019-03-21net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin2-8/+6
2019-03-10net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose3-3/+11
2019-03-09net: 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-28net: hns: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+3
2019-02-25net: hns3: fix improper error handling for hns3_client_startHuazhong Tan1-1/+3
2019-02-25net: hns3: fix setting of the hns reset_type for rdma hw errorsShiju Jose1-16/+20
2019-02-25net: hns3: fix get VF RSS issueJian Shen2-1/+74
2019-02-25net: hns3: enable VF VLAN filter for each VF when initializingJian Shen2-11/+23
2019-02-25net: hns3: add support to config depth for tx|rx ring separatelyPeng Li10-47/+119
2019-02-25net: hns3: remove hnae3_get_bit in data pathYunsheng Lin1-19/+14
2019-02-25net: hns3: replace hnae3_set_bit and hnae3_set_field in data pathYunsheng Lin1-69/+51
2019-02-25net: hns3: add unlikely for error handling in data pathYunsheng Lin1-9/+9
2019-02-25net: hns3: remove some ops in struct hns3_nic_opsYunsheng Lin2-9/+5
2019-02-25net: hns3: limit some variable scope in critical data pathYunsheng Lin1-19/+16
2019-02-25net: hns3: avoid mult + div op in critical data pathYunsheng Lin2-7/+11
2019-02-25net: hns3: add xps setting support for hns3 driverYunsheng Lin1-0/+24
2019-02-22net: hns3: clear command queue's registers when unloading VF driverHuazhong Tan1-0/+20
2019-02-22net: hns3: uninitialize command queue while unloading PF driverHuazhong Tan3-3/+29
2019-02-22net: hns3: Record VF vlan tablesliuzhongzhu3-1/+96
2019-02-22net: hns3: Record VF unicast and multicast tablesliuzhongzhu4-1/+156
2019-02-22net: hns3: fix 6th bit of ppp mpf abnormal errorsWeihang Li1-1/+1