aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-29net: hns3: implement .process_hw_error for hns3 clientWeihang Li1-0/+24
2019-08-18net: hns3: add or modify commentsGuojia Liao1-4/+4
2019-08-09net: hns3: refine MAC pause statistics querying functionYufeng Mo1-7/+4
2019-08-09net: hns3: add check for max TX BD num for tso and non-tso caseYunsheng Lin1-23/+15
2019-08-09net: hns3: add some statitics info to tx processYunsheng Lin1-14/+44
2019-08-09net: hns3: clean up for vlan handling in hns3_fill_desc_vtagsYunsheng Lin1-78/+89
2019-08-01net: hns3: minor cleanup in hns3_clean_rx_ringYunsheng Lin1-11/+9
2019-08-01net: hns3: refine for set ring parametersJian Shen1-1/+1
2019-07-29net: hns3: Add support for using order 1 pages with a 4K bufferYunsheng Lin1-5/+5
2019-07-29net: hns3: add debug messages to identify eth down causeYonglong Liu1-0/+18
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-05net: hns3: bitwise operator should use unsigned typeYonglong Liu1-4/+5
2019-06-28net: hns3: remove RXD_VLD check in hns3_handle_bdinfoYunsheng Lin1-10/+0
2019-06-28net: hns3: fix a statistics issue about l3l4 checksum errorYufeng Mo1-1/+1
2019-06-28net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issueHuazhong Tan1-28/+26
2019-06-26net: hns3: remove override_pci_need_resetWeihang Li1-1/+1
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-17net: hns3: fix dereference of ae_dev before it is null checkedColin Ian King1-1/+2
2019-06-14net: hns3: some variable modificationWeihang Li1-2/+3
2019-06-14net: hns3: delay ring buffer clearing during resetYunsheng Lin1-5/+14
2019-06-14net: hns3: fix for dereferencing before null checkingYunsheng Lin1-2/+5
2019-06-14net: hns3: free irq when exit from abnormal branchYonglong Liu1-0/+1
2019-06-14net: hns3: delay setting of reset level for hw errors until slot_reset is calledShiju Jose1-5/+10
2019-06-09net: hns3: fix some coding style issuesWeihang Li1-42/+31
2019-06-09net: hns3: delete the redundant user NIC codesYonglong Liu1-1/+0
2019-06-09net: hns3: refactor hns3_get_new_int_gl functionYunsheng Lin1-32/+45
2019-06-09net: hns3: replace numa_node_id with numa_mem_id for buffer reusingYunsheng Lin1-2/+2
2019-06-09net: hns3: make HW GRO handling compliant with SW GROYunsheng Lin1-14/+30
2019-06-03net: hns3: add a check to pointer in error_detected and slot_resetWeihang Li1-2/+5
2019-06-03net: hns3: fix VLAN filter restore issue after resetJian Shen1-32/+2
2019-05-28net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()Huazhong Tan1-2/+2
2019-05-26net: hns3: add aRFS support for PFJian Shen1-0/+31
2019-05-26net: hns3: initialize CPU reverse mappingJian Shen1-29/+48
2019-05-08net: hns3: remove redundant assignment of l2_hdr to itselfColin Ian King1-1/+1
2019-05-07net: hns3: use devm_kcalloc when allocating desc_cbYunsheng Lin1-4/+4
2019-05-07net: hns3: some cleanup for struct hns3_enet_ringYunsheng Lin1-1/+1
2019-05-07net: hns3: unify the page reusing for page size 4K and 64KYunsheng Lin1-32/+13
2019-05-07net: hns3: optimize the barrier using when cleaning TX BDYunsheng Lin1-14/+15
2019-05-07net: hns3: fix error handling for desc fillingYunsheng Lin1-11/+7
2019-05-07net: hns3: combine len and checksum handling for inner and outer header.Yunsheng Lin1-111/+81
2019-05-07net: hns3: refactor BD filling for l2l3l4 infoYunsheng Lin1-39/+23
2019-05-07net: hns3: fix for tunnel type handling in hns3_rx_checksumYunsheng Lin1-6/+8
2019-05-07net: hns3: add linearizing checking for TSO caseYunsheng Lin1-0/+45
2019-05-07net: hns3: add counter for times RX pages gets allocatedYunsheng Lin1-0/+4
2019-05-07net: hns3: use napi_schedule_irqoff in hard interrupts handlersYunsheng Lin1-1/+1
2019-05-07net: hns3: unify maybe_stop_tx for TSO and non-TSO caseYunsheng Lin1-80/+48
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1