summaryrefslogtreecommitdiff
path: root/packages/linux-kernel
AgeCommit message (Collapse)Author
2024-04-03Kernel: T5887: rebase inotify patchChristian Breunig
(cherry picked from commit 28c08a784ebdddfe56d8d33b4f28b147ad0a5265)
2024-03-23ixgbe: T6155: always enable allow_unsupported_sfp even if module_param_array ↵Christian Breunig
is undefined This extends an else path with the logic from commit ea7d59a4b ("ixgbe: T6155: always enable allow_unsupported_sfp for all NICs by default") (cherry picked from commit 70ac747b2889757e35ac2a90fd77cda9d4b97ebd)
2024-03-22ixgbe: T6155: always enable allow_unsupported_sfp for all NICs by defaultChristian Breunig
In-tree vs. Out-Of-Tree drivers differ in the way how unsupported transceivers are defined (uint vs array of int) for the Kernel module parameters. This results in: kernel: ixgbe 0000:5e:00.0: failed to initialize because an unsupported SFP+ module type was detected. kernel: ixgbe 0000:5e:00.0: Reload the driver after installing a supported module. kernel: ixgbe 0000:5e:00.0: removed PHC on eth6 This patch always enables unsupported SFP+ modules as wo do anyway from the userspace but only for the first port. (cherry picked from commit ea7d59a4bf64a854be04ccf7566e1cf95d4e09a8)
2024-03-07Kernel: T5887: forward patch linkstate-ip-device-attribute for 6.6.211.4.0-epa2Christian Breunig
(cherry picked from commit 016809208da4d5500734f275d544463d8122bbd1)
2024-03-01Kernel: T5887: forward patch linkstate-ip-device-attribute for 6.6.19Christian Breunig
(cherry picked from commit d93cb288d7d6bb16afad0df727f012837123a47e)
2024-02-07Kernel: T5973: compile in vrf module for proper strict_mode setupChristian Breunig
(cherry picked from commit 8b89929fdae6fac454c072c4f29b8a4f338365ba)
2024-02-01T5619: Add out-of-tree Intel ixgbevf driverChristian Breunig
(cherry picked from commit 9376117efbe5022ece7942cf5e3e9606ca6586bf)
2024-02-01Kernel: T5995: enable CONFIG_HINIC for Huawei NICsChristian Breunig
(cherry picked from commit ea4d2746ae77ce7e20eb1b65e5508332f1a42e8e)
2024-02-01ixgbe: T5619: remove pci_*_pcie_error_reporting() code to work with Kernel 6.6Christian Breunig
This fixes commit 0f80a22b5 ("T5619: Add out-of-tree Intel ixgbe driver") to work with the latest 6.6 code base. For more information see https://lore.kernel.org/lkml/f90837d0-810e-5772-7841-28d47c44d260@intel.com (cherry picked from commit 36065ae874e170f3f60829b0b5348119b7e15e9a)
2024-02-01T5619: Add out-of-tree Intel ixgbe driverSkyler Mäntysaari
(cherry picked from commit 738ce141fb1c5cf77832bb93e21029b882910921)
2024-02-01Kernel: T5619: remove build-in Intel IXGBE driver for out-of-tree versionChristian Breunig
(cherry picked from commit 6c6fe821de20eaf18640285587e960726c1ea39b)
2024-02-01Kernel: T5887: update Linux Kernel to v6.6.15Christian Breunig
(cherry picked from commit c910d5843ac4f7f96d9cb2d9c564f7fe8587c50f)
2024-01-20Kernel: T5954: Enable nvme_hwmon and drivetempPiotr Maksymiuk
(cherry picked from commit 13a2c6ad63478ee575e33dc389e50e9d409db948)
2024-01-10Kernel: T5887: updae patch for HUNK offsetChristian Breunig
(cherry picked from commit bf211f4558c2799d4258c4225d4d795064a52fd7)
2024-01-10Kernel: T5887: remove build-in QAT drivers, using out-of-tree modulesChristian Breunig
(cherry picked from commit eb1a10558717239f2025737ee4e56dd01cba4355)
2024-01-10T3429: Add kernel modules for Hyper-VViacheslav 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-05Kernel: T5887: update Linux Kernel to v6.6.9Christian Breunig
(cherry picked from commit cc04a75932345ba37e4e18f82ae3f85330cedf68)
2023-12-22Kernel: T4928: rebase patches ontop of Kernel 6.1.59 to get clean appliesChristian Breunig
(cherry picked from commit e6701712e12189506e49be8c0e25c52a2b1325a1)
2023-12-22Kernel: T4928: add "set -e" to kernel build scriptChristian Breunig
(cherry picked from commit 4e3fded1daa95cd0119af736ab15c79de494816d)
2023-12-22kernel: 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-23T5776: kernel enable VFIO supportViacheslav Hletenko
(cherry picked from commit c237941c3c95de16d2581b198b679288898758f3)
2023-10-22T4204: accel-ppp bump version 9669bcb99adcViacheslav Hletenko
(cherry picked from commit 3e9eefb12c31d2612a9f3ad020d0779cb350bf4e)
2023-10-18Kernel: T4928: disable RNDIS in arm64 buildsChristian 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 (cherry picked from commit ac77ceec262803fcc01658ef51c22c674a854d56)
2023-10-18Revert "Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=m"Christian Breunig
This reverts commit 88be901bc103d1c47adbbc874d02e8ec5cde3397. (cherry picked from commit ad214dba3ec08a2fa8c9fb37f22db367ff663e8a)
2023-10-02Kernel: T5626: only select required Kernel CGROUP controllersChristian 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-02Kernel: T5626: update to latest version with Kernel defaultsChristian 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-26Kernel: extend .gitignore for new Intel and Realtek driversChristian Breunig
(cherry picked from commit fe9d19e71fa80720c99623062a662f7e6cdac200)
2023-09-25ci/cd: update branch references current -> sagittaChristian Breunig
2023-09-19T5588: Add kernel module CONFIG_NF_CONNTRACK_BRIDGEViacheslav Hletenko
(cherry picked from commit 97ddcaec1f488bef18c0d8dfa37cb272115e548a)
2023-08-31T5529: Fix missing symbolic link in linux-firmware package.Jalen Lin
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.)
2023-08-30T5525: VyOS mirror changedAndrii Andrieiev
2023-08-27Merge pull request #382 from tjjh89017/T5512Christian Breunig
T5512: linux-firmware: expand asterisk in modinfo firmware fields
2023-08-27T5512: linux-firmware: expand asterisk in modinfo firmware fieldsDate Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2023-08-27Revert "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-25jool: T5499: fix AttributeError: 'int' object has no attribute 'strip'Christian Breunig
This fixes an error introduced by commit 3d5445d8f7c0 ("T5499: arm64: build jool with correct depends").
2023-08-22T5499: arm64: update vyos kernel configs with debian stock kernelDate Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2023-08-22T5499: arm64: build jool with correct dependsDate Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2023-08-20arm64: T5469: remove v8 string from version identifier to match amd64 schemaChristian Breunig
2023-08-12Kernel: T5325: enable CONFIG_PARPORTChristian Breunig
2023-08-01Kernel: T4599: set CONFIG_VIRTIO_FS to mYuya Kusakabe
Enable virtiofs to support lxd-agent. See https://github.com/canonical/lxd/blob/005bd8d473002a1f72b19b3e4f9e05557bece639/lxd/instance/drivers/driver_qemu.go#L2510-L2549
2023-07-16Kernel: T4974: fix kernel module install pathChristian Breunig
2023-07-15Kernel: T4974: specify repo URL for openvpn-dco packageChristian Breunig
2023-07-15Kernel: T4974: rename package vyos-openvpn-dco -> openvpn-dcoChristian Breunig
2023-07-15firmware: T4540: update to Linux release 20230625Christian Breunig
2023-07-15Kernel: T4974: add OpenVPN Data Channel Offload (DCO) packageChristian Breunig
2023-06-24Kernel: T5310: add stmicro driver supportJohn
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-17T5298: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-15T5281: Add CONFIG_VHOST_MENU to kernelViacheslav Hletenko
Without this option the 'vhost' modules are not included
2023-06-12T5281: Add kernel options for vhost-netViacheslav 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-08T5264: Add Mellanox Technologies firmware flash module mlxfw to kernelcuongdt1994
Add Mellanox Technologies firmware flash module mlxfw to kernel