summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2018-03-12net: hns3: add result checking for VF when modify unicast mac addressJian Shen3-2/+6
2018-03-12net: hns3: add existence checking before adding unicast mac addressJian Shen1-1/+16
2018-03-12net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status()Jian Shen1-5/+5
2018-03-12net: hns3: fix error type definition of return valueJian Shen1-6/+6
2018-03-12net: hns3: fix for buffer overflow smatch warningYunsheng Lin3-42/+39
2018-03-12net: hns3: fix for loopback failure when vlan filter is enableYunsheng Lin1-0/+16
2018-03-12net: hns3: add support for querying pfc puase packets statisticPeng Li3-0/+73
2018-03-12net: hns3: fix rx path skb->truesize reporting bugPeng Li1-6/+4
2018-03-12net: hns3: unify the pause params setup functionFuyun Liang3-14/+13
2018-03-12net: hns3: fix for ipv6 address loss problem after setting channelsFuyun Liang1-2/+2
2018-03-12net: hns3: fix for netdev not running problem after calling net_stop and net_...Fuyun Liang2-0/+6
2018-03-12net: hns3: add existence check when remove old uc mac addressFuyun Liang5-16/+20
2018-03-09net: hns3: fix for coal configuation lost when setting the channelYunsheng Lin1-3/+34
2018-03-09net: hns3: refactor the coalesce related structYunsheng Lin3-36/+46
2018-03-09net: hns3: fix for coalesce configuration lost during resetYunsheng Lin1-42/+114
2018-03-09net: hns3: refactor the get/put_vector functionYunsheng Lin4-10/+37
2018-03-09net: hns3: fix for use-after-free when setting ring parameterYunsheng Lin1-5/+5
2018-03-09net: hns3: fix for pause configuration lost during resetYunsheng Lin1-2/+2
2018-03-09net: hns3: fix for RSS configuration loss problem during resetYunsheng Lin3-54/+56
2018-03-09net: hns3: refactor the hclge_get/set_rss_tuple functionYunsheng Lin2-37/+67
2018-03-09net: hns3: refactor the hclge_get/set_rss functionYunsheng Lin2-32/+9
2018-03-08net: hns3: add support for VF driver inner interface hclgevf_ops.get_tqps_and...Peng Li1-0/+10
2018-03-08net: hns3: set the max ring num when alloc netdevPeng Li1-14/+13
2018-03-08net: hns3: fix the queue id for tqp enable&&resetPeng Li1-26/+24
2018-03-08net: hns3: fix endian issue when PF get mbx message flagPeng Li1-3/+4
2018-03-08net: hns3: set the cmdq out_vld bit to 0 after usedPeng Li2-0/+2
2018-03-08net: hns3: VF should get the real rss_size instead of rss_size_maxPeng Li1-1/+1
2018-01-26net: hns3: add int_gl_idx setup for VFFuyun Liang2-0/+13
2018-01-26net: hns3: add get/set_coalesce support to VFFuyun Liang1-0/+2
2018-01-23net: hns3: converting spaces into tabs to avoid checkpatch.pl warningSalil Mehta1-2/+2
2018-01-23net: hns3: add net status led support for fiber portJian Shen3-0/+113
2018-01-23net: hns3: add ethtool -p support for fiber portJian Shen4-0/+104
2018-01-23net: hns3: add manager table initialization for hardwareFuyun Liang2-0/+123
2018-01-23net: hns3: add support for get_regsFuyun Liang4-1/+205
2018-01-22net: hns: Fix for variable may be used uninitialized warningsHuazhong Tan2-21/+38
2018-01-12net: hns3: check for NULL function pointer in hns3_nic_set_featuresJian Shen1-2/+4
2018-01-12net: hns3: add feature check when feature changedJian Shen1-12/+15
2018-01-12net: hns3: add int_gl_idx setup for TX and RX queuesFuyun Liang3-0/+21
2018-01-12net: hns3: change the unit of GL value macroFuyun Liang1-4/+4
2018-01-12net: hns3: remove unused GL setup functionFuyun Liang1-12/+0
2018-01-12net: hns3: refactor GL update functionFuyun Liang1-19/+16
2018-01-12net: hns3: refactor interrupt coalescing init functionFuyun Liang1-9/+20
2018-01-12net: hns3: add ethtool_ops.set_coalesce support to PFFuyun Liang3-4/+188
2018-01-12net: hns3: add ethtool_ops.get_coalesce support to PFFuyun Liang3-0/+40
2018-01-12net: hns3: remove TSO config command from VF driverPeng Li2-28/+0
2018-01-12net: hns3: add ethtool_ops.get_channels support for VFPeng Li2-0/+31
2018-01-10net: hns3: report the function type the same line with hns3_nic_get_stats64Peng Li1-2/+2
2018-01-10Revert "net: hns3: Add packet statistics of netdev"Peng Li1-79/+1
2018-01-08net: hns3: Add more packet size statiscticsJian Shen2-7/+56
2018-01-08net: hns3: remove redundant semicolonPeng Li1-1/+1