summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGESTan Xiaojun2018-04-041-1/+1
* ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addrJoe Perches2018-04-011-4/+2Star
* net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()Wei Yongjun2018-04-011-4/+0Star
* net: hns3: never send command queue message to IMP when resetPeng Li2018-03-262-5/+24
* net: hns3: fix for not initializing VF rss_hash_key problemFuyun Liang2018-03-261-2/+2
* net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfoFuyun Liang2018-03-261-1/+1
* net: hns3: fix for returning wrong value problem in hns3_get_rss_indir_sizeFuyun Liang2018-03-261-1/+1
* net: hns3: fix for returning wrong value problem in hns3_get_rss_key_sizeFuyun Liang2018-03-261-1/+1
* net: hns3: hclge_inform_reset_assert_to_vf() can be statickbuild test robot2018-03-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-234-4/+6
|\
| * net: hns: Fix ethtool private flagsMatthias Brugger2018-03-184-4/+6
* | net: hns3: Changes required in PF mailbox to support VF resetSalil Mehta2018-03-223-1/+44
* | net: hns3: Add *Asserting Reset* mailbox message & handling in VFSalil Mehta2018-03-222-0/+13
* | net: hns3: Changes to support ARQ(Asynchronous Receive Queue)Salil Mehta2018-03-225-14/+111
* | net: hns3: Add support to re-initialize the hclge deviceSalil Mehta2018-03-222-14/+106
* | net: hns3: Add support to reset the enet/ring mgmt layerSalil Mehta2018-03-222-4/+102
* | net: hns3: Add support to request VF Reset to PFSalil Mehta2018-03-221-0/+19
* | net: hns3: Add VF Reset device state and its handlingSalil Mehta2018-03-223-5/+68
* | net: hns3: Add VF Reset Service Task to support event handlingSalil Mehta2018-03-222-0/+35
* | net: hns3: Changes to make enet watchdog timeout func common for PF/VFSalil Mehta2018-03-225-43/+46
* | net: hns3: fix for not returning problem in get_link_ksettings when phy existsFuyun Liang2018-03-221-2/+6
* | net: hns3: add querying speed and duplex support to VFFuyun Liang2018-03-224-2/+37
* | net: hns3: add get_link support to VFFuyun Liang2018-03-222-0/+9
* | net: hns3: fix for getting wrong link mode problemFuyun Liang2018-03-225-89/+107
* | net: hns3: change the time interval of int_gl calculatingFuyun Liang2018-03-222-17/+30
* | net: hns3: change GL update rateFuyun Liang2018-03-222-0/+10
* | net: hns3: increase the max time for IMP handle commandPeng Li2018-03-222-2/+2
* | net: hns3: export pci table of hclge and hclgevf to userspaceYunsheng Lin2018-03-222-0/+4
* | net: hns3: fix for vlan table lost problem when resettingYunsheng Lin2018-03-222-0/+29
* | net: hns3: fix the VF queue reset flow errorPeng Li2018-03-224-6/+53
* | net: hns3: reallocate tx/rx buffer after changing mtuFuyun Liang2018-03-221-14/+22
* | net: hns3: add result checking for VF when modify unicast mac addressJian Shen2018-03-123-2/+6
* | net: hns3: add existence checking before adding unicast mac addressJian Shen2018-03-121-1/+16
* | net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status()Jian Shen2018-03-121-5/+5
* | net: hns3: fix error type definition of return valueJian Shen2018-03-121-6/+6
* | net: hns3: fix for buffer overflow smatch warningYunsheng Lin2018-03-123-42/+39Star
* | net: hns3: fix for loopback failure when vlan filter is enableYunsheng Lin2018-03-121-0/+16
* | net: hns3: add support for querying pfc puase packets statisticPeng Li2018-03-123-0/+73
* | net: hns3: fix rx path skb->truesize reporting bugPeng Li2018-03-121-6/+4Star
* | net: hns3: unify the pause params setup functionFuyun Liang2018-03-123-14/+13Star
* | net: hns3: fix for ipv6 address loss problem after setting channelsFuyun Liang2018-03-121-2/+2
* | net: hns3: fix for netdev not running problem after calling net_stop and net_...Fuyun Liang2018-03-122-0/+6
* | net: hns3: add existence check when remove old uc mac addressFuyun Liang2018-03-125-16/+20
* | net: hns3: fix for coal configuation lost when setting the channelYunsheng Lin2018-03-091-3/+34
* | net: hns3: refactor the coalesce related structYunsheng Lin2018-03-093-36/+46
* | net: hns3: fix for coalesce configuration lost during resetYunsheng Lin2018-03-091-42/+114
* | net: hns3: refactor the get/put_vector functionYunsheng Lin2018-03-094-10/+37
* | net: hns3: fix for use-after-free when setting ring parameterYunsheng Lin2018-03-091-5/+5
* | net: hns3: fix for pause configuration lost during resetYunsheng Lin2018-03-091-2/+2
* | net: hns3: fix for RSS configuration loss problem during resetYunsheng Lin2018-03-093-54/+56