forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi…
…t/dledford/rdma Pull rdma fixes from Doug Ledford: - One minor fix to the ib core - Four minor fixes to the Mellanox drivers - Remove three deprecated drivers from staging/rdma now that all of Greg's queued changes to them are merged * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma: staging/rdma: remove deprecated ipath driver staging/rdma: remove deprecated ehca driver staging/rdma: remove deprecated amso1100 driver IB/core: Set correct payload length for RoCEv2 over IPv6 IB/mlx5: Use MLX5_GET to correctly get end of padding mode IB/mlx5: Fix use of null pointer PD IB/mlx5: Fix reqlen validation in mlx5_ib_alloc_ucontext IB/mlx5: Add CREATE_CQ and CREATE_QP to uverbs_ex_cmd_mask
- Loading branch information
Showing
100 changed files
with
20 additions
and
53,101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -686,13 +686,6 @@ M: Michael Hanselmann <[email protected]> | |
S: Supported | ||
F: drivers/macintosh/ams/ | ||
|
||
AMSO1100 RNIC DRIVER | ||
M: Tom Tucker <[email protected]> | ||
M: Steve Wise <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/infiniband/hw/amso1100/ | ||
|
||
ANALOG DEVICES INC AD9389B DRIVER | ||
M: Hans Verkuil <[email protected]> | ||
L: [email protected] | ||
|
@@ -4198,13 +4191,6 @@ W: http://aeschi.ch.eu.org/efs/ | |
S: Orphan | ||
F: fs/efs/ | ||
|
||
EHCA (IBM GX bus InfiniBand adapter) DRIVER | ||
M: Hoang-Nam Nguyen <[email protected]> | ||
M: Christoph Raisch <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/infiniband/hw/ehca/ | ||
|
||
EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER | ||
M: Thadeu Lima de Souza Cascardo <[email protected]> | ||
L: [email protected] | ||
|
@@ -5823,12 +5809,6 @@ M: Juanjo Ciarlante <[email protected]> | |
S: Maintained | ||
F: net/ipv4/netfilter/ipt_MASQUERADE.c | ||
|
||
IPATH DRIVER | ||
M: Mike Marciniszyn <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/staging/rdma/ipath/ | ||
|
||
IPMI SUBSYSTEM | ||
M: Corey Minyard <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
# Entries for RDMA_STAGING tree | ||
obj-$(CONFIG_INFINIBAND_AMSO1100) += amso1100/ | ||
obj-$(CONFIG_INFINIBAND_EHCA) += ehca/ | ||
obj-$(CONFIG_INFINIBAND_HFI1) += hfi1/ | ||
obj-$(CONFIG_INFINIBAND_IPATH) += ipath/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.