aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-17net: hns: Fix hns_dsaf module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-14Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds9-53/+118
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-11/+11
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds6-41/+92
2016-10-06net: hns: Add missing \n to end of dev_err messages, tidy up textColin Ian King1-11/+11
2016-10-03net: hns: delete redundant broadcast packet filter processDaode Huang1-10/+0
2016-10-03net: hns: bug fix about broadcast/multicast packetsDaode Huang1-0/+16
2016-10-03net: hns: fix the bug of forwarding tableDaode Huang3-5/+18
2016-10-03net: hns: fix port not available after testing loopbackKejian Yan4-14/+7
2016-10-03net: hns: delete repeat read fbd num after whileDaode Huang1-13/+2
2016-10-03net: hns: add fini_process for v2 napi processDaode Huang1-7/+38
2016-10-03net: hns: bug fix about setting coalsecs-usecs to 0Daode Huang2-0/+20
2016-10-03net: hns: fix port unavailable after hnae_reserve_buffer_map faillipeng1-5/+18
2016-09-22net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-47/+58
2016-09-22net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes3-33/+24
2016-08-31net: hisilicon: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-08-26net: hns: dereference ppe_cb->ppe_common_cb if it is non-nullColin Ian King1-1/+2
2016-08-25net: hns: Add support of ACPI to HNS driver RoCE Reset functionSalil6-41/+92
2016-08-23net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()Wei Yongjun1-12/+4
2016-08-19net: hns: Add reset function support for RoCE driveroulijun4-0/+162