summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix improper error handling for hns3_client_startHuazhong Tan2019-02-241-1/+3
* net: hns3: add support to config depth for tx|rx ring separatelyPeng Li2019-02-241-1/+3
* net: hns3: remove hnae3_get_bit in data pathYunsheng Lin2019-02-241-19/+14
* net: hns3: replace hnae3_set_bit and hnae3_set_field in data pathYunsheng Lin2019-02-241-69/+51
* net: hns3: add unlikely for error handling in data pathYunsheng Lin2019-02-241-9/+9
* net: hns3: remove some ops in struct hns3_nic_opsYunsheng Lin2019-02-241-6/+5
* net: hns3: limit some variable scope in critical data pathYunsheng Lin2019-02-241-19/+16
* net: hns3: avoid mult + div op in critical data pathYunsheng Lin2019-02-241-7/+8
* net: hns3: add xps setting support for hns3 driverYunsheng Lin2019-02-241-0/+24
* net: hns3: don't allow user to change vlan filter stateJian Shen2019-02-021-2/+1
* net: hns3: Modify parameter type from int to bool in set_gro_enYonglong Liu2019-02-021-17/+9
* net: hns3: fix an issue for hns3_update_new_int_glPeng Li2019-02-021-1/+1
* net: hns3: fix a code style issue for hns3_update_new_int_gl()Peng Li2019-02-021-1/+1
* net: hns3: fix netif_napi_del() not do problem when unloadingHuazhong Tan2019-01-301-20/+7
* net: hns3: Fix NULL deref when unloading driverHuazhong Tan2019-01-301-0/+28
* net: hns3: change hnae3_register_ae_dev() to intHuazhong Tan2019-01-301-2/+6
* net: hns3: reuse the definition of l3 and l4 header info unionliyongxin2019-01-301-27/+5
* net: hns3: add initialization for nic stateJian Shen2019-01-261-2/+4
* net: hns3: add 8 BD limit for tx flowPeng Li2019-01-261-1/+27
* net: hns3: call hns3_nic_set_real_num_queue with netdev downYunsheng Lin2019-01-261-6/+1
* net: hns3: remove dcb_ops->map_update in hclge_dcbYunsheng Lin2019-01-261-9/+1
* net: hns3: do reinitialization while mqprio configuration changedYunsheng Lin2019-01-261-15/+2
* net: hns3: fix broadcast promisc issue for revision 0x20Jian Shen2019-01-261-2/+2
* net: hns3: clear pci private data when unload hns3 driverJian Shen2019-01-261-0/+1
* net: hns3: don't update packet statistics for packets dropped by hardwareJian Shen2019-01-261-3/+0
* net: hns3: clear param in ring when free ringPeng Li2019-01-231-0/+5
* net: hns3: fix rss configuration lost problem when setting channelYunsheng Lin2019-01-231-2/+4
* net: hns3: refactor the statistics updating for netdevJian Shen2019-01-231-7/+20
* net: hns3: add rx multicast packets statisticJian Shen2019-01-231-0/+6
* net: hns3: add HNAE3_RESTORE_CLIENT interface in enet moduleYunsheng Lin2019-01-181-27/+34
* net: hns3: do reinitialization while ETS configuration changedHuazhong Tan2019-01-181-13/+1
* net: hns3: modify parameter checks in the hns3_set_channelsHuazhong Tan2019-01-181-4/+3
* net: hns3: reuse reinitialization interface in the hns3_set_channelsHuazhong Tan2019-01-181-63/+12
* net: hns3: remove unnecessary hns3_adjust_tqps_numHuazhong Tan2019-01-181-6/+0
* net: hns3: remove unused member in struct hns3_enet_ringHuazhong Tan2019-01-181-1/+0
* net: hns3: modify enet reinitialization interfaceHuazhong Tan2019-01-181-2/+16
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+2
* net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENTHuazhong Tan2019-01-011-3/+4
* net: hns3: fix the descriptor index when get rss typePeng Li2018-12-191-1/+8
* net: hns3: add max vector number check for pfJian Shen2018-12-191-0/+4
* net: hns3: refine the handle for hns3_nic_net_open/stop()Jian Shen2018-12-191-0/+8
* net: hns3: update coalesce param per secondPeng Li2018-12-181-5/+3
* net: hns3: fix incomplete uninitialization of IRQ in the hns3_nic_uninit_vect...Huazhong Tan2018-12-181-6/+6
* net: hns3: fix napi_disable not return problemHuazhong Tan2018-12-181-2/+2
* net: hns3: fix error handling int the hns3_get_vector_ring_chainHuazhong Tan2018-12-181-2/+3
* net: hns3: rename process_hw_error functionShiju Jose2018-12-071-2/+2
* net: hns3: Add debugfs framework registrationliuzhongzhu2018-11-231-2/+15
* net: hns3: up/down netdev in hclge module when setting mtuYunsheng Lin2018-11-171-11/+0
* net: hns3: Add vport alive state checking supportYunsheng Lin2018-11-171-0/+24
* net: hns3: Refactor mac mtu setting related functionsYunsheng Lin2018-11-171-2/+1
OpenPOWER on IntegriCloud