aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
Commit message (Expand)AuthorAgeFilesLines
* ltq-vdsl-vr9: fix upstream MINEFTRJan Hoffmann2023-02-032-1/+23
* kernel: add new ltq-vdsl-vr11 driverMartin Schiller2023-01-166-0/+349
* kernel: add new ltq-vdsl-vr11-mei driverMartin Schiller2023-01-168-0/+278
* ltq-ifxos: enable for ipq40xxAndre Heider2023-01-161-5/+3
* kernel: add Intel/Lantiq VRX518 TC driverMartin Schiller2023-01-166-0/+3174
* kernel: add Intel/Lantiq VRX518 EP driverMartin Schiller2023-01-1616-0/+4870
* kernel: Make use of KERNEL_MAKEHauke Mehrtens2022-12-171-2/+1
* lantiq: ltq-tapi: add customer pulse digit timeJonas Albrecht2022-11-182-1/+53
* ltq-tapi: Fix compile with kernel 5.15Hauke Mehrtens2022-11-051-0/+14
* ltq-ifxos: Fix compile with ltq-tapiHauke Mehrtens2022-11-051-0/+11
* kernel: ltq-adsl-mei: Fix compilation with Linux 5.15Martin Blumenstingl2022-10-221-0/+1
* kernel: ltq-vmmc: Fix compilation with Linux 5.15Martin Blumenstingl2022-10-221-0/+10
* kernel: ltq-vdsl-vr9-mei: Fix compilation with Linux 5.15Martin Blumenstingl2022-10-222-10/+71
* kernel: ltq-tapi: Fix compilation with Linux 5.15Martin Blumenstingl2022-10-221-0/+10
* kernel: ltq-deu: Fix compilation with Linux 5.15Martin Blumenstingl2022-10-223-0/+11
* ltq-ifxos: add compatibility with kernel 5.15Jan Hoffmann2022-10-221-0/+68
* ltq-vdsl-app: rename to ltq-vdsl-vr9-appAndre Heider2022-09-171-2/+2
* lantiq: rename ltq-vdsl folder to ltq-vdsl-vr9Andre Heider2022-09-176-0/+0
* lantiq: rename ltq-vdsl-mei folder to ltq-vdsl-vr9-meiAndre Heider2022-09-179-4/+4
* ltq-vdsl-fw: fix firmware installerDaniel Golle2022-08-262-2/+2
* ltq-vdsl/ltq-adsl: fix elapsed time calculationJan Hoffmann2022-05-044-2/+246
* ltq-atm/ltq-ptm: avoid unnecessary build dependenciesJan Hoffmann2022-05-042-6/+11
* ltq-vdsl-mei: add locking to interrupt handlerJan Hoffmann2022-03-212-1/+46
* ltq-vdsl-mei: enable vectoring error sample callbackJan Hoffmann2022-03-212-13/+2
* ltq-vectoring: add driverJan Hoffmann2022-03-214-0/+349
* ltq-vdsl-mei: Remove static linkingHauke Mehrtens2022-01-211-0/+47
* ltq-ifxos: update to 1.7.1Jan Hoffmann2022-01-086-234/+34
* ltq-vdsl: move to the default device name /dev/dsl_cpe_api/0Andre Heider2022-01-081-2/+2
* ltq-deu: disable arc4 algorithmDaniel Kestrel2022-01-061-4/+4
* ltq-deu: add aes_gcm algorithmDaniel Kestrel2022-01-061-0/+313
* ltq-deu: change PKG_RELEASE to AUTORELEASEDaniel Kestrel2022-01-061-1/+1
* ltq-deu: remove redundant code for setting the key in aesDaniel Kestrel2022-01-061-120/+4
* ltq-deu: add shash cbcmac-aes algorithm to the driverDaniel Kestrel2022-01-061-5/+362
* ltq-deu: remove driver disablement for kernel 5.4 and aboveDaniel Kestrel2022-01-061-1/+1
* ltq-deu: add aes_xts algorithmDaniel Kestrel2022-01-061-0/+324
* ltq-deu: update initialisations for hmac algorithmsDaniel Kestrel2022-01-062-6/+4
* ltq-deu: remove compiler warning and shorten locked sectionsDaniel Kestrel2022-01-067-43/+7
* ltq-deu: fix temp size exceed in hmac algorithmsDaniel Kestrel2022-01-062-71/+146
* ltq-deu: fix setkey errors and static shared temp for hmac algosDaniel Kestrel2022-01-062-52/+137
* ltq-deu: fix ifxdeu-ctr-rfc3686(aes) not matching generic implDaniel Kestrel2022-01-061-1/+2
* ltq-deu: changes for hash multithread callers and md5 endianessDaniel Kestrel2022-01-066-79/+45
* ltq-deu: make deu hash lock global and remove md5_hmac_ exportsDaniel Kestrel2022-01-066-48/+23
* ltq-deu: add aes_ofb and aes_cfb algorithmsDaniel Kestrel2022-01-061-0/+194
* ltq-deu: fix cryptomgr test errors for aesDaniel Kestrel2022-01-061-45/+44
* ltq-deu: fix cryptomgr test errors for desDaniel Kestrel2022-01-062-31/+58
* ltq-deu: convert SHA1 after library impl of SHA1 was removedDaniel Kestrel2022-01-062-9/+9
* ltq-deu: convert blkcipher to skcipherDaniel Kestrel2022-01-063-464/+413
* ltq-deu: set correct control register for AESDaniel Kestrel2022-01-061-1/+1
* ltq-deu: make cipher/digest usable by opensslMathias Kresin2022-01-059-28/+28
* ltq-deu: aes-ctr: process all input dataMathias Kresin2022-01-051-31/+21