Age | Commit message (Collapse) | Author |
|
(cherry picked from commit e6701712e12189506e49be8c0e25c52a2b1325a1)
|
|
(cherry picked from commit 4e3fded1daa95cd0119af736ab15c79de494816d)
|
|
Mellanox/NVIDIA NICs require Infiniband support for proper communication with
user space, which is used by tools like DPDK.
This commit enables Infiniband with user access support and adds it to
`mlx4`/`mlx5`.
(cherry picked from commit 0a5b69b8472ce1b39f5a6f8af575aeecd459c34f)
|
|
(cherry picked from commit c237941c3c95de16d2581b198b679288898758f3)
|
|
(cherry picked from commit 3e9eefb12c31d2612a9f3ad020d0779cb350bf4e)
|
|
It's the second time the maintainers talk about removing RNDIS from the Linux
Kernel. We should not bet on such a feature if not extremely necessary.
https://www.phoronix.com/news/Linux-Disabling-RNDIS-Drivers
(cherry picked from commit ac77ceec262803fcc01658ef51c22c674a854d56)
|
|
This reverts commit 88be901bc103d1c47adbbc874d02e8ec5cde3397.
(cherry picked from commit ad214dba3ec08a2fa8c9fb37f22db367ff663e8a)
|
|
TL;DR: systemd does not require the performance-sensitive bits of Linux control
groups enabled in the kernel. However, it does require some
non-performance-sensitive bits of the control group logic.
http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
The only controllers required for VyOS to function are the memory and PID
controller required by the container feature. All other controlles can be
disabled.
(cherry picked from commit 86f80f99c57240bda43b99d110de736aef4dea76)
|
|
With all the minor fixes applied to the Kernel, also options change - this
just syncs the previous config to the latest version with the new defaults
applied that slipped in during all those bugfixes.
(cherry picked from commit 33e78bde1a9d9da98c37269819b8b8e8e73ee39c)
|
|
(cherry picked from commit fe9d19e71fa80720c99623062a662f7e6cdac200)
|
|
|
|
(cherry picked from commit 97ddcaec1f488bef18c0d8dfa37cb272115e548a)
|
|
The original does not copy symbolic link.
Fix the following problems.
1. Copy symbolic link to the target folder
2. Follow link to copy the original file. This is for some firmwares link to other place which not mention in modinfo.
(such as brcm/brcmfmac43455-sdio.bin links to cypress/cyfmac43455-sdio.bin. The cypress folder and firmware does not mention in any module.)
|
|
|
|
T5512: linux-firmware: expand asterisk in modinfo firmware fields
|
|
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
|
|
This reverts commit 8aafa6834bdd3d8ea4518fd73189141e2de70c9e.
This increases Kernel build time to >6h ane enables features we do not
need, as this is not Desktop/Server but a router.
|
|
This fixes an error introduced by commit 3d5445d8f7c0 ("T5499: arm64: build
jool with correct depends").
|
|
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
|
|
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
|
|
|
|
|
|
Enable virtiofs to support lxd-agent.
See https://github.com/canonical/lxd/blob/005bd8d473002a1f72b19b3e4f9e05557bece639/lxd/instance/drivers/driver_qemu.go#L2510-L2549
|
|
|
|
|
|
|
|
|
|
|
|
I added also additional expansion card with 2 Intel i211 NIC’s.
I want to utilize all 4 NIC’s, but I have an issue because only NIC on expansion cards are properly detected.
|
|
Jun 16 20:39:24 systemd[1]: Starting hostapd@wlan0.service - Access point and authentication server for Wi-Fi and Ethernet (wlan0)…
Jun 16 20:39:25 hostapd[7198]: rfkill: Cannot open RFKILL control device
Jun 16 20:39:25 hostapd[7198]: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Jun 16 20:39:25 systemd[1]: Started hostapd@wlan0.service - Access point and authentication server for Wi-Fi and Ethernet (wlan0).
Seems RFKILL is missing, or could there be someting else?
|
|
Without this option the 'vhost' modules are not included
|
|
The kernel 'vhost-net' options required for creating TAP devices
vpp# create tap
create tap: open '/dev/vhost-net': No such file or directory
vpp#
vpp# create tap id 1 host-if-name tap1
create tap: open '/dev/vhost-net': No such file or directory
vpp#
|
|
Add Mellanox Technologies firmware flash module mlxfw to kernel
|
|
|
|
|
|
|
|
Added dependencies and build scripts for
https://github.com/NICMx/Jool/
|
|
|
|
Use L2TP Calling-Number in Calling-Station-ID RADIUS attribute
|
|
|
|
|
|
|
|
|
|
|
|
Update 'accel-ppp' where bug fix with incompatibility IPoE
vlan_mon driver with Linux kernel 6.1.x
|
|
|
|
|
|
|
|
|
|
This enables Device Mapper support for either RAID targets or encrypted
partitions.
|