]> www.infradead.org Git - users/jedix/linux-maple.git/commit
um: Remove legacy network transport infrastructure
authorTiwei Bie <tiwei.btw@antgroup.com>
Sat, 3 May 2025 05:17:10 +0000 (13:17 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 5 May 2025 08:26:59 +0000 (10:26 +0200)
commite619e18ed462bded8e8f12672a37053d39451404
tree1daf00ef33e3f941db0c43e3d84120e1da58a505
parentb555cb66583e99158cfef8e91c025252cefae55b
um: Remove legacy network transport infrastructure

All legacy network transports have been removed. Vector transports
provide the same capabilities with significantly higher network
throughput. There is no reason to keep the legacy network transport
infrastructure anymore. Remove it to reduce the maintenance burden.

Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Link: https://patch.msgid.link/20250503051710.3286595-4-tiwei.btw@antgroup.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Documentation/virt/uml/user_mode_linux_howto_v2.rst
arch/um/configs/i386_defconfig
arch/um/configs/x86_64_defconfig
arch/um/drivers/Kconfig
arch/um/drivers/Makefile
arch/um/drivers/net_kern.c [deleted file]
arch/um/drivers/net_user.c [deleted file]
arch/um/include/shared/net_kern.h [deleted file]
arch/um/include/shared/net_user.h [deleted file]