summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)Author
2021-11-10net: hns3: sync rx ring head in echo common pullYufeng Mo
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-20net: hns3: schedule the polling again when allocation failsYunsheng Lin
2021-10-20net: hns3: fix for miscalculation of rx unused descYunsheng Lin
2021-10-20net: hns3: fix the max tx size according to user manualYunsheng Lin
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-09-29net: hns3: remove tc enable checkingJian Shen
2021-09-29net: hns3: do not allow call hns3_nic_net_open repeatedlyJian Shen
2021-09-13net: hns3: pad the short tunnel frame before sending to hardwareYufeng Mo
2021-09-13net: hns3: add option to turn off page pool featureYunsheng Lin
2021-08-31net: hns3: remove unnecessary spacesHao Chen
2021-08-31net: hns3: add some required spacesHao Chen
2021-08-31net: hns3: refine function hns3_set_default_feature()Jian Shen
2021-08-30net: hnss3: use max() to simplify codeHao Chen
2021-08-27net: hns3: add hns3_state_init() to do state initializationHuazhong Tan
2021-08-24net: hns3: add ethtool support for CQE/EQE mode configurationYufeng Mo
2021-08-24net: hns3: add support for EQE/CQE mode configurationYufeng Mo
2021-08-09net: hns3: support skb's frag page recycling based on page poolYunsheng Lin
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-06-18net: hns3: fix reuse conflict of the rx pageYunsheng Lin
2021-06-16net: hns3: use bounce buffer when rx page can not be reusedYunsheng Lin
2021-06-16net: hns3: optimize the rx page reuse handling processYunsheng Lin
2021-06-16net: hns3: support dma_map_sg() for multi frags skbYunsheng Lin
2021-06-16net: hns3: add support to query tx spare buffer size for pfHuazhong Tan
2021-06-16net: hns3: use tx bounce buffer for small packetsYunsheng Lin
2021-06-16net: hns3: refactor for hns3_fill_desc() functionYunsheng Lin
2021-06-16net: hns3: minor refactor related to desc_cb handlingYunsheng Lin
2021-06-11net: hns3: add support for PTPHuazhong Tan
2021-05-31net: hns3: add support for modify VLAN filter stateJian Shen
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-25net: hns3: switch to dim algorithm for adaptive interrupt moderationHuazhong Tan
2021-05-18net: hns3: check the return of skb_checksum_help()Yunsheng Lin
2021-05-18net: hns3: fix user's coalesce configuration lost issueHuazhong Tan
2021-05-18net: hns3: put off calling register_netdev() until client initialize completeJian Shen
2021-05-14net: hns3: refactor dump bd info of debugfsHuazhong Tan
2021-05-14net: hns3: refactor the debugfs processYufeng Mo
2021-05-14net: hns3: refactor out RX completion checksumHuazhong Tan
2021-05-14net: hns3: support RXD advanced layoutHuazhong Tan
2021-04-30net: hns3: use netif_tx_disable to stop the transmit queuePeng Li
2021-04-30net: hns3: fix for vxlan gpe tx checksum bugHao Chen
2021-04-29net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()Jian Shen
2021-04-12net: hns3: Fix potential null pointer defererence of null ae_devColin Ian King
2021-04-08net: hns3: add suspend and resume pm_opsJiaran Zhang
2021-04-08net: hns3: change flr_prepare/flr_done function namesJiaran Zhang
2021-04-05net: hns3: Limiting the scope of vector_ring_chain variableSalil Mehta
2021-03-29net: hns3: add stats logging when skb padding failsYunsheng Lin
2021-03-29net: hns3: add tx send size handling for tso skbYunsheng Lin
2021-03-29net: hns3: add handling for xmit skb with recursive fraglistYunsheng Lin
2021-03-29net: hns3: optimize the process of queue resetYufeng Mo
2021-03-26net: hns3: remove redundant blank linesPeng Li