aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-29hns3: Fix the build.David S. Miller1-1/+1
2018-09-28net: hns: remove ndo_poll_controllerEric Dumazet1-18/+0
2018-09-28net: hns3: Fix loss of coal configuration while doing resetHuazhong Tan2-37/+36
2018-09-28net: hns3: Modify hns3_get_max_available_channelsHuazhong Tan4-17/+13
2018-09-28net: hns3: Change return type of hclge_tm_schd_info_update()Huazhong Tan3-4/+15
2018-09-28net: hns3: Fix for netdev not up problem when setting mtuYunsheng Lin1-5/+3
2018-09-28net: hns3: Fix for packet buffer setting bugYunsheng Lin1-6/+8
2018-09-28net: hns3: Add serdes parallel inner loopback supportFuyun Liang4-20/+57
2018-09-28net: hns3: Rename mac loopback to app loopbackFuyun Liang3-13/+13
2018-09-28net: hns3: Rename loop modeFuyun Liang3-15/+15
2018-09-28net: hns3: Set extra mac address of pause param for HWFuyun Liang2-0/+5
2018-09-28net: hns3: Add support for sctp checksum offloadPeng Li1-4/+4
2018-09-25net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2-12/+20
2018-09-21net: hns3: Remove redundant hclge_get_port_type()Peng Li2-23/+0
2018-09-21net: hns3: Fix speed/duplex information loss problem when executing ethtool ethx cmd of VFFuyun Liang1-27/+39
2018-09-21net: hns3: Add get_media_type ops support for VFPeng Li3-0/+13
2018-09-21net: hns3: Remove print messages for error packetJian Shen1-5/+0
2018-09-21net: hns3: Add unlikely for dma_mapping_error checkJian Shen1-1/+1
2018-09-21net: hns3: Add nic state check before calling netif_tx_wake_queueJian Shen1-1/+3
2018-09-21net: hns3: Add handle for default caseJian Shen5-6/+20
2018-09-21net: hns3: Unify the prefix of vf functionsJian Shen1-2/+2
2018-09-21net: hns3: Fix tqp array traversal condition for vfJian Shen1-26/+24
2018-09-21net: hns3: Adjust prefix of tx/rx statistic namesJian Shen3-9/+9
2018-09-21net: hns3: Unify the type convert for desc.dataJian Shen2-5/+5
2018-09-21net: hns3: Fix ets validate issueJian Shen1-2/+4
2018-09-19net: hns3: Fix parameter type for q_id in hclge_tm_q_to_qs_map_cfg()Jian Shen1-1/+1
2018-09-19net: hns3: Fix client initialize state issue when roce client initialize failedJian Shen4-7/+26
2018-09-19net: hns3: Clear client pointer when initialize client failed or unintialize finishedJian Shen2-17/+41
2018-09-19net: hns3: Fix cmdq registers initialization issue for vfJian Shen1-2/+2
2018-09-19net: hns3: Fix for setting speed for phy failed problemFuyun Liang1-1/+1
2018-09-19net: hns3: Check hdev state when getting link statusPeng Li2-0/+6
2018-09-19net: hns3: Set STATE_DOWN bit of hdev state when stopping netFuyun Liang2-0/+4
2018-09-19net: hns3: Add support for hns3_nic_netdev_ops.ndo_do_ioctlXi Wang3-0/+30
2018-09-19net: hns3: Remove packet statistics of publicPeng Li2-418/+0
2018-09-19net: hns3: Remove tx budget to clean more TX descriptors in a napiPeng Li3-13/+8
2018-09-19net: hns3: Add unlikely for buf_num checkPeng Li1-1/+1
2018-09-19net: hns3: Add default irq affinityPeng Li2-0/+51
2018-09-18net: hns3: fix return type of ndo_start_xmit functionYueHaibing2-2/+3
2018-09-17net: hns: make function hns_gmac_wait_fifo_clean() staticWei Yongjun1-1/+1
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn1-7/+1
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-3/+1
2018-09-12net: ethernet: Fix up drivers masking pause supportAndrew Lunn1-2/+2
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-4/+257
2018-09-03net: hns3: Refine hns3_get_link_ksettings()Jian Shen1-28/+40
2018-09-03net: hns3: Remove redundant codes of query advertised flow control abilitiyJian Shen2-27/+0
2018-09-03net: hns3: Change the dst mac addr of loopback packetYunsheng Lin1-0/+1
2018-09-03net: hns3: Only update mac configuation when necessaryYunsheng Lin1-17/+31
2018-09-03net: hns3: Preserve vlan 0 in hardware tableYunsheng Lin1-0/+3
2018-09-03net: hns3: Fix ping exited problem when doing lp selftestYunsheng Lin1-2/+2
2018-09-03net: hns3: Fix for loopback selftest failed problemYunsheng Lin2-37/+31