summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
...
| * net: hns3: Fix for mailbox message truncated problemFuyun Liang2018-07-071-1/+2
| * net: hns3: Fix for l4 checksum offload bugYunsheng Lin2018-07-071-3/+3
| * net: hns3: Fix for waterline not setting correctlyYunsheng Lin2018-07-071-16/+6Star
| * net: hns3: Fix for mac pause not disable in pfc modeYunsheng Lin2018-07-071-2/+7
| * net: hns3: Fix tc setup when netdev is first upYunsheng Lin2018-07-071-47/+31Star
| * net: hns3: remove redundant variable 'protocol'Colin Ian King2018-07-041-2/+0Star
| * net: hns3: modify hnae_ to hnae3_Peng Li2018-07-0211-336/+343
| * net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_singleHuazhong Tan2018-07-023-49/+28Star
| * net: hns3: give default option while dependency HNS3 setHuazhong Tan2018-07-021-6/+9
| * net: hns3: remove some unused members of some structuresHuazhong Tan2018-07-024-5/+0Star
| * net: hns3: remove a redundant hclge_cmd_csq_doneHuazhong Tan2018-07-021-6/+6
| * net: hns3: simplify hclge_cmd_csq_cleanHuazhong Tan2018-07-021-16/+5Star
| * net: hns3: remove some redundant assignmentsHuazhong Tan2018-07-022-10/+0Star
| * net: hns3: remove useless code in hclge_cmd_sendHuazhong Tan2018-07-021-4/+2Star
| * net: hns3: remove unused hclge_ring_to_dma_dirHuazhong Tan2018-07-021-2/+1Star
| * net: hns3: use lower_32_bits and upper_32_bitsHuazhong Tan2018-06-291-4/+4
| * net: hns3: remove back in struct hclge_hwHuazhong Tan2018-06-293-4/+2Star
| * net: hns3: remove the Redundant put_vector in hns3_client_uninitPeng Li2018-06-291-4/+0Star
| * net: hns3: print the ret value in error informationPeng Li2018-06-291-6/+11
| * net: hns3: extraction an interface for state init|uninitPeng Li2018-06-291-16/+26
| * net: hns3: remove unused head file in hnae3.cPeng Li2018-06-291-1/+0Star
| * net: hns3: add unlikely for error checkPeng Li2018-06-291-2/+2
| * net: hns3: add l4_type check for both ipv4 and ipv6Peng Li2018-06-291-5/+5
| * net: hns3: add vector status check before free vectorPeng Li2018-06-292-0/+12
| * net: hns3: rename the interface for init_client_instance and uninit_client_in...Peng Li2018-06-291-22/+9Star
| * net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vectorPeng Li2018-06-291-10/+14
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-261-1/+1
| |\
| * | net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-1/+1
* | | ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus2018-07-232-4/+10
| |/ |/|
* | net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-231-1/+1
|/
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-2/+2
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-2/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* net: hns3: Optimize PF CMDQ interrupt switching processXi Wang2018-06-061-0/+13
* net: hns3: Fix for VF mailbox receiving unknown messageXi Wang2018-06-061-3/+20
* net: hns3: Fix for VF mailbox cannot receiving PF responseXi Wang2018-06-061-0/+3
* net: hns3: remove unused hclgevf_cfg_func_mta_filterArnd Bergmann2018-06-051-11/+0Star
* net: hns: Fix the process of adding broadcast addresses to tcamXi Wang2018-06-041-5/+18
* net: hns3: Optimize the VF's process of updating multicast MACXi Wang2018-06-014-5/+187
* net: hns3: Optimize the PF's process of updating multicast MACXi Wang2018-06-014-21/+136
* net: hns3: Fix for vxlan tx checksum bugYunsheng Lin2018-06-011-0/+29
* net: hns3: Add missing break in misc_irq_handleYunsheng Lin2018-06-011-3/+3
* net: hns3: Fix for phy not link up problem after resettingYunsheng Lin2018-06-011-4/+3Star
* net: hns3: Fix for hclge_reset running repeatly problemYunsheng Lin2018-06-011-6/+34
* net: hns3: Fix for service_task not running problem after resettingYunsheng Lin2018-06-012-0/+2
* net: hns3: Fix setting mac address errorJian Shen2018-06-011-0/+13
* net: hns3: Add repeat address checking for setting mac addressJian Shen2018-06-011-0/+6
* net: hns3: Add support for IFF_ALLMULTI flagPeng Li2018-06-016-12/+21
* net: hns3: Disable vf vlan filter when vf vlan table is fullYunsheng Lin2018-06-011-0/+7
* net: hns3: Fixes initalization of RoCE handle and makes it conditionalLijun Ou2018-05-291-3/+5