summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: Fixes the wrong IS_ERR check on the returned phydev valueSalil Mehta2017-08-301-1/+1
* net: hns3: Add support to change MTU in HNS3 hardwareSalil2017-08-222-0/+35
* net: hns3: fix a handful of spelling mistakesColin Ian King2017-08-192-3/+3
* net: hns3: Fixes the static check warning due to missing unsupp L3 proto checkSalil2017-08-181-4/+10
* net: hns3: Fixes the static checker error warning in hns3_get_link_ksettings()Salil2017-08-181-37/+48
* net: hns3: Fixes the missing u64_stats_fetch_begin_irq in 64-bit stats fetchSalil2017-08-181-0/+2
* net: hns3: ensure media_type is unitializedColin Ian King2017-08-171-1/+1
* hns3pf: Fix some harmless copy and paste bugsDan Carpenter2017-08-111-2/+2
* hns3pf: fix hns3_del_tunnel_port()Dan Carpenter2017-08-111-1/+1
* net: hns3: fix spelling mistake: "capabilty" -> "capability"Colin Ian King2017-08-071-1/+2
* hns3: fix unused function warningArnd Bergmann2017-08-071-15/+12
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-2/+4
* net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0
* hns3pf: don't check handle during mqprio offloadJiri Pirko2017-08-071-1/+1
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+3
* net: hns: Fix for __udivdi3 compiler errorLin Yun Sheng2017-08-041-1/+2
* net: hns3: Add HNS3 driver to kernel build framework & MAINTAINERSSalil2017-08-034-0/+46
* net: hns3: Add Ethtool support to HNS3 driverSalil2017-08-031-0/+482
* net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoCSalil2017-08-032-0/+230
* net: hns3: Add support of TX Scheduler & Shaper to HNS3 driverSalil2017-08-032-0/+1121
* net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer SupportSalil2017-08-032-0/+4786
* net: hns3: Add HNS3 IMP(Integrated Mgmt Proc) Cmd Interface SupportSalil2017-08-032-0/+1096
* net: hns3: Add support of the HNAE3 frameworkSalil2017-08-032-0/+744
* net: hns3: Add support of HNS3 Ethernet Driver for hip08 SoCSalil2017-08-032-0/+3440
* net: hns: Add self-adaptive interrupt coalesce support in hns driverLin Yun Sheng2017-08-036-11/+149
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-212-3/+58
|\
| * net: hns: add acpi function of xge led controlLiuJian2017-07-142-3/+58
* | hns: remove useless void caststephen hemminger2017-07-191-1/+1
|/
* net: hns: Bugfix for Tx timeout handling in hns driverLin Yun Sheng2017-07-121-7/+9
* net: hns: Fix a skb used after free bugYunsheng Lin2017-07-082-15/+13
* net: hns: Fix a wrong op phy C45 codeYunsheng Lin2017-07-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-052-72/+36
|\
| * net: hns: Use phy_driver to setup Phy loopbackLin Yun Sheng2017-07-032-71/+35
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-2/+14
| |\
| * | net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-131-1/+1
* | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-031-8/+7
|\ \ \ | |_|/ |/| |
| * | ACPI: hns_dsaf_acpi_dsm_guid can be statickbuild test robot2017-06-271-1/+1
| * | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-071-8/+7
| |/
* | net/hns:bugfix of ethtool -t phy self_testLin Yun Sheng2017-06-191-2/+14
|/
* format-security: move static strings to constKees Cook2017-05-081-1/+1
* net: hns: fix ethtool_get_strings overflow in hns driverTimmy Li2017-05-024-4/+4
* net: hns: support deferred probe when no mdiolipeng2017-04-301-6/+33
* net: hns: support deferred probe when can not obtain irqlipeng2017-04-303-3/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-063-7/+38
|\
| * net: hns: Add ACPI support to check SFP presentDaode Huang2017-04-012-5/+34
| * net: hns: avoid gcc-7.0.1 warning for uninitialized dataArnd Bergmann2017-03-251-0/+1
| * net: hns: fix uninitialized data useArnd Bergmann2017-03-251-2/+3
* | net: hns: Some checkpatch.pl script & warning fixesSalil2017-04-036-14/+11
* | net: hns: Avoid Hip06 chip TX packet line buglipeng2017-04-037-70/+169
OpenPOWER on IntegriCloud