summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)Author
2020-01-21net: hns3: cleanup some coding style issueHuazhong Tan
2020-01-21net: hns3: refine the input parameter 'size' for snprintf()Guojia Liao
2020-01-21net: hns3: do not reuse pfmemalloc pagesYunsheng Lin
2020-01-21net: hns3: limit the error logging in the hns3_clean_tx_ring()Yunsheng Lin
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-16net: hns3: pad the short frame before sending to the hardwareYunsheng Lin
2020-01-06net: hns3: modify the IRQ name of TQP vectorYonglong Liu
2020-01-06net: hns3: re-organize vector handleYonglong Liu
2020-01-06net: hns3: add trace event support for HNS3 driverYunsheng Lin
2019-12-20net: hns3: add a log for getting chain failure in hns3_nic_uninit_vector_data()Huazhong Tan
2019-12-20net: hns3: implement ndo_features_check ops for hns3 driverYunsheng Lin
2019-12-20net: hns3: check FE bit before calling hns3_add_frag()Yunsheng Lin
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-05net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()Yunsheng Lin
2019-12-05net: hns3: fix for TX queue not restarted problemYunsheng Lin
2019-10-31net: hns3: cleanup byte order issues when printedGuojia Liao
2019-10-31net: hns3: cleanup some print format warningGuojia Liao
2019-10-31net: hns3: optimize local variable initializationGuangbin Huang
2019-10-31net: hns3: add struct netdev_queue debug info for TX timeoutYunsheng Lin
2019-10-21net: hns3: do not allocate linear data for fraglist skbYunsheng Lin
2019-10-21net: hns3: minor cleanup for hns3_handle_rx_bd()Yunsheng Lin
2019-10-21net: hns3: introduce ring_to_netdev() in enet moduleYunsheng Lin
2019-10-21net: hns3: minor optimization for barrier in IO pathYunsheng Lin
2019-10-21net: hns3: remove struct hns3_nic_ring_data in hns3_enet moduleYunsheng Lin
2019-10-08net: hns3: support tx-scatter-gather-fraglist featureYunsheng Lin
2019-10-08net: hns3: add support for configuring VF MAC from the hostHuazhong Tan
2019-10-08net: hns3: add support for configuring bandwidth of VF on the hostYonglong Liu
2019-10-08net: hns3: add support for setting VF trustJian Shen
2019-10-08net: hns3: add support for spoof check settingJian Shen
2019-10-08net: hns3: add support for setting VF link status on the hostYufeng Mo
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