diff options
author | Ursula Braun <ubraun@linux.vnet.ibm.com> | 2017-01-09 10:55:13 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-09 16:07:38 -0500 |
commit | ac7138746e14137a451f8539614cdd349153e0c0 (patch) | |
tree | 17670ecbfbf96d8270c1a11ef4a00edd140e1541 /MAINTAINERS | |
parent | 4b9d07a44015a0e940448fa3885b894349e8b162 (diff) |
smc: establish new socket family
* enable smc module loading and unloading
* register new socket family
* basic smc socket creation and deletion
* use backing TCP socket to run CLC (Connection Layer Control)
handshake of SMC protocol
* Setup for infiniband traffic is implemented in follow-on patches.
For now fallback to TCP socket is always used.
Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Reviewed-by: Utz Bacher <utz.bacher@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d42a37a351f8..c8df0e1ef833 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -10850,6 +10850,13 @@ S: Maintained | |||
10850 | F: drivers/staging/media/st-cec/ | 10850 | F: drivers/staging/media/st-cec/ |
10851 | F: Documentation/devicetree/bindings/media/stih-cec.txt | 10851 | F: Documentation/devicetree/bindings/media/stih-cec.txt |
10852 | 10852 | ||
10853 | SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS | ||
10854 | M: Ursula Braun <ubraun@linux.vnet.ibm.com> | ||
10855 | L: linux-s390@vger.kernel.org | ||
10856 | W: http://www.ibm.com/developerworks/linux/linux390/ | ||
10857 | S: Supported | ||
10858 | F: net/smc/ | ||
10859 | |||
10853 | SYNOPSYS DESIGNWARE DMAC DRIVER | 10860 | SYNOPSYS DESIGNWARE DMAC DRIVER |
10854 | M: Viresh Kumar <vireshk@kernel.org> | 10861 | M: Viresh Kumar <vireshk@kernel.org> |
10855 | M: Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 10862 | M: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |