summaryrefslogtreecommitdiff
path: root/packages/linux-kernel
AgeCommit message (Collapse)Author
2023-11-24Kernel: T3318: update Linux Kernel to v5.4.261Christian Breunig
2023-08-31Kernel: T5186: T3318: fix QAT build system matching new file name schemaChristian Breunig
2023-08-31Kernel: T5186: T3318: undefine NEED_ETH_HW_ADDR_SET for Intel ICE driverChristian Breunig
2023-08-31Kernel: T5186: T3318: update QAT URLChristian Breunig
2023-08-30build: T5187: Fixed Realtek r8152 compatibility with 5.4 kernelszsdc
There is no need to define `eth_hw_addr_set()` in sources anymore because it is already backported into the 5.4.254 kernel: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/include/linux/etherdevice.h?h=v5.4.254&id=24f34f67be24674c5c3ef922de70ab95a0d7ce16
2023-06-27Kernel: T5310: add stmicro driver supportcuongdt1994
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-08Kernel: T5186: T3318: update Linux Kernel to v5.4.243Christian Breunig
2023-04-27r8152: T5187: Updated Realtek r8152 driverzsdc
The Realtek r8152 driver is updated to 2.16.3
2023-04-26ice: T5182: added build for Intel ICE driverzsdc
This commit adds a build task for an out-of-tree Intel ICE driver for E810 Ethernet Controllers.
2022-09-06firmware: T4671: create missing symlinks defined in WHENCE fileinitramfs
(cherry picked from commit 3d983cb2feeb536a5cb23d22228d0ce6ee4d7ccc)
2022-08-25Kernel: T4647: enable GVE (Google Virtual NIC)Christian Poessinger
(cherry picked from commit 94e844f44b76069b0897c2c7c5968853b4b1a368)
2022-03-23Merge pull request #213 from c-po/equuleus-numaChristian Poessinger
Kernel: T3489: re-enable NUMA in kernel build
2022-01-24Accel-PPP: T4204: update accel-ppp versionEshenko Dmitriy
2022-01-20Kernel: T3489: re-enable NUMA in kernel buildChristian Poessinger
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. This is a backport of commit d5df496b9b9e for the 5.4 Kernel series.
2021-11-23Accel-PPP: T4015: update version which include threading fixEshenko Dmitriy
2021-10-21Kernel: T3927: enable kernel support for HW offload of the TLS protocolChristian Poessinger
2021-07-26kernel: T3704: Enabled SG modulezsdc
Enabled build of the SG module to make possible communication with RAID adapters from Areca (https://www.areca.com.tw/). (cherry picked from commit 6d77d03c3fcda288ed44b979338d38a58d8ae5f3)
2021-07-24Kernel: only build packages if the package changes at allChristian Poessinger
2021-06-16Accel-PPP: T3629: update to latest versionDmitriyEshenko
(cherry picked from commit 5dbfafaf414d044a1b98591b69ee143b11384131)
2021-06-13Revert "Kernel: usb: wwan: T3063: remove QMI, NCM and CDC drivers for WWAN ↵Christian Poessinger
cards" This reverts commit 3fa7fe6926a538a8b4f25ca3e842fefb9699def6.
2021-05-19Accel-PPP: T3562: update to latest versionChristian Poessinger
Update to: https://github.com/accel-ppp/accel-ppp/commit/277ad4c3c7af01 (cherry picked from commit 8fb9681c6715bb1b72b62d1daf146c032050d6b2)
2021-05-01Kernel: T3491: switch to 1kHz timer interruptChristian Poessinger
(cherry picked from commit a1c4e49e90c041e61d26b04bd7df7a89a919d7ec)
2021-02-15kernel: T3312: Add SolarFlaire kernel modulesEshenko Dmitriy
(cherry picked from commit 176dd5eeb5c3bebc6d8c5163c982b9b73159b9f5)
2021-02-02Jenkins: run containers with "reuseNode" to stay on the same nodeqxmips
(cherry picked from commit 38fa98af45d6c22d7d876bc724d957d2545d011a)
2021-01-31Kernel: also trigger build when "data/defaults.json" changesChristian Poessinger
2021-01-23Kernel: add *.tar.xz to .gitignoreChristian Poessinger
(cherry picked from commit 32d564eb3c3ba1b9dbc2e366e8ba7cc56d145e22)
2021-01-19Kernel: Firmware: 5.4 Kernel has modules in a different pathChristian Poessinger
2021-01-16Kernel: T3223: update linux-firmware to 20201218Christian Poessinger
2021-01-16Kernel: T3223: retrieve firmware information from Kernel module binary itselfChristian Poessinger
(cherry picked from commit 062d7e0868d7918d386c11fb4e97f5019c2f66ce)
2021-01-15Jenkins: retrive debian repo server via global variableChristian Poessinger
(cherry picked from commit 76f293633fb5feefcc7acd74d4edeea69b60ea5c)
2021-01-14Kernel: T3218: drop dependency on Intel out-of-tree modulesChristian Poessinger
2021-01-10Jenkins: select build library from equuleus branchChristian 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 (cherry picked from commit 2af09cfd180a4cc86aaca430a1c95d8c4b7a3d9b)
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.4.88Christian 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