]> 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)
commit979691b035a07f189f216dfb719edad64d08adf3
treec5718158b7e665a5fa89745d6364ea1b8e4b4c5d
parent863d9470512016714cf01b5367e8f77e23bd85c1
parent152fa9ac06f6ead7339a18cd04641a2197443a69
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>