summaryrefslogtreecommitdiff
path: root/packages/linux-kernel
AgeCommit message (Collapse)Author
2021-05-30Revert "Kernel: T3587: replace Out-Of-Tree QAT drivers with In-Tree drivers"Christian Poessinger
This reverts commit 43d7bca9a6969c07c9291d7c8250e58c5566c137. But keeps the Kernel In-Tree QAT drivers still enabled so we will now ship both versions.
2021-05-30QAT: T3587: upgrade to version 1.7.L.4.14.0-00031Christian Poessinger
2021-05-30QAT: T3587: use source package from our own VyOS mirrorChristian Poessinger
2021-05-30Kernel: T3587: replace Out-Of-Tree QAT drivers with In-Tree driversChristian 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-23Kernel: usb: drop gadged supportChristian Poessinger
2021-05-23Revert "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-19Accel-PPP: T3562: update to latest versionChristian Poessinger
Update to: https://github.com/accel-ppp/accel-ppp/commit/277ad4c3c7af01
2021-05-01Kernel: T3491: switch to 1kHz timer interruptChristian Poessinger
2021-04-24QAT: builds are only supported for amd64 platformsChristian Poessinger
2021-04-23Kernel: T3489: enable kexec supportRob 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-23Kernel: T3489: re-enable NUMA in kernel buildRob 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-19kernel: T3486: Prepare for arm64 buildsRunar Borge
2021-04-09Kernel: move build to "normal" Pipeline libraryChristian Poessinger
This is initial work required to also build an arm64 Kernel via the CI.
2021-04-05qat: update to 1.7.L.4.13.0-00009Christian Poessinger
2021-03-26Kernel: Jenkins: cleanup, move LogRotator setting to pipeline optionsChristian Poessinger
2021-02-17Kernel: Jenkins: limit *.deb search path depthChristian Poessinger
2021-02-15kernel: T3312: Add SolarFlire kernel modules Eshenko Dmitriy
2021-02-08Kernel: Jenkins: cleanup variable definitionsChristian Poessinger
2021-02-05Kernel: drop telco driversChristian Poessinger
2021-02-02Jenkins: run containers with "reuseNode" to stay on the same nodeqxmips
2021-01-31Kernel: also trigger build when "data/defaults.json" changesChristian Poessinger
(cherry picked from commit 070e2e77e93f34402fe17a6640dade7109571d63)
2021-01-23Kernel: add *.tar.xz to .gitignoreChristian Poessinger
2021-01-16Kernel: T3223: update linux-firmware to 20201218Christian Poessinger
(cherry picked from commit ab6d2763264423de4d02dc5b6aa48fe00eb8bf68)
2021-01-16Kernel: T3223: retrieve firmware information from Kernel module binary itselfChristian Poessinger
2021-01-15Jenkins: retrive debian repo server via global variableChristian Poessinger
2021-01-10Kernel: no longer build Intel out-of-tree NIC driversChristian Poessinger
2021-01-10Jenkins: Kernel: extract version from data/defaults.jsonChristian Poessinger
No need to specify the kernel version two times, it can be retrieved from data/defaults.json
2021-01-10Jenkins: Kernel: instead of 'git clone' the source use the tarballChristian Poessinger
This reduces the download and checkout overhead.
2021-01-09Kernel: T3199: update Linux Kernel to v5.10.6Christian Poessinger
2021-01-09Merge branch 'kernel-5.10' into currentChristian Poessinger
* kernel-5.10: QAT: update to 1.7.l.4.12.0 Kernel: Initial support for 5.10.4
2020-12-31QAT: update to 1.7.l.4.12.0Christian Poessinger
2020-12-31Kernel: Initial support for 5.10.4Christian Poessinger
2020-12-31Kernel: T3168: update Linux Kernel to v5.4.86Christian Poessinger
2020-12-25Kernel: T3145: virtio: enable MMIO_CMDLINE_DEVICESChristian Poessinger
2020-12-25Kernel: T3145: enable additional ciphersChristian Poessinger
2020-12-22Kernel: T3145: update Linux Kernel to v5.4.85Christian Poessinger
2020-12-19kernel: rename patchesChristian Poessinger
2020-12-14Kernel: T3129: update Linux Kernel to v5.4.83Christian Poessinger
2020-11-24Kernel: T3087: update Linux Kernel to v4.19.160Christian Poessinger
2020-11-19Kernel: T3075: update Linux Kernel to v4.19.158Christian Poessinger
2020-11-13Revert "QAT: T2968: add support for Intel Atom C2000 platform"Christian Poessinger
This reverts commit b234558db422390ed4d995e9134fe91c37d6cc8f.
2020-11-12Kernel: usb: wwan: T3063: remove QMI, NCM and CDC drivers for WWAN cardsChristian Poessinger
We do it "oldschool" by just using PPP and talk to a serial device. For the Huawei ME909s-120 module, actually mbim and cdc modules make a lot of problems on system startup and the modem is re-enumerated multiple times. Removing those drivers simply makes wireless wwan interfaces work in VyOS.
2020-11-12Kernel: net: T3063: remove non supported USB based network adaptersChristian Poessinger
2020-11-12Kernel: T3064: update Linux Kernel to v4.19.157Christian Poessinger
2020-11-06Kernel: Firmware: T3052: update to 20201022Christian Poessinger
2020-11-05Kernel: T3049: Update Linux Kernel to v4.19.155Christian Poessinger
2020-11-05Kernel: Wifi: drop legacy B43 driver and add additional MediaTek 76x driversChristian Poessinger
2020-11-05Kernel: drop Atheros 9k bluetooth supportChristian Poessinger
2020-10-31Kernel: T3033: Update Linux Kernel to v4.19.154Christian Poessinger
2020-10-30intel: T3005: update ixgbe(vf) and igb driverChristian Poessinger
* igb 5.4.6 * ixgbe 5.9.4 * ixgbevf 4.9.3