summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: MAC table entry count function increases operation 0 value protect...liuzhongzhu2019-02-021-2/+5
* net: hns3: modify the upper limit judgment conditionliuzhongzhu2019-02-021-2/+2
* net: hns3: don't allow user to change vlan filter stateJian Shen2019-02-021-2/+1Star
* net: hns3: optimize the maximum TC macroliuzhongzhu2019-02-023-7/+6Star
* net: hns3: fix the problem that the supported port is emptyliuzhongzhu2019-02-025-4/+77
* net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()Huazhong Tan2019-02-021-4/+5
* net: hns3: move some set_bit statement into hclge_prepare_mac_addrWeihang Li2019-02-021-13/+11Star
* net: hns3: add hclge_cmd_check_retval() to parse comman's return valueWeihang Li2019-02-021-27/+33
* net: hns3: code optimization for hclge_rx_buffer_calcYunsheng Lin2019-02-021-77/+63Star
* net: hns3: Modify parameter type from int to bool in set_gro_enYonglong Liu2019-02-024-20/+12Star
* 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: Check for allocation failureDan Carpenter2019-02-011-0/+2
* net: hns3: keep flow director state unchanged when resetJian Shen2019-01-302-5/+7
* net: hns3: stop sending keep alive msg to PF when VF is resettingJian Shen2019-01-301-0/+4
* net: hns3: fix an issue for hclgevf_ae_get_hdevPeng Li2019-01-301-1/+6
* net: hns3: fix improper error handling in the hclge_init_ae_dev()Huazhong Tan2019-01-301-1/+1
* net: hns3: fix for rss result nonuniformJian Shen2019-01-302-6/+26
* net: hns3: fix netif_napi_del() not do problem when unloadingHuazhong Tan2019-01-301-20/+7Star
* net: hns3: Fix NULL deref when unloading driverHuazhong Tan2019-01-305-22/+40
* net: hns3: only support tc 0 for VFYunsheng Lin2019-01-303-16/+28
* net: hns3: change hnae3_register_ae_dev() to intHuazhong Tan2019-01-303-4/+16
* net: hns3: use the correct interface to stop|open portPeng Li2019-01-301-2/+2
* net: hns3: fix VF dump register issueJian Shen2019-01-301-0/+2
* net: hns3: reuse the definition of l3 and l4 header info unionliyongxin2019-01-302-27/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-303-8/+15
|\
| * net: hns: Fix wrong read accesses via Clause 45 MDIO protocolYonglong Liu2019-01-281-1/+1
| * net: hns: Restart autoneg need return failed when autoneg offYonglong Liu2019-01-281-7/+9
| * net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu2019-01-281-0/+5
* | net: hns3: don't allow vf to enable promisc modeJian Shen2019-01-262-18/+21
* | 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-262-12/+13
* | net: hns3: remove dcb_ops->map_update in hclge_dcbYunsheng Lin2019-01-263-14/+6Star
* | net: hns3: do reinitialization while mqprio configuration changedYunsheng Lin2019-01-262-17/+21
* | net: hns3: After setting the loopback, add the status of getting MACliuzhongzhu2019-01-261-1/+22
* | net: hns3: fix broadcast promisc issue for revision 0x20Jian Shen2019-01-262-3/+11
* | net: hns3: fix return value handle issue for hclge_set_loopback()Jian Shen2019-01-262-4/+7
* | net: hns3: add error handling in hclge_ieee_setetsYunsheng Lin2019-01-261-2/+13
* | 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/+0Star
* | net: hns3: fix PFC not setting problem for DCB moduleYunsheng Lin2019-01-233-4/+6
* | net: hns3: add statistics for PFC frames and MAC control framesliuzhongzhu2019-01-234-7/+109
* | net: hns3: add ETS TC weight setting in SSU moduleYunsheng Lin2019-01-231-0/+43
* | net: hns3: do not return GE PFC setting err when initializingYunsheng Lin2019-01-234-13/+18
* | net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTEDYunsheng Lin2019-01-232-1/+3
* | net: hns3: clear param in ring when free ringPeng Li2019-01-231-0/+5
* | net: hns3: fix bug of ethtool_ops.get_channels for VFHuazhong Tan2019-01-231-2/+3
* | net: hns3: fix for shaper not setting when TC num changesYunsheng Lin2019-01-233-10/+5Star
* | net: hns3: fix rss configuration lost problem when setting channelYunsheng Lin2019-01-233-4/+13