summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+9
2022-04-25net: hns3: clear inited state and stop client after failed to register netdevJian Shen1-0/+9
2022-04-20net: hns3: add ethtool parameter check for CQE/EQE modeYufeng Mo1-4/+1
2022-03-26net: hns3: clean residual vf config after disable sriovPeng Li1-0/+18
2022-03-26net: hns3: add max order judgement for tx spare bufferHao Chen1-0/+6
2022-03-26net: hns3: fix ethtool tx copybreak buf size indicating not aligned issueHao Chen1-8/+12
2022-02-07net: hns3: add support for TX push modeYufeng Mo1-4/+75
2021-12-02net: hns3: refactor function hns3_get_vector_ring_chain()Jie Wang1-68/+53
2021-12-02net: hns3: split function hns3_nic_net_xmit()Yufeng Mo1-19/+28
2021-12-02net: hns3: refactor function hns3_fill_skb_desc to simplify codePeng Li1-54/+93
2021-12-02net: hns3: extract macro to simplify ring stats update codePeng Li1-92/+31
2021-11-29net: hns3: split function hns3_set_l2l3l4()Yufeng Mo1-45/+57
2021-11-29net: hns3: split function hns3_handle_bdinfo()Yufeng Mo1-19/+35
2021-11-29net: hns3: split function hns3_nic_get_stats64()Yufeng Mo1-62/+61
2021-11-29net: hns3: split function hns3_get_tx_timeo_queue_info()Yufeng Mo1-48/+52
2021-11-29net: hns3: refactor hns3_nic_reuse_page()Hao Chen1-20/+35
2021-11-29net: hns3: use macro IANA_VXLAN_GPE_UDP_PORT to replace number 4790Hao Chen1-1/+1
2021-11-24net: hns3: add dql info when tx timeoutYufeng Mo1-0/+7
2021-11-24net: hns3: format the output of the MAC addressYufeng Mo1-9/+20
2021-11-22net: hns3: remove the way to set tx spare buf via module parameterHao Chen1-6/+1
2021-11-22net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 ...Hao Chen1-2/+2
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-1/+1
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2021-11-10net: hns3: sync rx ring head in echo common pullYufeng Mo1-0/+7
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-15/+22
2021-10-20net: hns3: schedule the polling again when allocation failsYunsheng Lin1-10/+12
2021-10-20net: hns3: fix for miscalculation of rx unused descYunsheng Lin1-0/+8
2021-10-20net: hns3: fix the max tx size according to user manualYunsheng Lin1-5/+2
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-2/+2
2021-09-29net: hns3: remove tc enable checkingJian Shen1-9/+2
2021-09-29net: hns3: do not allow call hns3_nic_net_open repeatedlyJian Shen1-0/+5
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