Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-18 | Kernel: T4928: disable RNDIS in arm64 builds | Christian Breunig | |
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 | |||
2023-10-17 | Revert "Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=m" | Christian Breunig | |
This reverts commit 88be901bc103d1c47adbbc874d02e8ec5cde3397. | |||
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. | |||
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. | |||
2023-09-19 | T5588: Add kernel module CONFIG_NF_CONNTRACK_BRIDGE | Viacheslav Hletenko | |
2023-08-27 | Revert "T5499: arm64: update vyos kernel configs with debian stock kernel" | Christian Breunig | |
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. | |||
2023-08-22 | T5499: arm64: update vyos kernel configs with debian stock kernel | Date Huang | |
Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
2023-08-20 | arm64: T5469: remove v8 string from version identifier to match amd64 schema | Christian Breunig | |
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-06-10 | arm64: kernel: Add drivers for intel and realtek nics | Runar Borge | |
Compiling in support for intel and realtek nics | |||
2021-06-10 | arm64: kernel: Update kernel config with new options for Linux/arm64 5.10.42 | Runar Borge | |
Only change is the kernel config loaded into 5.10.42 "make menuconfig" So obsolete config entries are removed and new options are added with its default | |||
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 | |
2021-04-23 | Kernel: T3489: enable kexec support | Rob Thomas | |
This allows us to use kexec in the future to support fast reboots. This is more important on physical hardware which can take 10+ minutes to POST. Signed-Off-By: Rob Thomas <xrobau@gmail.com> | |||
2021-04-23 | Kernel: T3489: re-enable NUMA in kernel build | Rob Thomas | |
All throughout the history of vyos-build, NUMA has been disabled. It WAS enabled back in Vyatta days, so something somewhere has accidentally turned it off - and it's ALSO mentioned explicitly in various pieces of documentation, so it's MEANT to be on! Note for future researchers: CONFIG_INOTIFY_STACKFS=y is provided by a patch, so patch the kernel BEFORE running make menuconfig, or manually put it back. If not, it'll vanish and is a wanted part of the build. Signed-Off-By: Rob Thomas <xrobau@gmail.com> | |||
2021-04-19 | kernel: T3486: Prepare for arm64 builds | Runar Borge | |