summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)Author
2019-08-13net: hns3: Make hclge_func_reset_sync_vf staticYueHaibing
2019-08-10hns3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-09net: hns3: refine some macro definitionsGuojia Liao
2019-08-09net: hns3: add handshake with VF for PF resetHuazhong Tan
2019-08-09net: hns3: refine MAC pause statistics querying functionYufeng Mo
2019-08-09net: hns3: add function display NCL_CONFIG infoYufeng Mo
2019-08-09net: hns3: add check for max TX BD num for tso and non-tso caseYunsheng Lin
2019-08-09net: hns3: add some statitics info to tx processYunsheng Lin
2019-08-09net: hns3: add DFX registers information for ethtool -dGuangbin Huang
2019-08-09net: hns3: modify how pause options is displayedYonglong Liu
2019-08-09net: hns3: add input length check for debugfs write functionYufeng Mo
2019-08-09net: hns3: clean up for vlan handling in hns3_fill_desc_vtagsYunsheng Lin
2019-08-09net: hns3: fix interrupt clearing error for VFHuazhong Tan
2019-08-09net: hns3: fix GFP flag error in hclge_mac_update_stats()Zhongzhu Liu
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-06net: hisilicon: Fix dma_map_single failed on arm64Jiangfeng Xiao
2019-08-06net: hisilicon: fix hip04-xmit never return TX_BUSYJiangfeng Xiao
2019-08-06net: hisilicon: make hip04_tx_reclaim non-reentrantJiangfeng Xiao
2019-08-01net: hns3: activate reset timer when calling reset_eventHuazhong Tan
2019-08-01net: hns3: clear reset interrupt status in hclge_irq_handle()Huazhong Tan
2019-08-01net: hns3: fix some reset handshake issueHuazhong Tan
2019-08-01net: hns3: rename a member in struct hclge_mac_ethertype_idx_rd_cmdGuojia Liao
2019-08-01net: hns3: simplify hclge_cmd_query_error()Weihang Li
2019-08-01net: hns3: minior error handling change for hclge_tm_schd_info_initYunsheng Lin
2019-08-01net: hns3: minor cleanup in hns3_clean_rx_ringYunsheng Lin
2019-08-01net: hns3: remove unnecessary variable in hclge_get_mac_vlan_cmd_status()Jian Shen
2019-08-01net: hns3: refine for set ring parametersJian Shen
2019-08-01net: hns3: do not query unsupported commands in debugfsYufeng Mo
2019-08-01net: hns3: add handler for NCSI error mailboxHuazhong Tan
2019-08-01net: hns3: add link change event reportJian Shen
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose
2019-07-29net: hns3: use dev_info() instead of pr_info()Huazhong Tan
2019-07-29net: hns3: Add support for using order 1 pages with a 4K bufferYunsheng Lin
2019-07-29net: hns3: add interrupt affinity support for misc interruptYunsheng Lin
2019-07-29net: hns3: make hclge_service use delayed workqueueYunsheng Lin
2019-07-29net: hns3: add debug messages to identify eth down causeYonglong Liu
2019-07-29net: hns3: modify firmware version display formatYufeng Mo
2019-07-29net: hns3: change GFP flag during lock periodYufeng Mo
2019-07-29net: hns3: remove upgrade reset level when reset failHuazhong Tan
2019-07-29net: hns3: add a check for get_reset_levelGuangbin Huang
2019-07-29net: hns3: add reset checking before set channelsJian Shen
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-22Revert "net: hns: fix LED configuration for marvell phy"David S. Miller
2019-07-22net: hns: fix LED configuration for marvell phyYonglong Liu
2019-07-21net: hns3: typo in the name of a constantChristophe JAILLET
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-12net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-09net: hisilicon: Add an tx_desc to adapt HI13X1_GMACJiangfeng Xiao