summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2019-01-13net: hns: Add mac pcs config when enable|disable macYonglong Liu2-4/+11
2019-01-13net: hns: Fix ntuple-filters status error.Yonglong Liu1-1/+1
2019-01-13net: hns: Avoid net reset caused by pause frames stormYonglong Liu1-2/+10
2019-01-13net: hns: Free irq when exit from abnormal branchYonglong Liu1-1/+22
2019-01-13net: hns: Clean rx fbd when ae stopped.Yonglong Liu1-0/+3
2019-01-13net: hns: Fixed bug that netdev was opened twiceYonglong Liu1-0/+3
2019-01-13net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu2-127/+127
2019-01-13net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu2-0/+18
2019-01-13net: hns: Incorrect offset address used for some registers.Yonglong Liu1-2/+2
2018-12-17net: hisilicon: remove unexpected free_netdevPan Bian1-3/+1
2018-10-18net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2-12/+20
2018-10-10net: hns: add netif_carrier_off before change speed and duplexPeng Li1-0/+2
2018-10-04net: hns: fix skb->truesize underestimationHuazhong Tan1-1/+1
2018-10-04net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan1-3/+3
2018-04-08net: hns: Fix ethtool private flagsMatthias Brugger4-4/+6
2018-03-31net: hns: Fix a skb used after free bugYunsheng Lin2-15/+13
2018-03-24net: hns: fix ethtool_get_strings overflow in hns driverTimmy Li4-4/+4
2018-03-22net: hns: Some checkpatch.pl script & warning fixesSalil5-11/+9
2018-03-22net: hns: Correct HNS RSS key set functionlipeng2-14/+18
2017-06-17net: hns: Fix the device being used for dma mapping during TXKejian Yan1-1/+1
2017-02-15hns: avoid stack overflow with CONFIG_KASANArnd Bergmann1-6/+2
2016-11-07net: hns: fix device reference leaksJohan Hovold1-1/+7
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+2
2016-10-17net: hisilicon: Fix hns_mdio module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-17net: hns: Fix hns_dsaf module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-14Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds9-53/+118
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-11/+11
2016-10-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds6-41/+92
2016-10-07net: hns: Add missing \n to end of dev_err messages, tidy up textColin Ian King1-11/+11
2016-10-03net: hns: delete redundant broadcast packet filter processDaode Huang1-10/+0
2016-10-03net: hns: bug fix about broadcast/multicast packetsDaode Huang1-0/+16
2016-10-03net: hns: fix the bug of forwarding tableDaode Huang3-5/+18
2016-10-03net: hns: fix port not available after testing loopbackKejian Yan4-14/+7
2016-10-03net: hns: delete repeat read fbd num after whileDaode Huang1-13/+2
2016-10-03net: hns: add fini_process for v2 napi processDaode Huang1-7/+38
2016-10-03net: hns: bug fix about setting coalsecs-usecs to 0Daode Huang2-0/+20
2016-10-03net: hns: fix port unavailable after hnae_reserve_buffer_map faillipeng1-5/+18
2016-09-26net: hip04: mark tx_done() staticBaoyou Xie1-1/+1
2016-09-26net: hisilicon: mark symbols static where possibleBaoyou Xie1-3/+3
2016-09-22net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-47/+58
2016-09-22net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes3-33/+24
2016-09-17hisilicon: constify net_device_ops structuresJulia Lawall1-1/+1
2016-08-31net: hisilicon: constify ethtool_ops structuresJulia Lawall4-4/+4
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-08-26net: hns: dereference ppe_cb->ppe_common_cb if it is non-nullColin Ian King1-1/+2
2016-08-25net: hns: Add support of ACPI to HNS driver RoCE Reset functionSalil6-41/+92
2016-08-24net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()Wei Yongjun1-12/+4
2016-08-20net: hns: Add reset function support for RoCE driveroulijun4-0/+162
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-08-15net: hns: mdio->irq is an array, so no need to check if it is nullColin Ian King1-2/+1