summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns
Commit message (Expand)AuthorAgeFilesLines
* net: hns: fix return value check in __lb_other_process()Yunjian Wang2021-01-121-0/+4
* net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu2020-09-121-3/+6
* net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta2020-06-031-0/+3
* net: hns: Fix loopback test failed at copper portsYonglong Liu2019-07-101-0/+4
* net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu2019-05-081-1/+3
* net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu2019-05-081-5/+2
* net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu2019-05-081-2/+3
* net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang2019-03-231-0/+2
* net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu2019-03-131-0/+5
* net: hns: Fix use after free identified by SLUB debugYonglong Liu2019-02-271-4/+2
* net: hns: Add mac pcs config when enable|disable macYonglong Liu2019-01-132-4/+11
* net: hns: Fix ntuple-filters status error.Yonglong Liu2019-01-131-1/+1
* net: hns: Avoid net reset caused by pause frames stormYonglong Liu2019-01-131-2/+10
* net: hns: Free irq when exit from abnormal branchYonglong Liu2019-01-131-1/+22
* net: hns: Clean rx fbd when ae stopped.Yonglong Liu2019-01-131-0/+3
* net: hns: Fixed bug that netdev was opened twiceYonglong Liu2019-01-131-0/+3
* net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu2019-01-132-127/+127
* net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu2019-01-132-0/+18
* net: hns: Incorrect offset address used for some registers.Yonglong Liu2019-01-131-2/+2
* net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2018-10-182-12/+20
* net: hns: add netif_carrier_off before change speed and duplexPeng Li2018-10-101-0/+2
* net: hns: fix skb->truesize underestimationHuazhong Tan2018-10-031-1/+1
* net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan2018-10-031-3/+3
* net: hns: Fix ethtool private flagsMatthias Brugger2018-04-084-4/+6
* net: hns: Fix a skb used after free bugYunsheng Lin2018-03-312-15/+13
* net: hns: fix ethtool_get_strings overflow in hns driverTimmy Li2018-03-244-4/+4
* net: hns: Some checkpatch.pl script & warning fixesSalil2018-03-225-11/+9
* net: hns: Correct HNS RSS key set functionlipeng2018-03-222-14/+18
* net: hns: Fix the device being used for dma mapping during TXKejian Yan2017-06-171-1/+1
* hns: avoid stack overflow with CONFIG_KASANArnd Bergmann2017-02-141-6/+2
* net: hns: fix device reference leaksJohan Hovold2016-11-071-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-291-0/+1
|\
| * net: hns: Fix hns_dsaf module autoload for OF registrationJavier Martinez Canillas2016-10-171-0/+1
* | Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-10-149-53/+118
|\ \ | |/ |/|
| * net: hns: delete redundant broadcast packet filter processDaode Huang2016-10-031-10/+0
| * net: hns: bug fix about broadcast/multicast packetsDaode Huang2016-10-031-0/+16
| * net: hns: fix the bug of forwarding tableDaode Huang2016-10-033-5/+18
| * net: hns: fix port not available after testing loopbackKejian Yan2016-10-034-14/+7
| * net: hns: delete repeat read fbd num after whileDaode Huang2016-10-031-13/+2
| * net: hns: add fini_process for v2 napi processDaode Huang2016-10-031-7/+38
| * net: hns: bug fix about setting coalsecs-usecs to 0Daode Huang2016-10-032-0/+20
| * net: hns: fix port unavailable after hnae_reserve_buffer_map faillipeng2016-10-031-5/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-111-11/+11
|\ \
| * | net: hns: Add missing \n to end of dev_err messages, tidy up textColin Ian King2016-10-061-11/+11
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-096-41/+92
|\ \ \ | |/ / |/| / | |/
| * net: hns: Add support of ACPI to HNS driver RoCE Reset functionSalil2016-08-256-41/+92
* | net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-221-47/+58
* | net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes2016-09-223-33/+24
* | net: hisilicon: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+2
|\ \