summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-2/+2
|\| |
| * | net: hns: set correct return valuePan Bian2017-11-011-2/+2
| |/
* / net: hns: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+3Star
|/
* net: hns: Fix for __udivdi3 compiler errorLin Yun Sheng2017-08-041-1/+2
* 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-201-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/+13Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-052-72/+36Star
|\
| * net: hns: Use phy_driver to setup Phy loopbackLin Yun Sheng2017-07-032-71/+35Star
| * 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/+7Star
|\ \ \ | |_|/ |/| |
| * | 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/+7Star
| |/
* / net/hns:bugfix of ethtool -t phy self_testLin Yun Sheng2017-06-191-2/+14
|/
* format-security: move static strings to constKees Cook2017-05-091-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-05-011-6/+33
* net: hns: support deferred probe when can not obtain irqlipeng2017-05-013-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-261-0/+1
| * net: hns: fix uninitialized data useArnd Bergmann2017-03-261-2/+3
* | net: hns: Some checkpatch.pl script & warning fixesSalil2017-04-036-14/+11Star
* | net: hns: Avoid Hip06 chip TX packet line buglipeng2017-04-037-70/+169
* | net: hns: Adjust the SBM module buffer thresholdKejian Yan2017-04-031-4/+4
* | net: hns: Simplify the exception sequence in hns_ppe_init()Kejian Yan2017-04-031-9/+8Star
* | net: hns: Remove redundant mac table operationsKejian Yan2017-04-032-170/+0Star
* | net: hns: Remove redundant mac_get_id()Kejian Yan2017-04-033-23/+0Star
* | net: hns: Remove the redundant adding and deleting mac functionKejian Yan2017-04-034-122/+0Star
* | net: hns: Correct HNS RSS key set functionlipeng2017-04-032-14/+18
* | net: hns: Replace netif_tx_lock to ring spin locklipeng2017-04-033-10/+15
* | net: hns: Fix to adjust buf_size of ring according to mtulipeng2017-04-037-24/+337
* | net: hns: Optimize hns_nic_common_poll for better performancelipeng2017-04-032-21/+31
* | net: hns: bug fix of ethtool show the speedDaode Huang2017-04-031-1/+1
* | net: hns: Remove redundant memset during buffer releaselipeng2017-04-031-1/+0Star
* | net: hns: Optimize the code for GMAC pad and crc Configlipeng2017-04-031-20/+16Star
* | net: hns: Modify GMAC init TX threshold valuelipeng2017-04-032-0/+10
* | net: hns: Fix the implementation of irq affinity functionlipeng2017-04-032-46/+30Star
* | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-291-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-1/+1
|\
| * net: hns: Fix the device being used for dma mapping during TXKejian Yan2017-02-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-6/+2Star
|\|
| * hns: avoid stack overflow with CONFIG_KASANArnd Bergmann2017-02-061-6/+2Star