aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-01net: hns3: activate reset timer when calling reset_eventHuazhong Tan1-3/+18
2019-08-01net: hns3: clear reset interrupt status in hclge_irq_handle()Huazhong Tan4-13/+61
2019-08-01net: hns3: fix some reset handshake issueHuazhong Tan6-15/+64
2019-08-01net: hns3: rename a member in struct hclge_mac_ethertype_idx_rd_cmdGuojia Liao2-4/+4
2019-08-01net: hns3: simplify hclge_cmd_query_error()Weihang Li1-14/+5
2019-08-01net: hns3: minior error handling change for hclge_tm_schd_info_initYunsheng Lin1-12/+6
2019-08-01net: hns3: minor cleanup in hns3_clean_rx_ringYunsheng Lin1-11/+9
2019-08-01net: hns3: remove unnecessary variable in hclge_get_mac_vlan_cmd_status()Jian Shen1-25/+25
2019-08-01net: hns3: refine for set ring parametersJian Shen3-28/+65
2019-08-01net: hns3: do not query unsupported commands in debugfsYufeng Mo1-24/+46
2019-08-01net: hns3: add handler for NCSI error mailboxHuazhong Tan4-0/+15
2019-08-01net: hns3: add link change event reportJian Shen6-4/+79
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-07-29net: hns3: use dev_info() instead of pr_info()Huazhong Tan2-2/+5
2019-07-29net: hns3: Add support for using order 1 pages with a 4K bufferYunsheng Lin2-8/+17
2019-07-29net: hns3: add interrupt affinity support for misc interruptYunsheng Lin2-4/+53
2019-07-29net: hns3: make hclge_service use delayed workqueueYunsheng Lin2-34/+21
2019-07-29net: hns3: add debug messages to identify eth down causeYonglong Liu3-0/+48
2019-07-29net: hns3: modify firmware version display formatYufeng Mo4-4/+40
2019-07-29net: hns3: change GFP flag during lock periodYufeng Mo1-1/+1
2019-07-29net: hns3: remove upgrade reset level when reset failHuazhong Tan1-20/+8
2019-07-29net: hns3: add a check for get_reset_levelGuangbin Huang1-1/+1
2019-07-29net: hns3: add reset checking before set channelsJian Shen1-0/+3
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)3-7/+7
2019-07-21net: hns3: typo in the name of a constantChristophe JAILLET3-4/+4
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-18/+7
2019-07-12net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao4-18/+7
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2019-07-09net: hisilicon: Add an tx_desc to adapt HI13X1_GMACJiangfeng Xiao1-3/+31
2019-07-09net: hisilicon: Add an rx_desc to adapt HI13X1_GMACJiangfeng Xiao1-0/+9
2019-07-09net: hisilicon: Offset buf address to adapt HI13X1_GMACJiangfeng Xiao1-3/+17
2019-07-09net: hisilicon: Add group field to adapt HI13X1_GMACJiangfeng Xiao1-3/+5
2019-07-09net: hisilicon: HI13X1_GMAX need dreq reset at firstJiangfeng Xiao1-0/+24
2019-07-09net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REGJiangfeng Xiao1-0/+2
2019-07-09net: hisilicon: Cleanup for cast to restricted __be32Jiangfeng Xiao1-2/+2
2019-07-09net: hisilicon: Cleanup for got restricted __be32Jiangfeng Xiao1-4/+4
2019-07-09net: hisilicon: Add support for HI13X1 to hip04_ethJiangfeng Xiao2-7/+40
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-07-05net: hns3: set maximum length to resp_data_len for exceptional casePeng Li1-0/+4
2019-07-05net: hns3: bitwise operator should use unsigned typeYonglong Liu3-25/+29
2019-07-05net: hns3: add default value for tc_size and tc_offsetPeng Li1-4/+4
2019-07-05net: hns3: check msg_data before memcpy in hclgevf_send_mbx_msgWeihang Li1-1/+2
2019-07-05net: hns3: set default value for param "type" in hclgevf_bind_ring_to_vectorPeng Li1-3/+2
2019-07-05net: hns3: add all IMP return codePeng Li4-18/+85
2019-07-05net: hns3: fix port capbility updating issueJian Shen1-0/+1
2019-07-05net: hns3: fix flow control configure issue for fibre portJian Shen1-11/+11
2019-07-05net: hns3: enable broadcast promisc mode when initializing VFJian Shen1-3/+11
2019-07-03net: hns: add support for vlan TSOYonglong Liu1-0/+1
2019-06-28net: hns3: optimize the CSQ cmd error handlingPeng Li2-8/+26
2019-06-28net: hns3: remove RXD_VLD check in hns3_handle_bdinfoYunsheng Lin3-12/+0