summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-30net: hns3: remove some unused codes in hns3_nic_set_features()Huazhong Tan1-6/+0
2020-05-14net: hns3: remove unnecessary frag list checking in hns3_nic_net_xmit()Huazhong Tan1-4/+1
2020-04-25net: hns3: optimize the filter table entries handling when resettingJian Shen1-33/+0
2020-04-25net: hns3: refactor the promisc mode settingJian Shen1-30/+12
2020-04-25net: hns3: refactor the MAC address configureJian Shen1-65/+14
2020-04-21net/hns: Remove custom driver version in favour of global oneLeon Romanovsky1-3/+0
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+13
2020-03-30net: hns3: fix for fraglist SKB headlen not handling correctlyHuazhong Tan1-5/+13
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-03-12net: hns3: fix "tc qdisc del" failed issueYonglong Liu1-1/+1
2020-03-09net: hns3: synchronize some print relating to reset issueHuazhong Tan1-2/+2
2020-01-21net: hns3: cleanup some coding style issueHuazhong Tan1-4/+2
2020-01-21net: hns3: refine the input parameter 'size' for snprintf()Guojia Liao1-1/+1
2020-01-21net: hns3: do not reuse pfmemalloc pagesYunsheng Lin1-2/+8
2020-01-21net: hns3: limit the error logging in the hns3_clean_tx_ring()Yunsheng Lin1-2/+2
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+6
2020-01-16net: hns3: pad the short frame before sending to the hardwareYunsheng Lin1-0/+6
2020-01-06net: hns3: modify the IRQ name of TQP vectorYonglong Liu1-9/+12
2020-01-06net: hns3: re-organize vector handleYonglong Liu1-48/+52
2020-01-06net: hns3: add trace event support for HNS3 driverYunsheng Lin1-2/+30
2019-12-20net: hns3: add a log for getting chain failure in hns3_nic_uninit_vector_data()Huazhong Tan1-1/+6
2019-12-20net: hns3: implement ndo_features_check ops for hns3 driverYunsheng Lin1-0/+32
2019-12-20net: hns3: check FE bit before calling hns3_add_frag()Yunsheng Lin1-33/+13
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-05net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()Yunsheng Lin1-13/+6
2019-12-05net: hns3: fix for TX queue not restarted problemYunsheng Lin1-12/+21
2019-10-31net: hns3: cleanup byte order issues when printedGuojia Liao1-2/+2
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-10/+10
2019-10-31net: hns3: optimize local variable initializationGuangbin Huang1-1/+1
2019-10-31net: hns3: add struct netdev_queue debug info for TX timeoutYunsheng Lin1-0/+3
2019-10-21net: hns3: do not allocate linear data for fraglist skbYunsheng Lin1-2/+1
2019-10-21net: hns3: minor cleanup for hns3_handle_rx_bd()Yunsheng Lin1-25/+13
2019-10-21net: hns3: introduce ring_to_netdev() in enet moduleYunsheng Lin1-7/+7
2019-10-21net: hns3: minor optimization for barrier in IO pathYunsheng Lin1-3/+7
2019-10-21net: hns3: remove struct hns3_nic_ring_data in hns3_enet moduleYunsheng Lin1-91/+48
2019-10-08net: hns3: support tx-scatter-gather-fraglist featureYunsheng Lin1-89/+160
2019-10-08net: hns3: add support for configuring VF MAC from the hostHuazhong Tan1-7/+36
2019-10-08net: hns3: add support for configuring bandwidth of VF on the hostYonglong Liu1-1/+13
2019-10-08net: hns3: add support for setting VF trustJian Shen1-0/+11
2019-10-08net: hns3: add support for spoof check settingJian Shen1-0/+14
2019-10-08net: hns3: add support for setting VF link status on the hostYufeng Mo1-0/+24
2019-09-11net: hns3: check NULL pointer before useGuangbin Huang1-1/+2
2019-09-11net: hns3: revert to old channel when setting new channel num failPeng Li1-14/+37
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