aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-07net: hns3: fix spelling mistake: "capabilty" -> "capability"Colin Ian King1-1/+2
2017-08-07hns3: fix unused function warningArnd Bergmann1-15/+12
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-2/+4
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio onlyJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+0
2017-08-07hns3pf: don't check handle during mqprio offloadJiri Pirko1-1/+1
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-3/+3
2017-08-04net: hns: Fix for __udivdi3 compiler errorLin Yun Sheng1-1/+2
2017-08-03net: hns3: Add HNS3 driver to kernel build framework & MAINTAINERSSalil4-0/+46
2017-08-03net: hns3: Add Ethtool support to HNS3 driverSalil1-0/+482
2017-08-03net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoCSalil2-0/+230
2017-08-03net: hns3: Add support of TX Scheduler & Shaper to HNS3 driverSalil2-0/+1121
2017-08-03net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer SupportSalil2-0/+4786
2017-08-03net: hns3: Add HNS3 IMP(Integrated Mgmt Proc) Cmd Interface SupportSalil2-0/+1096
2017-08-03net: hns3: Add support of the HNAE3 frameworkSalil2-0/+744
2017-08-03net: hns3: Add support of HNS3 Ethernet Driver for hip08 SoCSalil2-0/+3440
2017-08-03net: hns: Add self-adaptive interrupt coalesce support in hns driverLin Yun Sheng6-11/+149
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+58
2017-07-19hns: remove useless void caststephen hemminger1-1/+1
2017-07-14net: hns: add acpi function of xge led controlLiuJian2-3/+58
2017-07-12net: hns: Bugfix for Tx timeout handling in hns driverLin Yun Sheng1-7/+9
2017-07-08net: hns: Fix a skb used after free bugYunsheng Lin2-15/+13
2017-07-08net: hns: Fix a wrong op phy C45 codeYunsheng Lin1-1/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-72/+36
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-8/+7
2017-07-03net: hns: Use phy_driver to setup Phy loopbackLin Yun Sheng2-71/+35
2017-06-27ACPI: hns_dsaf_acpi_dsm_guid can be statickbuild test robot1-1/+1
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+14
2017-06-19net/hns:bugfix of ethtool -t phy self_testLin Yun Sheng1-2/+14
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-1/+1
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko1-8/+7
2017-05-08format-security: move static strings to constKees Cook1-1/+1
2017-05-02net: hns: fix ethtool_get_strings overflow in hns driverTimmy Li4-4/+4
2017-04-30net: hns: support deferred probe when no mdiolipeng1-6/+33
2017-04-30net: hns: support deferred probe when can not obtain irqlipeng3-3/+11
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+38
2017-04-03net: hns: Some checkpatch.pl script & warning fixesSalil6-14/+11
2017-04-03net: hns: Avoid Hip06 chip TX packet line buglipeng7-70/+169
2017-04-03net: hns: Adjust the SBM module buffer thresholdKejian Yan1-4/+4
2017-04-03net: hns: Simplify the exception sequence in hns_ppe_init()Kejian Yan1-9/+8
2017-04-03net: hns: Optimise the code in hns_mdio_wait_ready()Kejian Yan1-4/+6
2017-04-03net: hns: Clean redundant code from hns_mdio.c fileKejian Yan1-10/+0
2017-04-03net: hns: Remove redundant mac table operationsKejian Yan2-170/+0
2017-04-03net: hns: Remove redundant mac_get_id()Kejian Yan3-23/+0
2017-04-03net: hns: Remove the redundant adding and deleting mac functionKejian Yan4-122/+0
2017-04-03net: hns: Correct HNS RSS key set functionlipeng2-14/+18
2017-04-03net: hns: Replace netif_tx_lock to ring spin locklipeng3-10/+15
2017-04-03net: hns: Fix to adjust buf_size of ring according to mtulipeng7-24/+337
2017-04-03net: hns: Optimize hns_nic_common_poll for better performancelipeng2-21/+31
2017-04-03net: hns: bug fix of ethtool show the speedDaode Huang1-1/+1