summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)Author
2020-07-28net: hns3: fix desc filling bug when skb is expanded or linearedYunsheng Lin
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-21net: hns3: fix error handling for desc fillingYunsheng Lin
2020-07-21net: hns3: fix for not calculating TX BD send size correctlyYunsheng Lin
2020-07-21net: hns3: fix for not unmapping TX buffer correctlyYunsheng Lin
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-06net: hns3: add a missing uninit debugfs when unload driverHuazhong Tan
2020-06-18net: hns3: streaming dma buffer sync between cpu and deviceBarry Song
2020-06-18net: hns3: replace disable_irq by IRQ_NOAUTOEN flagBarry Song
2020-06-18net: hns3: rename buffer-related functionsBarry Song
2020-06-18net: hns3: pointer type of buffer should be voidBarry Song
2020-06-18net: hns3: remove unnecessary devm_kfreeBarry Song
2020-05-30net: hns3: remove some unused codes in hns3_nic_set_features()Huazhong Tan
2020-05-14net: hns3: remove unnecessary frag list checking in hns3_nic_net_xmit()Huazhong Tan
2020-04-25net: hns3: optimize the filter table entries handling when resettingJian Shen
2020-04-25net: hns3: refactor the promisc mode settingJian Shen
2020-04-25net: hns3: refactor the MAC address configureJian Shen
2020-04-21net/hns: Remove custom driver version in favour of global oneLeon Romanovsky
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-30net: hns3: fix for fraglist SKB headlen not handling correctlyHuazhong Tan
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12net: hns3: fix "tc qdisc del" failed issueYonglong Liu
2020-03-09net: hns3: synchronize some print relating to reset issueHuazhong Tan
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