summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-23net: hns3: fix miss L3E checking for rx packetJian Shen1-6/+4
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-72/+95
2022-11-15net: hns3: fix return value check bug of rx copybreakJie Wang1-2/+2
2022-11-15net: hns3: fix incorrect hw rss hash type of rx packetJian Shen1-70/+93
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-2/+2
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-21net: hns3: optimize converting dscp to priority process of hns3_nic_select_qu...Guangbin Huang1-8/+5
2022-09-21net: hns3: add support for external loopback testYonglong Liu1-0/+51
2022-09-07net: hns3: support ndo_select_queue()Guangbin Huang1-0/+46
2022-08-31net: hns3: add getting capabilities of gro offload and fd from firmwareGuangbin Huang1-4/+3
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-2/+2
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