aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: sync rx ring head in echo common pullYufeng Mo2021-11-101-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-15/+22
|\
| * net: hns3: schedule the polling again when allocation failsYunsheng Lin2021-10-201-10/+12
| * net: hns3: fix for miscalculation of rx unused descYunsheng Lin2021-10-201-0/+8
| * net: hns3: fix the max tx size according to user manualYunsheng Lin2021-10-201-5/+2
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-2/+2
|/
* net: hns3: remove tc enable checkingJian Shen2021-09-291-9/+2
* net: hns3: do not allow call hns3_nic_net_open repeatedlyJian Shen2021-09-291-0/+5
* net: hns3: pad the short tunnel frame before sending to hardwareYufeng Mo2021-09-131-2/+6
* net: hns3: add option to turn off page pool featureYunsheng Lin2021-09-131-1/+5
* net: hns3: remove unnecessary spacesHao Chen2021-08-311-1/+1
* net: hns3: add some required spacesHao Chen2021-08-311-1/+1
* net: hns3: refine function hns3_set_default_feature()Jian Shen2021-08-311-46/+16
* net: hnss3: use max() to simplify codeHao Chen2021-08-301-2/+1
* net: hns3: add hns3_state_init() to do state initializationHuazhong Tan2021-08-271-10/+19
* net: hns3: add ethtool support for CQE/EQE mode configurationYufeng Mo2021-08-241-3/+3
* net: hns3: add support for EQE/CQE mode configurationYufeng Mo2021-08-241-2/+47
* net: hns3: support skb's frag page recycling based on page poolYunsheng Lin2021-08-091-5/+74
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: hns3: fix reuse conflict of the rx pageYunsheng Lin2021-06-181-7/+19
* net: hns3: use bounce buffer when rx page can not be reusedYunsheng Lin2021-06-161-0/+23
* net: hns3: optimize the rx page reuse handling processYunsheng Lin2021-06-161-22/+22
* net: hns3: support dma_map_sg() for multi frags skbYunsheng Lin2021-06-161-5/+106
* net: hns3: add support to query tx spare buffer size for pfHuazhong Tan2021-06-161-2/+5
* net: hns3: use tx bounce buffer for small packetsYunsheng Lin2021-06-161-6/+283
* net: hns3: refactor for hns3_fill_desc() functionYunsheng Lin2021-06-161-39/+48
* net: hns3: minor refactor related to desc_cb handlingYunsheng Lin2021-06-161-22/+18
* net: hns3: add support for PTPHuazhong Tan2021-06-111-0/+27
* net: hns3: add support for modify VLAN filter stateJian Shen2021-05-311-25/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-59/+51
|\
| * net: hns3: check the return of skb_checksum_help()Yunsheng Lin2021-05-181-7/+3
| * net: hns3: fix user's coalesce configuration lost issueHuazhong Tan2021-05-181-44/+40
| * net: hns3: put off calling register_netdev() until client initialize completeJian Shen2021-05-181-8/+8
* | net: hns3: switch to dim algorithm for adaptive interrupt moderationHuazhong Tan2021-05-251-124/+69
* | net: hns3: refactor dump bd info of debugfsHuazhong Tan2021-05-141-1/+1
* | net: hns3: refactor the debugfs processYufeng Mo2021-05-141-1/+6
* | net: hns3: refactor out RX completion checksumHuazhong Tan2021-05-141-15/+17
* | net: hns3: support RXD advanced layoutHuazhong Tan2021-05-141-26/+332
|/
* net: hns3: use netif_tx_disable to stop the transmit queuePeng Li2021-04-301-1/+1
* net: hns3: fix for vxlan gpe tx checksum bugHao Chen2021-04-301-2/+3
* net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()Jian Shen2021-04-291-0/+5
* net: hns3: Fix potential null pointer defererence of null ae_devColin Ian King2021-04-121-4/+4
* net: hns3: add suspend and resume pm_opsJiaran Zhang2021-04-081-0/+29
* net: hns3: change flr_prepare/flr_done function namesJiaran Zhang2021-04-081-4/+4
* net: hns3: Limiting the scope of vector_ring_chain variableSalil Mehta2021-04-051-1/+2
* net: hns3: add stats logging when skb padding failsYunsheng Lin2021-03-291-0/+5
* net: hns3: add tx send size handling for tso skbYunsheng Lin2021-03-291-7/+18
* net: hns3: add handling for xmit skb with recursive fraglistYunsheng Lin2021-03-291-41/+74
* net: hns3: optimize the process of queue resetYufeng Mo2021-03-291-4/+4
* net: hns3: remove redundant blank linesPeng Li2021-03-261-7/+0