Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-07 | Kernel: T5973: compile in vrf module for proper strict_mode setup | Christian Breunig | |
(cherry picked from commit 8b89929fdae6fac454c072c4f29b8a4f338365ba) | |||
2024-02-01 | Kernel: T5995: enable CONFIG_HINIC for Huawei NICs | Christian Breunig | |
(cherry picked from commit ea4d2746ae77ce7e20eb1b65e5508332f1a42e8e) | |||
2024-02-01 | Kernel: T5619: remove build-in Intel IXGBE driver for out-of-tree version | Christian Breunig | |
(cherry picked from commit 6c6fe821de20eaf18640285587e960726c1ea39b) | |||
2024-02-01 | Kernel: T5887: update Linux Kernel to v6.6.15 | Christian Breunig | |
(cherry picked from commit c910d5843ac4f7f96d9cb2d9c564f7fe8587c50f) | |||
2024-01-20 | Kernel: T5954: Enable nvme_hwmon and drivetemp | Piotr Maksymiuk | |
(cherry picked from commit 13a2c6ad63478ee575e33dc389e50e9d409db948) | |||
2024-01-10 | Kernel: T5887: remove build-in QAT drivers, using out-of-tree modules | Christian Breunig | |
(cherry picked from commit eb1a10558717239f2025737ee4e56dd01cba4355) | |||
2024-01-10 | T3429: Add kernel modules for Hyper-V | Viacheslav Hletenko | |
Add kernel modules for Hyper-V Based on user reviews the following settings must be made: ``` CONFIG_CONNECTOR=y CONFIG_HYPERV_UTILS=m ``` (cherry picked from commit 6f6e826977bd59947a660c9131ffeaf41d01d4bb) | |||
2024-01-05 | Kernel: T5887: update Linux Kernel to v6.6.9 | Christian Breunig | |
(cherry picked from commit cc04a75932345ba37e4e18f82ae3f85330cedf68) | |||
2023-12-22 | kernel: T5838: Enabled Infiniband for `mlx4` and `mlx5` | zsdc | |
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) | |||
2023-11-23 | T5776: kernel enable VFIO support | Viacheslav Hletenko | |
(cherry picked from commit c237941c3c95de16d2581b198b679288898758f3) | |||
2023-10-18 | Revert "Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=m" | Christian Breunig | |
This reverts commit 88be901bc103d1c47adbbc874d02e8ec5cde3397. (cherry picked from commit ad214dba3ec08a2fa8c9fb37f22db367ff663e8a) | |||
2023-10-02 | Kernel: T5626: only select required Kernel CGROUP controllers | Christian Breunig | |
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) | |||
2023-10-02 | Kernel: T5626: update to latest version with Kernel defaults | Christian Breunig | |
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) | |||
2023-09-19 | T5588: Add kernel module CONFIG_NF_CONNTRACK_BRIDGE | Viacheslav Hletenko | |
(cherry picked from commit 97ddcaec1f488bef18c0d8dfa37cb272115e548a) | |||
2023-08-12 | Kernel: T5325: enable CONFIG_PARPORT | Christian Breunig | |
2023-08-01 | Kernel: T4599: set CONFIG_VIRTIO_FS to m | Yuya Kusakabe | |
Enable virtiofs to support lxd-agent. See https://github.com/canonical/lxd/blob/005bd8d473002a1f72b19b3e4f9e05557bece639/lxd/instance/drivers/driver_qemu.go#L2510-L2549 | |||
2023-06-24 | Kernel: T5310: add stmicro driver support | John | |
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. | |||
2023-06-17 | T5298:Add RFKILL support into kernel. | cuongdt1994 | |
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? | |||
2023-06-15 | T5281: Add CONFIG_VHOST_MENU to kernel | Viacheslav Hletenko | |
Without this option the 'vhost' modules are not included | |||
2023-06-12 | T5281: Add kernel options for vhost-net | Viacheslav Hletenko | |
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# | |||
2023-06-08 | T5264: Add Mellanox Technologies firmware flash module mlxfw to kernel | cuongdt1994 | |
Add Mellanox Technologies firmware flash module mlxfw to kernel | |||
2023-05-10 | T5217: Kernel add CONFIG_NFT_SYNPROXY | Viacheslav Hletenko | |
2023-05-02 | Kernel: T4928: enable CONFIG_RD_ZSTD and CONFIG_DECOMPRESS_ZSTD | Christian Breunig | |
2023-04-29 | Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=m | Christian Breunig | |
2023-03-21 | Kernel: T4928: statically compile CONFIG_IKCONFIG | Christian Breunig | |
2023-03-17 | Kernel: T5086: enable CONFIG_NET_DROP_MONITOR for hsflowd | Christian Breunig | |
2023-03-17 | Kernel: T4928: update config to v6.1.19 | Christian Breunig | |
2023-01-03 | Kernel: T4691: enable CONFIG_BLK_DEV_DM option | Christian Poessinger | |
This enables Device Mapper support for either RAID targets or encrypted partitions. | |||
2022-11-23 | Kernel: T4836: enable Ethernet switch device driver model | Christian Poessinger | |
2022-11-23 | Kernel: T4836: enable High-availability Seamless Redundancy (HSR & PRP) | Christian Poessinger | |
2022-11-23 | Kernel: T4836: enable TCP encapsulation of IKE and IPsec messages (RFC 8229) | Christian Poessinger | |
2022-09-13 | Kernel: T4691: Initial support for 5.15.67 | Christian Poessinger | |
2022-08-25 | Kernel: T4647: enable GVE (Google Virtual NIC) | Christian Poessinger | |
2022-08-25 | Kernel: T3923: enable INET(6)_ESPINTCP | Christian Poessinger | |
2022-07-18 | Kernel: T1368: statically build MPLS support into the Kernel | Christian Poessinger | |
2022-07-09 | Kernel: T893: enable VPP related features | Christian Poessinger | |
2022-07-09 | Kernel: T1475: enable CONFIG_DCB | Christian Poessinger | |
2021-10-21 | Kernel: T3923: enable Mellanox Connect-X TLS offload | Christian Poessinger | |
2021-10-21 | Kernel: T3923: enable CONFIG_TLS for hardware offloading | Christian Poessinger | |
2021-10-21 | kernel: T3923: enable mellanox connectx ipsec offload support | Ross Dougherty | |
2021-07-31 | Kernel: T1441: enable CONFIG_NFT_XFRM | Christian Poessinger | |
2021-07-26 | kernel: T3704: Enabled SG module | zsdc | |
Enabled build of the SG module to make possible communication with RAID adapters from Areca (https://www.areca.com.tw/). | |||
2021-06-27 | Kernel: enable CONFIG_XFRM_INTERFACE | Christian Poessinger | |
Required for IPSec XFRM interfaces. | |||
2021-06-27 | Kernel: build CONFIG_USB_NET_HUAWEI_CDC_NCM as module | Christian Poessinger | |
2021-06-27 | Kernel: enable CONFIG_MPTCP | Christian Poessinger | |
2021-06-13 | Kernel: enable CONFIG_USB_NET_HUAWEI_CDC_NCM | Christian Poessinger | |
2021-05-30 | Kernel: T3587: replace Out-Of-Tree QAT drivers with In-Tree drivers | Christian Poessinger | |
The latest Intel QAT drivers make the 5.10 series Kernel crash and there was no real and good response from Intel so far. Today the build failed one more time by a source file moving around in the Intel webservers. It's time to try to move the QAT functionality to the Kernel buildin drivers. | |||
2021-05-23 | Kernel: usb: drop gadged support | Christian Poessinger | |
2021-05-23 | Revert "Kernel: usb: wwan: T3063: remove QMI, NCM and CDC drivers for WWAN ↵ | Christian Poessinger | |
cards" Newer cards must use QMI it seems. It also feels more "robust". | |||
2021-05-01 | Kernel: T3491: switch to 1kHz timer interrupt | Christian Poessinger | |