aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-19net: hns: Avoid action name truncationdann frazier1-1/+1
2018-04-04net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGESTan Xiaojun1-1/+1
2018-03-31ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addrJoe Perches1-4/+2
2018-03-31net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()Wei Yongjun1-4/+0
2018-03-26net: hns3: never send command queue message to IMP when resetPeng Li2-5/+24
2018-03-26net: hns3: fix for not initializing VF rss_hash_key problemFuyun Liang1-2/+2
2018-03-26net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfoFuyun Liang1-1/+1
2018-03-26net: hns3: fix for returning wrong value problem in hns3_get_rss_indir_sizeFuyun Liang1-1/+1
2018-03-26net: hns3: fix for returning wrong value problem in hns3_get_rss_key_sizeFuyun Liang1-1/+1
2018-03-23net: hns3: hclge_inform_reset_assert_to_vf() can be statickbuild test robot1-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+6
2018-03-22net: hns3: Changes required in PF mailbox to support VF resetSalil Mehta3-1/+44
2018-03-22net: hns3: Add *Asserting Reset* mailbox message & handling in VFSalil Mehta2-0/+13
2018-03-22net: hns3: Changes to support ARQ(Asynchronous Receive Queue)Salil Mehta5-14/+111
2018-03-22net: hns3: Add support to re-initialize the hclge deviceSalil Mehta2-14/+106
2018-03-22net: hns3: Add support to reset the enet/ring mgmt layerSalil Mehta2-4/+102
2018-03-22net: hns3: Add support to request VF Reset to PFSalil Mehta1-0/+19
2018-03-22net: hns3: Add VF Reset device state and its handlingSalil Mehta3-5/+68
2018-03-22net: hns3: Add VF Reset Service Task to support event handlingSalil Mehta2-0/+35
2018-03-22net: hns3: Changes to make enet watchdog timeout func common for PF/VFSalil Mehta5-43/+46
2018-03-22net: hns3: fix for not returning problem in get_link_ksettings when phy existsFuyun Liang1-2/+6
2018-03-22net: hns3: add querying speed and duplex support to VFFuyun Liang4-2/+37
2018-03-22net: hns3: add get_link support to VFFuyun Liang2-0/+9
2018-03-22net: hns3: fix for getting wrong link mode problemFuyun Liang5-89/+107
2018-03-22net: hns3: change the time interval of int_gl calculatingFuyun Liang2-17/+30
2018-03-22net: hns3: change GL update rateFuyun Liang2-0/+10
2018-03-22net: hns3: increase the max time for IMP handle commandPeng Li2-2/+2
2018-03-22net: hns3: export pci table of hclge and hclgevf to userspaceYunsheng Lin2-0/+4
2018-03-22net: hns3: fix for vlan table lost problem when resettingYunsheng Lin2-0/+29
2018-03-22net: hns3: fix the VF queue reset flow errorPeng Li4-6/+53
2018-03-22net: hns3: reallocate tx/rx buffer after changing mtuFuyun Liang1-14/+22
2018-03-17net: hns: Fix ethtool private flagsMatthias Brugger4-4/+6
2018-03-11net: hns3: add result checking for VF when modify unicast mac addressJian Shen3-2/+6
2018-03-11net: hns3: add existence checking before adding unicast mac addressJian Shen1-1/+16
2018-03-11net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status()Jian Shen1-5/+5
2018-03-11net: hns3: fix error type definition of return valueJian Shen1-6/+6
2018-03-11net: hns3: fix for buffer overflow smatch warningYunsheng Lin3-42/+39
2018-03-11net: hns3: fix for loopback failure when vlan filter is enableYunsheng Lin1-0/+16
2018-03-11net: hns3: add support for querying pfc puase packets statisticPeng Li3-0/+73
2018-03-11net: hns3: fix rx path skb->truesize reporting bugPeng Li1-6/+4
2018-03-11net: hns3: unify the pause params setup functionFuyun Liang3-14/+13
2018-03-11net: hns3: fix for ipv6 address loss problem after setting channelsFuyun Liang1-2/+2
2018-03-11net: hns3: fix for netdev not running problem after calling net_stop and net_openFuyun Liang2-0/+6
2018-03-11net: 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