summaryrefslogtreecommitdiff
path: root/packages/linux-kernel
AgeCommit message (Collapse)Author
2023-12-22Kernel: T4928: rebase patches ontop of Kernel 6.1.59 to get clean appliesChristian Breunig
2023-12-22Kernel: T4928: add "set -e" to kernel build scriptChristian Breunig
2023-12-20kernel: 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`.
2023-11-23T5776: kernel enable VFIO supportViacheslav Hletenko
2023-10-19Merge pull request #436 from sever-sever/T4204Christian Breunig
T4204: accel-ppp bump version 9669bcb99adc
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
2023-10-17Revert "Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=m"Christian Breunig
This reverts commit 88be901bc103d1c47adbbc874d02e8ec5cde3397.
2023-10-17Kernel: T4928: forward port linkstate-ip-device-attribute patchChristian Breunig
2023-10-11T4204: accel-ppp bump version 9669bcb99adcViacheslav Hletenko
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.
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.
2023-09-26Kernel: extend .gitignore for new Intel and Realtek driversChristian Breunig
2023-09-19T5588: Add kernel module CONFIG_NF_CONNTRACK_BRIDGEViacheslav Hletenko
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
2023-05-10T5217: Kernel add CONFIG_NFT_SYNPROXYViacheslav Hletenko
2023-05-02Kernel: T5003: use bash over sh (which defaults to dash)Christian Breunig
2023-05-02Kernel: T4928: enable CONFIG_RD_ZSTD and CONFIG_DECOMPRESS_ZSTDChristian Breunig
2023-05-01jool: T160: Added scripts to build jool packagezsdc
Added dependencies and build scripts for https://github.com/NICMx/Jool/
2023-04-29Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=mChristian Breunig
2023-04-04accel-ppp: T5138: Use L2TP Calling-Number in RADIUS attributeszsdc
Use L2TP Calling-Number in Calling-Station-ID RADIUS attribute
2023-03-21Kernel: T4928: statically compile CONFIG_IKCONFIGChristian Breunig
2023-03-17Kernel: T5086: enable CONFIG_NET_DROP_MONITOR for hsflowdChristian Breunig
2023-03-17Kernel: T4928: update config to v6.1.19Christian Breunig
2023-02-20Kernel: QAT: T5003 remove non POSIX compliant array in shell scriptChristian Breunig
2023-02-13debian: T5003: Update accel-ppp build scriptsarthurdev
2023-01-24T4941: Update accel-ppp version due to IPoE issues with kernel 6Viacheslav Hletenko
Update 'accel-ppp' where bug fix with incompatibility IPoE vlan_mon driver with Linux kernel 6.1.x
2023-01-11Kernel: T4928: fix path on remote urlChristian Breunig
2023-01-11Kernel: T4928: update linux-firmware to 20221214Christian Breunig
2023-01-11Kernel: T4928: update Linux Kernel to v6.1.4Christian Breunig
2023-01-11qat: T4929: update Intel QAT drivers to 4.20.0-00001Christian Breunig