summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h
AgeCommit message (Expand)Author
2020-12-01net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan
2020-12-01net: hns3: add support for TX hardware checksum offloadHuazhong Tan
2020-12-01net: hns3: add support for RX completion checksumHuazhong Tan
2020-11-17net: hns3: rename gl_adapt_enable in struct hns3_enet_coalesceHuazhong Tan
2020-11-17net: hns3: add support for 1us unit GL configurationHuazhong Tan
2020-11-17net: hns3: add support for querying maximum value of GLHuazhong Tan
2020-11-17net: hns3: add support for configuring interrupt quantity limitingHuazhong Tan
2020-09-29net: hns3: dump tqp enable status in debugfsGuangbin Huang
2020-09-29net: hns3: replace macro HNS3_MAX_NON_TSO_BD_NUMHuazhong Tan
2020-09-17net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin
2020-09-17net: hns3: use writel() to optimize the barrier operationYunsheng Lin
2020-09-17net: hns3: optimize the tx clean processYunsheng Lin
2020-09-17net: hns3: batch tx doorbell operationYunsheng Lin
2020-09-17net: hns3: batch the page reference count updatesYunsheng Lin
2020-09-08net: hns3: remove some unused function hns3_update_promisc_mode()Guojia Liao
2020-09-08net: hns3: remove some unused macros related to queueHuazhong Tan
2020-09-08net: hns3: remove unused field 'io_base' in struct hns3_enet_ringHuazhong Tan
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-21net: hns3: fix for not calculating TX BD send size correctlyYunsheng Lin
2020-06-18net: hns3: pointer type of buffer should be voidBarry Song
2020-05-28net: hns3: remove some unused fields in struct hns3_nic_privHuazhong Tan
2020-05-14net: hns3: remove some unused macrosHuazhong 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-21net/hns: Remove custom driver version in favour of global oneLeon Romanovsky
2020-01-06net: hns3: add trace event support for HNS3 driverYunsheng Lin
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-05net: hns3: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang
2019-10-21net: hns3: make struct hns3_enet_ring cacheline alignedYunsheng Lin
2019-10-21net: hns3: introduce ring_to_netdev() in enet moduleYunsheng 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-08-29net: hns3: implement .process_hw_error for hns3 clientWeihang Li
2019-08-18net: hns3: add or modify commentsGuojia Liao
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-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-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: remove unused linkmode definitionJian Shen
2019-06-14net: hns3: some variable modificationWeihang Li
2019-06-03net: hns3: fix VLAN filter restore issue after resetJian Shen
2019-05-28net: hns3: fix for HNS3_RXD_GRO_SIZE_M macroYunsheng Lin
2019-05-07net: hns3: some cleanup for struct hns3_enet_ringYunsheng Lin
2019-05-07net: hns3: add counter for times RX pages gets allocatedYunsheng Lin
2019-05-07net: hns3: unify maybe_stop_tx for TSO and non-TSO caseYunsheng Lin
2019-04-26net: hns3: fix data race between ring->next_to_cleanYunsheng Lin
2019-04-19net: hns3: add function type check for debugfs help informationYufeng Mo