summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)Author
2019-04-15net: hns3: fix for vport->bw_limit overflow problemYunsheng Lin
2019-04-15net: hns3: fix sparse: warning when calling hclge_set_vlan_filter_hw()Jian Shen
2019-04-14net: hns3: code optimization for command queue' spin lockPeng Li
2019-04-14net: hns3: free the pending skb when clean RX ringPeng Li
2019-04-14net: hns3: do not initialize MDIO bus when PHY is inexistentJian Shen
2019-04-14net: hns3: set dividual reset level for all RAS and MSI-X errorsWeihang Li
2019-04-14net: hns3: divide shared buffer between TCYunsheng Lin
2019-04-14net: hns3: always assume no drop TC for performance reasonYunsheng Lin
2019-04-14net: hns3: add hns3_gro_complete for HW GRO processYunsheng Lin
2019-04-14net: hns3: minor refactor for hns3_rx_checksumYunsheng Lin
2019-04-14net: hns3: fix set port based VLAN issue for VFJian Shen
2019-04-14net: hns3: fix set port based VLAN for PFJian Shen
2019-04-14net: hns3: fix VLAN offload handle for VLAN inserted by portJian Shen
2019-04-14net: hns3: modify VLAN initialization to be compatible with port based VLANJian Shen
2019-04-08net: hns3: fix keep_alive_timer not stop problemHuazhong Tan
2019-04-08net: hns3: remove resetting check in hclgevf_reset_task_scheduleHuazhong Tan
2019-04-08net: hns3: add error handler for initializing command queueHuazhong Tan
2019-04-08net: hns3: stop mailbox handling when command queue need re-initHuazhong Tan
2019-04-08net: hns3: handle pending reset while reset failHuazhong Tan
2019-04-08net: hns3: do not request reset when hardware resettingHuazhong Tan
2019-04-08net: hns3: ignore lower-level new coming resetHuazhong Tan
2019-04-08net: hns3: deactive the reset timer when reset successfullyHuazhong Tan
2019-04-08net: hns3: adjust the timing of hns3_client_stop when unloadingHuazhong Tan
2019-04-08net: hns3: not reset vport who not alive when PF resetHuazhong Tan
2019-04-08net: hns3: set up the vport alive state while reinitializingHuazhong Tan
2019-04-08net: hns3: set vport alive state to default while resettingHuazhong Tan
2019-04-06net: hns: fix unsigned comparison to less than zeroColin Ian King
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-04-04net: hns3: split function hnae3_match_n_instantiate()Jian Shen
2019-04-04net: hns3: modify HNS3_NIC_STATE_INITED flag in hns3_reset_notify_uninit_enetHuazhong Tan
2019-04-04net: hns3: prevent change MTU when resettingHuazhong Tan
2019-04-04net: hns3: check resetting status in hns3_get_stats()Huazhong Tan
2019-04-04net: hns3: add protect when handling mac addr listJian Shen
2019-04-04net: hns3: simplify hclgevf_cmd_csq_cleanHuazhong Tan
2019-04-04net: hns3: minor optimization for datapathYunsheng Lin
2019-04-04net: hns3: minor optimization for ring_spaceYunsheng Lin
2019-04-04net: hns3: return 0 and print warning when hit duplicate MACPeng Li
2019-04-04net: hns3: modify the VF network port media type acquisition methodliuzhongzhu
2019-04-04net: hns3: reduce resources use in kdump kernelYonglong Liu
2019-04-04net: hns3: check 1000M half for hns3_ethtool_ops.set_link_ksettingsPeng Li
2019-03-27net: hns3: fix compile errorXi Wang
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-22net: Add IANA_VXLAN_UDP_PORT definition to vxlan header fileMoshe Shemesh
2019-03-21net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin