aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-02net: hns3: MAC table entry count function increases operation 0 value protection measuresliuzhongzhu1-2/+5
2019-02-02net: hns3: modify the upper limit judgment conditionliuzhongzhu1-2/+2
2019-02-02net: hns3: don't allow user to change vlan filter stateJian Shen1-2/+1
2019-02-02net: hns3: optimize the maximum TC macroliuzhongzhu3-7/+6
2019-02-02net: hns3: fix the problem that the supported port is emptyliuzhongzhu5-4/+77
2019-02-02net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()Huazhong Tan1-4/+5
2019-02-02net: hns3: move some set_bit statement into hclge_prepare_mac_addrWeihang Li1-13/+11
2019-02-02net: hns3: add hclge_cmd_check_retval() to parse comman's return valueWeihang Li1-27/+33
2019-02-02net: hns3: code optimization for hclge_rx_buffer_calcYunsheng Lin1-77/+63
2019-02-02net: hns3: Modify parameter type from int to bool in set_gro_enYonglong Liu4-20/+12
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-02-01net: hns3: Check for allocation failureDan Carpenter1-0/+2
2019-01-30net: hns3: keep flow director state unchanged when resetJian Shen2-5/+7
2019-01-30net: hns3: stop sending keep alive msg to PF when VF is resettingJian Shen1-0/+4
2019-01-30net: hns3: fix an issue for hclgevf_ae_get_hdevPeng Li1-1/+6
2019-01-30net: hns3: fix improper error handling in the hclge_init_ae_dev()Huazhong Tan1-1/+1
2019-01-30net: hns3: fix for rss result nonuniformJian Shen2-6/+26
2019-01-30net: hns3: fix netif_napi_del() not do problem when unloadingHuazhong Tan1-20/+7
2019-01-30net: hns3: Fix NULL deref when unloading driverHuazhong Tan5-22/+40
2019-01-30net: hns3: only support tc 0 for VFYunsheng Lin3-16/+28
2019-01-30net: hns3: change hnae3_register_ae_dev() to intHuazhong Tan3-4/+16
2019-01-30net: hns3: use the correct interface to stop|open portPeng Li1-2/+2
2019-01-30net: hns3: fix VF dump register issueJian Shen1-0/+2
2019-01-30net: hns3: reuse the definition of l3 and l4 header info unionliyongxin2-27/+6
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+15
2019-01-27net: hns: Fix wrong read accesses via Clause 45 MDIO protocolYonglong Liu1-1/+1
2019-01-27net: hns: Restart autoneg need return failed when autoneg offYonglong Liu1-7/+9
2019-01-27net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu1-0/+5
2019-01-26net: hns3: don't allow vf to enable promisc modeJian Shen2-18/+21
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 Lin2-12/+13
2019-01-26net: hns3: remove dcb_ops->map_update in hclge_dcbYunsheng Lin3-14/+6
2019-01-26net: hns3: do reinitialization while mqprio configuration changedYunsheng Lin2-17/+21
2019-01-26net: hns3: After setting the loopback, add the status of getting MACliuzhongzhu1-1/+22
2019-01-26net: hns3: fix broadcast promisc issue for revision 0x20Jian Shen2-3/+11
2019-01-26net: hns3: fix return value handle issue for hclge_set_loopback()Jian Shen2-4/+7
2019-01-26net: hns3: add error handling in hclge_ieee_setetsYunsheng Lin1-2/+13
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: fix PFC not setting problem for DCB moduleYunsheng Lin3-4/+6
2019-01-23net: hns3: add statistics for PFC frames and MAC control framesliuzhongzhu4-7/+109
2019-01-23net: hns3: add ETS TC weight setting in SSU moduleYunsheng Lin1-0/+43
2019-01-23net: hns3: do not return GE PFC setting err when initializingYunsheng Lin4-13/+18
2019-01-23net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTEDYunsheng Lin2-1/+3
2019-01-23net: hns3: clear param in ring when free ringPeng Li1-0/+5
2019-01-23net: hns3: fix bug of ethtool_ops.get_channels for VFHuazhong Tan1-2/+3
2019-01-23net: hns3: fix for shaper not setting when TC num changesYunsheng Lin3-10/+5
2019-01-23net: hns3: fix rss configuration lost problem when setting channelYunsheng Lin3-4/+13