aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-13net: hns3: pad the short tunnel frame before sending to hardwareYufeng Mo1-2/+6
2021-09-13net: hns3: add option to turn off page pool featureYunsheng Lin1-1/+5
2021-08-31net: hns3: remove unnecessary spacesHao Chen1-1/+1
2021-08-31net: hns3: add some required spacesHao Chen1-1/+1
2021-08-31net: hns3: refine function hns3_set_default_feature()Jian Shen1-46/+16
2021-08-30net: hnss3: use max() to simplify codeHao Chen1-2/+1
2021-08-27net: hns3: add hns3_state_init() to do state initializationHuazhong Tan1-10/+19
2021-08-24net: hns3: add ethtool support for CQE/EQE mode configurationYufeng Mo1-3/+3
2021-08-24net: hns3: add support for EQE/CQE mode configurationYufeng Mo1-2/+47
2021-08-09net: hns3: support skb's frag page recycling based on page poolYunsheng Lin1-5/+74
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-18net: hns3: fix reuse conflict of the rx pageYunsheng Lin1-7/+19
2021-06-16net: hns3: use bounce buffer when rx page can not be reusedYunsheng Lin1-0/+23
2021-06-16net: hns3: optimize the rx page reuse handling processYunsheng Lin1-22/+22
2021-06-16net: hns3: support dma_map_sg() for multi frags skbYunsheng Lin1-5/+106
2021-06-16net: hns3: add support to query tx spare buffer size for pfHuazhong Tan1-2/+5
2021-06-16net: hns3: use tx bounce buffer for small packetsYunsheng Lin1-6/+283
2021-06-16net: hns3: refactor for hns3_fill_desc() functionYunsheng Lin1-39/+48
2021-06-16net: hns3: minor refactor related to desc_cb handlingYunsheng Lin1-22/+18
2021-06-11net: hns3: add support for PTPHuazhong Tan1-0/+27
2021-05-31net: hns3: add support for modify VLAN filter stateJian Shen1-25/+14
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-59/+51
2021-05-25net: hns3: switch to dim algorithm for adaptive interrupt moderationHuazhong Tan1-124/+69
2021-05-18net: hns3: check the return of skb_checksum_help()Yunsheng Lin1-7/+3
2021-05-18net: hns3: fix user's coalesce configuration lost issueHuazhong Tan1-44/+40
2021-05-18net: hns3: put off calling register_netdev() until client initialize completeJian Shen1-8/+8
2021-05-14net: hns3: refactor dump bd info of debugfsHuazhong Tan1-1/+1
2021-05-14net: hns3: refactor the debugfs processYufeng Mo1-1/+6
2021-05-14net: hns3: refactor out RX completion checksumHuazhong Tan1-15/+17
2021-05-14net: hns3: support RXD advanced layoutHuazhong Tan1-26/+332
2021-04-30net: hns3: use netif_tx_disable to stop the transmit queuePeng Li1-1/+1
2021-04-30net: hns3: fix for vxlan gpe tx checksum bugHao Chen1-2/+3
2021-04-29net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()Jian Shen1-0/+5
2021-04-12net: hns3: Fix potential null pointer defererence of null ae_devColin Ian King1-4/+4
2021-04-08net: hns3: add suspend and resume pm_opsJiaran Zhang1-0/+29
2021-04-08net: hns3: change flr_prepare/flr_done function namesJiaran Zhang1-4/+4
2021-04-05net: hns3: Limiting the scope of vector_ring_chain variableSalil Mehta1-1/+2
2021-03-29net: hns3: add stats logging when skb padding failsYunsheng Lin1-0/+5
2021-03-29net: hns3: add tx send size handling for tso skbYunsheng Lin1-7/+18
2021-03-29net: hns3: add handling for xmit skb with recursive fraglistYunsheng Lin1-41/+74
2021-03-29net: hns3: optimize the process of queue resetYufeng Mo1-4/+4
2021-03-26net: hns3: remove redundant blank linesPeng Li1-7/+0
2021-03-22net: hns3: refine for hns3_del_all_fd_entries()Jian Shen1-10/+0
2021-02-11net: hns3: fix return of random stack valueGustavo A. R. Silva1-2/+1
2021-02-09net: hns3: remove redundant return value of hns3_uninit_all_ring()Huazhong Tan1-9/+3
2021-02-09net: hns3: modify some unmacthed types print parameterJiaran Zhang1-1/+1
2021-02-09net: hns3: clean up unnecessary parentheses in macro definitionsYufeng Mo1-1/+1
2021-02-09net: hns3: remove redundant client_setup_tc handleJian Shen1-15/+0
2021-02-06net: hns3: add support for obtaining the maximum frame sizeYufeng Mo1-2/+1
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-11/+6