summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+11
* | 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/+8
* | net: hns: Remove redundant mac table operationsKejian Yan2017-04-032-170/+0
* | net: hns: Remove redundant mac_get_id()Kejian Yan2017-04-033-23/+0
* | net: hns: Remove the redundant adding and deleting mac functionKejian Yan2017-04-034-122/+0
* | 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/+0
* | net: hns: Optimize the code for GMAC pad and crc Configlipeng2017-04-031-20/+16
* | net: hns: Modify GMAC init TX threshold valuelipeng2017-04-032-0/+10
* | net: hns: Fix the implementation of irq affinity functionlipeng2017-04-032-46/+30
* | 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/+2
|\|
| * hns: avoid stack overflow with CONFIG_KASANArnd Bergmann2017-02-061-6/+2
* | hns_enet: use cpumask_var_t for on-stack maskArnd Bergmann2017-02-031-10/+15
* | net: Remove usage of net_device last_rx memberTobias Klauser2017-01-181-1/+0
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
|/
* net: hns: Fix to conditionally convey RX checksum flag to stackSalil2016-12-062-7/+71
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+7
|\
| * net: hns: fix device reference leaksJohan Hovold2016-11-071-1/+7
* | net: hns: add the support to add/remove the ucast entry to/from tableKejian Yan2016-11-107-0/+155
* | net: hns: add multicast tcam table clearKejian Yan2016-11-107-0/+113
* | net: hns: modify tcam table of mask_keyQianqian Xie2016-11-101-0/+7
* | net: hns: modify tcam table of mac mc-entryQianqian Xie2016-11-101-8/+17
* | net: hns: modify tcam table of mac mc-portQianqian Xie2016-11-101-5/+13
* | net: hns: modify table index to get mac entryQianqian Xie2016-11-101-4/+10
* | net: hns: modify tcam table of mac uc-entryQianqian Xie2016-11-101-6/+12
* | net: hns: modify tcam table and set mac keyQianqian Xie2016-11-102-9/+20
* | net: hns: modify buffer format of cpu data to le64Qianqian Xie2016-11-101-3/+3
* | net: hns: fix to intimate the link-status change by adding LF/RF methodDaode Huang2016-11-105-49/+37
* | net: hns: modify ethtool statistics value errorQianqian Xie2016-11-101-2/+2
* | net: hns: delete redundant macro definitionQianqian Xie2016-11-103-5/+1
* | net: hns: bug fix about restart auto-negotiationDaode Huang2016-11-101-1/+2
* | net: hns: set default mac pause time to 0xffffDaode Huang2016-11-101-1/+1
* | net: hns: fix for promisc mode in HNS driverKejian Yan2016-11-104-4/+67
* | net: hns: add fuzzy match of tcam table for hnsKejian Yan2016-11-105-54/+118
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-309-53/+119
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-301-0/+1
| |\
| | * net: hns: Fix hns_dsaf module autoload for OF registrationJavier Martinez Canillas2016-10-171-0/+1