summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-21net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin1-7/+6
2019-03-10net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose1-1/+3
2019-03-09net: hns3: add dma_rmb() for rx descriptionJian Shen1-0/+2
2019-03-06net: hns3: Fix a logical vs bitwise typoDan Carpenter1-2/+2
2019-02-25net: hns3: fix improper error handling for hns3_client_startHuazhong Tan1-1/+3
2019-02-25net: hns3: add support to config depth for tx|rx ring separatelyPeng Li1-1/+3
2019-02-25net: hns3: remove hnae3_get_bit in data pathYunsheng Lin1-19/+14
2019-02-25net: hns3: replace hnae3_set_bit and hnae3_set_field in data pathYunsheng Lin1-69/+51
2019-02-25net: hns3: add unlikely for error handling in data pathYunsheng Lin1-9/+9
2019-02-25net: hns3: remove some ops in struct hns3_nic_opsYunsheng Lin1-6/+5
2019-02-25net: hns3: limit some variable scope in critical data pathYunsheng Lin1-19/+16
2019-02-25net: hns3: avoid mult + div op in critical data pathYunsheng Lin1-7/+8
2019-02-25net: hns3: add xps setting support for hns3 driverYunsheng Lin1-0/+24
2019-02-02net: hns3: don't allow user to change vlan filter stateJian Shen1-2/+1
2019-02-02net: hns3: Modify parameter type from int to bool in set_gro_enYonglong Liu1-17/+9
2019-02-02net: hns3: fix an issue for hns3_update_new_int_glPeng Li1-1/+1
2019-02-02net: hns3: fix a code style issue for hns3_update_new_int_gl()Peng Li1-1/+1
2019-01-31net: hns3: fix netif_napi_del() not do problem when unloadingHuazhong Tan1-20/+7
2019-01-31net: hns3: Fix NULL deref when unloading driverHuazhong Tan1-0/+28
2019-01-31net: hns3: change hnae3_register_ae_dev() to intHuazhong Tan1-2/+6
2019-01-31net: hns3: reuse the definition of l3 and l4 header info unionliyongxin1-27/+5
2019-01-26net: hns3: add initialization for nic stateJian Shen1-2/+4
2019-01-26net: hns3: add 8 BD limit for tx flowPeng Li1-1/+27
2019-01-26net: hns3: call hns3_nic_set_real_num_queue with netdev downYunsheng Lin1-6/+1
2019-01-26net: hns3: remove dcb_ops->map_update in hclge_dcbYunsheng Lin1-9/+1
2019-01-26net: hns3: do reinitialization while mqprio configuration changedYunsheng Lin1-15/+2
2019-01-26net: hns3: fix broadcast promisc issue for revision 0x20Jian Shen1-2/+2
2019-01-26net: hns3: clear pci private data when unload hns3 driverJian Shen1-0/+1
2019-01-26net: hns3: don't update packet statistics for packets dropped by hardwareJian Shen1-3/+0
2019-01-23net: hns3: clear param in ring when free ringPeng Li1-0/+5
2019-01-23net: hns3: fix rss configuration lost problem when setting channelYunsheng Lin1-2/+4
2019-01-23net: hns3: refactor the statistics updating for netdevJian Shen1-7/+20
2019-01-23net: hns3: add rx multicast packets statisticJian Shen1-0/+6
2019-01-19net: hns3: add HNAE3_RESTORE_CLIENT interface in enet moduleYunsheng Lin1-27/+34
2019-01-19net: hns3: do reinitialization while ETS configuration changedHuazhong Tan1-13/+1
2019-01-19net: hns3: modify parameter checks in the hns3_set_channelsHuazhong Tan1-4/+3
2019-01-19net: hns3: reuse reinitialization interface in the hns3_set_channelsHuazhong Tan1-63/+12
2019-01-19net: hns3: remove unnecessary hns3_adjust_tqps_numHuazhong Tan1-6/+0
2019-01-19net: hns3: remove unused member in struct hns3_enet_ringHuazhong Tan1-1/+0
2019-01-19net: hns3: modify enet reinitialization interfaceHuazhong Tan1-2/+16
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+2
2019-01-01net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENTHuazhong Tan1-3/+4
2018-12-20net: hns3: fix the descriptor index when get rss typePeng Li1-1/+8
2018-12-20net: hns3: add max vector number check for pfJian Shen1-0/+4
2018-12-20net: hns3: refine the handle for hns3_nic_net_open/stop()Jian Shen1-0/+8
2018-12-18net: hns3: update coalesce param per secondPeng Li1-5/+3
2018-12-18net: hns3: fix incomplete uninitialization of IRQ in the hns3_nic_uninit_vect...Huazhong Tan1-6/+6
2018-12-18net: hns3: fix napi_disable not return problemHuazhong Tan1-2/+2
2018-12-18net: hns3: fix error handling int the hns3_get_vector_ring_chainHuazhong Tan1-2/+3
2018-12-08net: hns3: rename process_hw_error functionShiju Jose1-2/+2