aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29net: hns3: Fixes initalization of RoCE handle and makes it conditionalLijun Ou1-3/+5
2018-05-29net: hns3: Adds support for led locate command for copper portJian Shen2-41/+6
2018-05-29net: hns3: Remove unused led control codeJian Shen3-112/+0
2018-05-29net: hns3: Clear TX/RX rings when stopping port & un-initializing clientFuyun Liang3-10/+110
2018-05-29net: hns3: Removes unnecessary check when clearing TX/RX ringsFuyun Liang1-6/+0
2018-05-29net: hns3: Fixes the init of the VALID BD info in the descriptorFuyun Liang1-0/+2
2018-05-29net: hns3: Fixes the state to indicate client-type initializationPeng Li2-4/+49
2018-05-29net: hns3: Fix for PF mailbox receving unknown messageXi Wang1-3/+20
2018-05-29net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)Peng Li2-1/+10
2018-05-29net: hns3: Add STRP_TAGP field support for hardware revision 0x21Peng Li2-5/+40
2018-05-29net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 configPeng Li3-10/+29
2018-05-29net: hns3: Updates RX packet info fetch in case of multi BDPeng Li1-18/+18
2018-05-20net: hns3: Fix for CMDQ and Misc. interrupt init order problemYunsheng Lin1-8/+8
2018-05-20net: hns3: Fixes kernel panic issue during rmmod hns3 driverXi Wang1-2/+2
2018-05-20net: hns3: Fix for netdev not running problem after calling net_stop and net_openFuyun Liang1-0/+3
2018-05-20net: hns3: Use enums instead of magic number in hclge_is_special_opcodeHuazhong Tan1-1/+5
2018-05-20net: hns3: Fix for hns3 module is loaded multiple times problemXi Wang6-2/+8
2018-05-20net: hns3: Fix the missing client list node initializationXi Wang1-0/+2
2018-05-20net: hns3: cleanup of return values in hclge_init_client_instance()Jian Shen1-8/+6
2018-05-20net: hns3: Fixes API to fetch ethernet header length with kernel defaultPeng Li1-102/+2
2018-05-20net: hns3: Fixes error reported by Kbuild and internal reviewSalil Mehta1-1/+3
2018-05-16net: hns3: Fixes the missing PCI iounmap for various legsFuyun Liang1-0/+2
2018-05-16net: hns3: Add support of .sriov_configure in HNS3 driverPeng Li1-26/+32
2018-05-16net: hns3: Fix for fiber link up problemYunsheng Lin1-1/+1
2018-05-16net: hns3: Fixes the back pressure setting when sriov is enabledYunsheng Lin2-5/+45
2018-05-16net: hns3: Change return value in hnae3_register_clientFuyun Liang1-1/+1
2018-05-16net: hns3: Change return type of hnae3_register_ae_algoFuyun Liang4-6/+8
2018-05-16net: hns3: Change return type of hnae3_register_ae_devFuyun Liang3-8/+3
2018-05-16net: hns3: Add a check for client instance init stateFuyun Liang2-3/+13
2018-05-16net: hns3: Fix for the null pointer problem occurring when initializing ae_dev failedFuyun Liang3-8/+9
2018-05-16net: hns3: Fix for deadlock problem occurring when unregistering ae_algoFuyun Liang3-49/+79
2018-05-10net: hns3: refactor the loopback related functionYunsheng Lin2-47/+42
2018-05-10net: hns3: fix for cleaning ring problemYunsheng Lin1-4/+30
2018-05-10net: hns3: remove add/del_tunnel_udp in hns3_enet moduleYunsheng Lin2-96/+0
2018-05-10net: hns3: Fix for setting mac address when resettingYunsheng Lin1-4/+4
2018-05-10net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driverYunsheng Lin5-8/+20
2018-05-01net: hns3: Remove packet statistics in the range of 8192~12287Xi Wang2-10/+6
2018-05-01net: hns3: Fix for packet loss due wrong filter config in VLAN tblsYunsheng Lin3-24/+70
2018-05-01net: hns3: fix a dead loop in hclge_cmd_csq_cleanHuazhong Tan1-0/+19
2018-05-01net: hns3: Fix to support autoneg only for port attached with phyFuyun Liang1-6/+6
2018-05-01net: hns3: fix for phy_addr error in hclge_mac_mdio_configHuazhong Tan2-7/+12
2018-05-01net: hns3: Fixes the error legs in hclge_init_ae_dev functionHuazhong Tan1-21/+34
2018-05-01net: hns3: Fixes the out of bounds access in hclge_map_tqpHuazhong Tan1-2/+5
2018-05-01net: hns3: fix to correctly fetch l4 protocol outer headerHuazhong Tan1-1/+1
2018-05-01net: hns3: Remove error log when getting pfc stats failsYunsheng Lin1-4/+1
2018-04-04net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGESTan Xiaojun1-1/+1
2018-03-31net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()Wei Yongjun1-4/+0
2018-03-26net: hns3: never send command queue message to IMP when resetPeng Li2-5/+24
2018-03-26net: hns3: fix for not initializing VF rss_hash_key problemFuyun Liang1-2/+2
2018-03-26net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfoFuyun Liang1-1/+1