summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-10-09 20:04:33 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-09 20:04:33 -0400
commitb9044ac8292fc94bee33f6f08acaed3ac55f0c75 (patch)
tree40dce5392f6392984311ec1e083ce29b5186ce8b /MAINTAINERS
parent1fde76f173e4d9aa205432c2ed5eff978d00deee (diff)
parent2937f375751922ffce9ef1d5fa84491840b0c8e0 (diff)
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
Pull main rdma updates from Doug Ledford: "This is the main pull request for the rdma stack this release. The code has been through 0day and I had it tagged for linux-next testing for a couple days. Summary: - updates to mlx5 - updates to mlx4 (two conflicts, both minor and easily resolved) - updates to iw_cxgb4 (one conflict, not so obvious to resolve, proper resolution is to keep the code in cxgb4_main.c as it is in Linus' tree as attach_uld was refactored and moved into cxgb4_uld.c) - improvements to uAPI (moved vendor specific API elements to uAPI area) - add hns-roce driver and hns and hns-roce ACPI reset support - conversion of all rdma code away from deprecated create_singlethread_workqueue - security improvement: remove unsafe ib_get_dma_mr (breaks lustre in staging)" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma: (75 commits) staging/lustre: Disable InfiniBand support iw_cxgb4: add fast-path for small REG_MR operations cxgb4: advertise support for FR_NSMR_TPTE_WR IB/core: correctly handle rdma_rw_init_mrs() failure IB/srp: Fix infinite loop when FMR sg[0].offset != 0 IB/srp: Remove an unused argument IB/core: Improve ib_map_mr_sg() documentation IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packets IB/mthca: Move user vendor structures IB/nes: Move user vendor structures IB/ocrdma: Move user vendor structures IB/mlx4: Move user vendor structures IB/cxgb4: Move user vendor structures IB/cxgb3: Move user vendor structures IB/mlx5: Move and decouple user vendor structures IB/{core,hw}: Add constant for node_desc ipoib: Make ipoib_warn ratelimited IB/mlx4/alias_GUID: Remove deprecated create_singlethread_workqueue IB/ipoib_verbs: Remove deprecated create_singlethread_workqueue IB/ipoib: Remove deprecated create_singlethread_workqueue ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS14
1 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5327bbe00d13..a009e004f8f7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3509,6 +3509,7 @@ L: linux-rdma@vger.kernel.org
3509W: http://www.openfabrics.org 3509W: http://www.openfabrics.org
3510S: Supported 3510S: Supported
3511F: drivers/infiniband/hw/cxgb3/ 3511F: drivers/infiniband/hw/cxgb3/
3512F: include/uapi/rdma/cxgb3-abi.h
3512 3513
3513CXGB4 ETHERNET DRIVER (CXGB4) 3514CXGB4 ETHERNET DRIVER (CXGB4)
3514M: Hariprasad S <hariprasad@chelsio.com> 3515M: Hariprasad S <hariprasad@chelsio.com>
@@ -3530,6 +3531,7 @@ L: linux-rdma@vger.kernel.org
3530W: http://www.openfabrics.org 3531W: http://www.openfabrics.org
3531S: Supported 3532S: Supported
3532F: drivers/infiniband/hw/cxgb4/ 3533F: drivers/infiniband/hw/cxgb4/
3534F: include/uapi/rdma/cxgb4-abi.h
3533 3535
3534CXGB4VF ETHERNET DRIVER (CXGB4VF) 3536CXGB4VF ETHERNET DRIVER (CXGB4VF)
3535M: Casey Leedom <leedom@chelsio.com> 3537M: Casey Leedom <leedom@chelsio.com>
@@ -5712,6 +5714,14 @@ S: Maintained
5712F: drivers/net/ethernet/hisilicon/ 5714F: drivers/net/ethernet/hisilicon/
5713F: Documentation/devicetree/bindings/net/hisilicon*.txt 5715F: Documentation/devicetree/bindings/net/hisilicon*.txt
5714 5716
5717HISILICON ROCE DRIVER
5718M: Lijun Ou <oulijun@huawei.com>
5719M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
5720L: linux-rdma@vger.kernel.org
5721S: Maintained
5722F: drivers/infiniband/hw/hns/
5723F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5724
5715HISILICON SAS Controller 5725HISILICON SAS Controller
5716M: John Garry <john.garry@huawei.com> 5726M: John Garry <john.garry@huawei.com>
5717W: http://www.hisilicon.com 5727W: http://www.hisilicon.com
@@ -7970,6 +7980,7 @@ Q: http://patchwork.ozlabs.org/project/netdev/list/
7970S: Supported 7980S: Supported
7971F: drivers/net/ethernet/mellanox/mlx4/ 7981F: drivers/net/ethernet/mellanox/mlx4/
7972F: include/linux/mlx4/ 7982F: include/linux/mlx4/
7983F: include/uapi/rdma/mlx4-abi.h
7973 7984
7974MELLANOX MLX4 IB driver 7985MELLANOX MLX4 IB driver
7975M: Yishai Hadas <yishaih@mellanox.com> 7986M: Yishai Hadas <yishaih@mellanox.com>
@@ -7990,6 +8001,7 @@ Q: http://patchwork.ozlabs.org/project/netdev/list/
7990S: Supported 8001S: Supported
7991F: drivers/net/ethernet/mellanox/mlx5/core/ 8002F: drivers/net/ethernet/mellanox/mlx5/core/
7992F: include/linux/mlx5/ 8003F: include/linux/mlx5/
8004F: include/uapi/rdma/mlx5-abi.h
7993 8005
7994MELLANOX MLX5 IB driver 8006MELLANOX MLX5 IB driver
7995M: Matan Barak <matanb@mellanox.com> 8007M: Matan Barak <matanb@mellanox.com>
@@ -8262,6 +8274,7 @@ L: linux-rdma@vger.kernel.org
8262W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm 8274W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8263S: Supported 8275S: Supported
8264F: drivers/infiniband/hw/nes/ 8276F: drivers/infiniband/hw/nes/
8277F: include/uapi/rdma/nes-abi.h
8265 8278
8266NETEM NETWORK EMULATOR 8279NETEM NETWORK EMULATOR
8267M: Stephen Hemminger <stephen@networkplumber.org> 8280M: Stephen Hemminger <stephen@networkplumber.org>
@@ -10821,6 +10834,7 @@ L: linux-rdma@vger.kernel.org
10821W: http://www.emulex.com 10834W: http://www.emulex.com
10822S: Supported 10835S: Supported
10823F: drivers/infiniband/hw/ocrdma/ 10836F: drivers/infiniband/hw/ocrdma/
10837F: include/uapi/rdma/ocrdma-abi.h
10824 10838
10825SFC NETWORK DRIVER 10839SFC NETWORK DRIVER
10826M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> 10840M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>