summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns: add netif_carrier_off before change speed and duplexPeng Li2018-08-301-0/+2
* net: hns: add the code for cleaning pkt in chipPeng Li2018-08-3013-4/+255
* net: hns3: modify variable type in hns3_nic_reuse_pageHuazhong Tan2018-08-231-1/+2
* net: hns3: fix page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan2018-08-231-3/+3
* net: hns: use eth_get_headlen interface instead of hns_nic_get_headlenHuazhong Tan2018-08-231-102/+1Star
* net: hns: fix skb->truesize underestimationHuazhong Tan2018-08-231-1/+1
* net: hns: modify variable type in hns_nic_reuse_pageHuazhong Tan2018-08-231-1/+2
* net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan2018-08-231-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1635-1026/+1049
|\
| * net: hns3: Add vlan filter setting by ethtool command -KPeng Li2018-08-141-0/+6
| * net: hns3: Set tx ring' tc info when netdev is upYunsheng Lin2018-08-142-0/+25
| * net: hns3: Remove tx ring BD len register in hns3_enetYunsheng Lin2018-08-142-3/+0Star
| * net: hns3: Fix desc num set to default when setting channelYunsheng Lin2018-08-141-10/+12
| * net: hns3: Fix for phy link issue when using marvell phy driverJian Shen2018-08-141-0/+2
| * net: hns3: Fix for information of phydev lost problem when down/upFuyun Liang2018-08-143-9/+44
| * net: hns3: Fix for command format parsing error in hclge_is_all_function_id_zeroXi Wang2018-08-141-1/+1
| * net: hns3: Add support for serdes loopback selftestPeng Li2018-08-143-5/+75
| * net: hns3: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
| * net: hns: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
| * net: hns3: Refine the MSIX allocation for PFJian Shen2018-08-033-4/+9
| * net: hns3: Fix MSIX allocation issue for VFJian Shen2018-08-034-16/+85
| * net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'YueHaibing2018-08-022-14/+1Star
| * net: hns3: fix return value error while hclge_cmd_csq_clean failedHuazhong Tan2018-08-011-3/+9
| * net: hisilicon: hns: Replace mdelay() with msleep()Jia-Ju Bai2018-07-272-4/+4
| * net: hns: make hns_dsaf_roce_reset non staticYueHaibing2018-07-271-1/+1
| * net: hns: Make many functions staticYueHaibing2018-07-2610-52/+60
| * net: hix5hd2_gmac: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-07-221-3/+2Star
| * net: hns3: Add SPDX tags to HNS3 PF driverJian Shen2018-07-2116-128/+32Star
| * net: hns3: Remove unused struct member and definitionJian Shen2018-07-212-14/+0Star
| * net: hns3: Fix misleading parameter nameJian Shen2018-07-213-5/+5
| * net: hns3: Modify inconsistent bit mask macrosJian Shen2018-07-213-18/+11Star
| * net: hns3: Use decimal for bit offset macrosJian Shen2018-07-212-14/+14
| * net: hns3: Correct unreasonable code commentsJian Shen2018-07-213-24/+23Star
| * net: hns3: Remove extra space and bracketsJian Shen2018-07-213-5/+5
| * net: hns3: Standardize the handle of return valueJian Shen2018-07-211-87/+46Star
| * net: hns3: Remove some redundant assignmentsJian Shen2018-07-211-2/+0Star
| * net: hns3: Fix comments for hclge_get_ring_chain_from_mbxFuyun Liang2018-07-161-2/+4
| * net: hns3: Fix for using wrong mask and shift in hclge_get_ring_chain_from_mbxFuyun Liang2018-07-161-4/+4
| * net: hns3: Fix for reset_level default assignment probelmYunsheng Lin2018-07-161-1/+5
| * net: hns3: remove unnecessary ring configuration operation while resettingHuazhong Tan2018-07-161-8/+0Star
| * net: hns3: Fix return value error in hns3_reset_notify_down_enetHuazhong Tan2018-07-161-1/+1
| * net: hns3: Correct reset event status registerHuazhong Tan2018-07-162-1/+2
| * net: hns3: Prevent to request reset frequentlyHuazhong Tan2018-07-161-3/+10
| * net: hns3: Reset net device with rtnl_lockHuazhong Tan2018-07-161-3/+2Star
| * net: hns3: Modify the order of initializing command queue registerHuazhong Tan2018-07-161-2/+2
| * net: allow fallback function to pass netdevAlexander Duyck2018-07-091-1/+1
| * net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
| * net: hns3: Prevent sending command during global or core resetHuazhong Tan2018-07-073-1/+6
| * net: hns3: Remove the warning when clear reset causePeng Li2018-07-071-2/+0Star
| * net: hns3: Fix get_vector ops in hclgevf_main moduleYunsheng Lin2018-07-071-1/+10