aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-01net: hns3: add link change event reportJian Shen6-4/+79
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)1-4/+4
2019-07-21net: hns3: typo in the name of a constantChristophe JAILLET3-4/+4
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-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
2019-06-28net: hns3: remove unused linkmode definitionJian Shen1-19/+0
2019-06-28net: hns3: fix a statistics issue about l3l4 checksum errorYufeng Mo1-1/+1
2019-06-28net: hns3: handle empty unknown interruptHuazhong Tan1-5/+10
2019-06-28net: hns3: re-schedule reset task while VF reset failHuazhong Tan2-8/+23
2019-06-28net: hns3: add Asym Pause support to fix autoneg problemYonglong Liu2-0/+8
2019-06-28net: hns3: fix a -Wformat-nonliteral compile warningYonglong Liu1-2/+1
2019-06-28net: hns3: add some error checking in hclge_tm moduleYunsheng Lin1-1/+5
2019-06-28net: hns3: change SSU's buffer allocation according to UMYunsheng Lin3-5/+64
2019-06-28net: hns3: enable DCB when TC num is one and pfc_en is non-zeroYunsheng Lin3-2/+20
2019-06-28net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issueHuazhong Tan1-28/+26
2019-06-26net: hns3: add exception handling when enable NIC HW error interruptsWeihang Li1-3/+5
2019-06-26net: hns3: fixes wrong place enabling ROCE HW error when loadingHuazhong Tan1-6/+8
2019-06-26net: hns3: fix race conditions between reset and module loading & unloadingHuazhong Tan2-0/+41
2019-06-26net: hns3: add check to number of buffer descriptorsWeihang Li2-33/+58
2019-06-26net: hns3: remove override_pci_need_resetWeihang Li3-6/+2
2019-06-26net: hns3: modify handling of out of memory in hclge_err.cWeihang Li1-2/+4
2019-06-26net: hns3: code optimizaition of hclge_handle_hw_ras_error()Weihang Li1-12/+12
2019-06-26net: hns3: restore the MAC autoneg state after resetJian Shen1-0/+9
2019-06-26net: hns3: sync VLAN filter entries when kill VLAN ID failedJian Shen4-16/+112
2019-06-26net: hns3: remove VF VLAN filter entry inexistent warning printJian Shen1-5/+6
2019-06-26net: hns3: fix selftest fail issue for fibre port with autoneg onJian Shen3-0/+25
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-19net: hns3: Fix inconsistent indentingKrzysztof Kozlowski1-1/+1
2019-06-18net: hns3: Add missing newline at end of fileGeert Uytterhoeven1-1/+1
2019-06-17net: hns3: fix dereference of ae_dev before it is null checkedColin Ian King1-1/+2
2019-06-14net: hns3: some variable modificationWeihang Li12-61/+95