]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sockmap: add sockmap support for unix stream socket'
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 17 Aug 2021 01:42:18 +0000 (18:42 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 17 Aug 2021 01:44:19 +0000 (18:44 -0700)
commitd0f78be9c5f46d082bbf131125cf802cac4ee59d
treec5718158b7e665a5fa89745d6364ea1b8e4b4c5d
parentf1a0c2d2af85fed878b8c85e11a9ebccb4f5fcb4
parente8748a62ee540c9cf57f70eb8dd2db7a77192eff
Merge branch 'sockmap: add sockmap support for unix stream socket'

Jiang Wang says:

====================

This patch series add support for unix stream type
for sockmap. Sockmap already supports TCP, UDP,
unix dgram types. The unix stream support is similar
to unix dgram.

Also add selftests for unix stream type in sockmap tests.
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>