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-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
* | 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/+0Star
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2Star
|/
* 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/+37Star
* | net: hns: modify ethtool statistics value errorQianqian Xie2016-11-101-2/+2
* | net: hns: delete redundant macro definitionQianqian Xie2016-11-103-5/+1Star
* | 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
| * | Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-10-149-53/+118
| |\ \ | | |/ | |/|
| | * net: hns: delete redundant broadcast packet filter processDaode Huang2016-10-031-10/+0Star
| | * net: hns: bug fix about broadcast/multicast packetsDaode Huang2016-10-031-0/+16
| | * net: hns: fix the bug of forwarding tableDaode Huang2016-10-033-5/+18
| | * net: hns: fix port not available after testing loopbackKejian Yan2016-10-034-14/+7Star
| | * net: hns: delete repeat read fbd num after whileDaode Huang2016-10-031-13/+2Star
| | * net: hns: add fini_process for v2 napi processDaode Huang2016-10-031-7/+38
| | * net: hns: bug fix about setting coalsecs-usecs to 0Daode Huang2016-10-032-0/+20
| | * net: hns: fix port unavailable after hnae_reserve_buffer_map faillipeng2016-10-031-5/+18
* | | ethernet: use core min/max MTU checkingJarod Wilson2016-10-182-6/+8
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-111-11/+11
|\ \
| * | net: hns: Add missing \n to end of dev_err messages, tidy up textColin Ian King2016-10-071-11/+11
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-106-41/+92
|\ \ \ | |/ / |/| / | |/
| * net: hns: Add support of ACPI to HNS driver RoCE Reset functionSalil2016-08-256-41/+92
* | net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-221-47/+58
* | net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes2016-09-223-33/+24Star
* | net: hisilicon: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+2
|\ \
| * | net: hns: dereference ppe_cb->ppe_common_cb if it is non-nullColin Ian King2016-08-261-1/+2
* | | net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()Wei Yongjun2016-08-241-12/+4Star
| |/ |/|
* | net: hns: Add reset function support for RoCE driveroulijun2016-08-204-0/+162