aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
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: 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
2017-04-03net: hns: Remove redundant memset during buffer releaselipeng1-1/+0
2017-04-03net: hns: Optimize the code for GMAC pad and crc Configlipeng1-20/+16
2017-04-03net: hns: Modify GMAC init TX threshold valuelipeng2-0/+10
2017-04-03net: hns: Fix the implementation of irq affinity functionlipeng2-46/+30
2017-04-01net: hns: Add ACPI support to check SFP presentDaode Huang2-5/+34
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-1/+1
2017-03-25net: hns: avoid gcc-7.0.1 warning for uninitialized dataArnd Bergmann1-0/+1
2017-03-25net: hns: fix uninitialized data useArnd Bergmann1-2/+3
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-02-10net: hns: Fix the device being used for dma mapping during TXKejian Yan1-1/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+2
2017-02-06hns: avoid stack overflow with CONFIG_KASANArnd Bergmann1-6/+2
2017-02-03hns_enet: use cpumask_var_t for on-stack maskArnd Bergmann1-10/+15
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-1/+0
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-12-06net: hns: Fix to conditionally convey RX checksum flag to stackSalil2-7/+71
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2016-11-10net: hns: add the support to add/remove the ucast entry to/from tableKejian Yan7-0/+155
2016-11-10net: hns: add multicast tcam table clearKejian Yan7-0/+113
2016-11-10net: hns: modify tcam table of mask_keyQianqian Xie1-0/+7
2016-11-10net: hns: modify tcam table of mac mc-entryQianqian Xie1-8/+17
2016-11-10net: hns: modify tcam table of mac mc-portQianqian Xie1-5/+13
2016-11-10net: hns: modify table index to get mac entryQianqian Xie1-4/+10
2016-11-10net: hns: modify tcam table of mac uc-entryQianqian Xie1-6/+12
2016-11-10net: hns: modify tcam table and set mac keyQianqian Xie2-9/+20
2016-11-10net: hns: modify buffer format of cpu data to le64Qianqian Xie1-3/+3
2016-11-10net: hns: fix to intimate the link-status change by adding LF/RF methodDaode Huang5-49/+37
2016-11-10net: hns: modify ethtool statistics value errorQianqian Xie1-2/+2
2016-11-10net: hns: delete redundant macro definitionQianqian Xie3-5/+1
2016-11-10net: hns: bug fix about restart auto-negotiationDaode Huang1-1/+2
2016-11-10net: hns: set default mac pause time to 0xffffDaode Huang1-1/+1
2016-11-10net: hns: fix for promisc mode in HNS driverKejian Yan4-4/+67
2016-11-10net: hns: add fuzzy match of tcam table for hnsKejian Yan5-54/+118
2016-11-07net: hns: fix device reference leaksJohan Hovold1-1/+7
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-53/+119
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson2-6/+8