aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)Author
2023-11-28net: hns3: fix variable may not initialized problem in hns3_init_mac_addr()Yonglong Liu
2021-10-06net: hns3: do not allow call hns3_nic_net_open repeatedlyJian Shen
2021-09-22net: hns3: pad the short tunnel frame before sending to hardwareYufeng Mo
2021-06-03net: hns3: check the return of skb_checksum_help()Yunsheng Lin
2021-05-19net: hns3: use netif_tx_disable to stop the transmit queuePeng Li
2021-05-19net: hns3: fix for vxlan gpe tx checksum bugHao Chen
2021-05-19net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()Jian Shen
2021-05-14net: hns3: Limiting the scope of vector_ring_chain variableSalil Mehta
2020-09-17net: hns3: Fix for geneve tx checksum bugYi Li
2020-08-05net: hns3: fix a TX timeout issueYonglong Liu
2020-07-29net: hns3: fix error handling for desc fillingYunsheng Lin
2020-07-16net: hns3: add a missing uninit debugfs when unload driverHuazhong Tan
2020-04-01net: hns3: fix "tc qdisc del" failed issueYonglong Liu
2020-01-23net: hns3: pad the short frame before sending to the hardwareYunsheng Lin
2019-12-31net: hns3: add struct netdev_queue debug info for TX timeoutYunsheng Lin
2019-09-11net: hns3: check NULL pointer before useGuangbin Huang
2019-09-11net: hns3: revert to old channel when setting new channel num failPeng Li
2019-08-29net: hns3: implement .process_hw_error for hns3 clientWeihang Li
2019-08-18net: hns3: add or modify commentsGuojia Liao
2019-08-09net: hns3: refine MAC pause statistics querying functionYufeng 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: clean up for vlan handling in hns3_fill_desc_vtagsYunsheng Lin
2019-08-01net: hns3: minor cleanup in hns3_clean_rx_ringYunsheng Lin
2019-08-01net: hns3: refine for set ring parametersJian Shen
2019-07-29net: hns3: Add support for using order 1 pages with a 4K bufferYunsheng Lin
2019-07-29net: hns3: add debug messages to identify eth down causeYonglong Liu
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-05net: hns3: bitwise operator should use unsigned typeYonglong Liu
2019-06-28net: hns3: remove RXD_VLD check in hns3_handle_bdinfoYunsheng Lin
2019-06-28net: hns3: fix a statistics issue about l3l4 checksum errorYufeng Mo
2019-06-28net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issueHuazhong Tan
2019-06-26net: hns3: remove override_pci_need_resetWeihang Li
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19net: hns3: Fix inconsistent indentingKrzysztof Kozlowski
2019-06-17net: hns3: fix dereference of ae_dev before it is null checkedColin Ian King
2019-06-14net: hns3: some variable modificationWeihang Li
2019-06-14net: hns3: delay ring buffer clearing during resetYunsheng Lin
2019-06-14net: hns3: fix for dereferencing before null checkingYunsheng Lin
2019-06-14net: hns3: free irq when exit from abnormal branchYonglong Liu
2019-06-14net: hns3: delay setting of reset level for hw errors until slot_reset is calledShiju Jose
2019-06-09net: hns3: fix some coding style issuesWeihang Li
2019-06-09net: hns3: delete the redundant user NIC codesYonglong Liu
2019-06-09net: hns3: refactor hns3_get_new_int_gl functionYunsheng Lin
2019-06-09net: hns3: replace numa_node_id with numa_mem_id for buffer reusingYunsheng Lin
2019-06-09net: hns3: make HW GRO handling compliant with SW GROYunsheng Lin
2019-06-03net: hns3: add a check to pointer in error_detected and slot_resetWeihang Li
2019-06-03net: hns3: fix VLAN filter restore issue after resetJian Shen