summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)Author
2018-07-04net: hns3: remove redundant variable 'protocol'Colin Ian King
2018-07-02net: hns3: modify hnae_ to hnae3_Peng Li
2018-07-02net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_singleHuazhong Tan
2018-07-02net: hns3: give default option while dependency HNS3 setHuazhong Tan
2018-07-02net: hns3: remove some unused members of some structuresHuazhong Tan
2018-07-02net: hns3: remove a redundant hclge_cmd_csq_doneHuazhong Tan
2018-07-02net: hns3: simplify hclge_cmd_csq_cleanHuazhong Tan
2018-07-02net: hns3: remove some redundant assignmentsHuazhong Tan
2018-07-02net: hns3: remove useless code in hclge_cmd_sendHuazhong Tan
2018-07-02net: hns3: remove unused hclge_ring_to_dma_dirHuazhong Tan
2018-06-29net: hns3: use lower_32_bits and upper_32_bitsHuazhong Tan
2018-06-29net: hns3: remove back in struct hclge_hwHuazhong Tan
2018-06-29net: hns3: remove the Redundant put_vector in hns3_client_uninitPeng Li
2018-06-29net: hns3: print the ret value in error informationPeng Li
2018-06-29net: hns3: extraction an interface for state init|uninitPeng Li
2018-06-29net: hns3: remove unused head file in hnae3.cPeng Li
2018-06-29net: hns3: add unlikely for error checkPeng Li
2018-06-29net: hns3: add l4_type check for both ipv4 and ipv6Peng Li
2018-06-29net: hns3: add vector status check before free vectorPeng Li
2018-06-29net: hns3: rename the interface for init_client_instance and uninit_client_in...Peng Li
2018-06-29net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vectorPeng Li
2018-06-26Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
2018-06-23net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-06net: hns3: Optimize PF CMDQ interrupt switching processXi Wang
2018-06-06net: hns3: Fix for VF mailbox receiving unknown messageXi Wang
2018-06-06net: hns3: Fix for VF mailbox cannot receiving PF responseXi Wang
2018-06-05net: hns3: remove unused hclgevf_cfg_func_mta_filterArnd Bergmann
2018-06-04net: hns: Fix the process of adding broadcast addresses to tcamXi Wang
2018-06-01net: hns3: Optimize the VF's process of updating multicast MACXi Wang
2018-06-01net: hns3: Optimize the PF's process of updating multicast MACXi Wang
2018-06-01net: hns3: Fix for vxlan tx checksum bugYunsheng Lin
2018-06-01net: hns3: Add missing break in misc_irq_handleYunsheng Lin
2018-06-01net: hns3: Fix for phy not link up problem after resettingYunsheng Lin
2018-06-01net: hns3: Fix for hclge_reset running repeatly problemYunsheng Lin
2018-06-01net: hns3: Fix for service_task not running problem after resettingYunsheng Lin
2018-06-01net: hns3: Fix setting mac address errorJian Shen
2018-06-01net: hns3: Add repeat address checking for setting mac addressJian Shen
2018-06-01net: hns3: Add support for IFF_ALLMULTI flagPeng Li
2018-06-01net: hns3: Disable vf vlan filter when vf vlan table is fullYunsheng Lin
2018-05-29net: hns3: Fixes initalization of RoCE handle and makes it conditionalLijun Ou
2018-05-29net: hns3: Adds support for led locate command for copper portJian Shen
2018-05-29net: hns3: Remove unused led control codeJian Shen
2018-05-29net: hns3: Clear TX/RX rings when stopping port & un-initializing clientFuyun Liang
2018-05-29net: hns3: Removes unnecessary check when clearing TX/RX ringsFuyun Liang
2018-05-29net: hns3: Fixes the init of the VALID BD info in the descriptorFuyun Liang
2018-05-29net: hns3: Fixes the state to indicate client-type initializationPeng Li