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