index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
package
/
kernel
/
lantiq
Commit message (
Expand
)
Author
Age
Files
Lines
*
lantiq: ltq-tapi: add customer pulse digit time
Jonas Albrecht
2022-11-18
2
-1
/
+53
*
ltq-tapi: Fix compile with kernel 5.15
Hauke Mehrtens
2022-11-05
1
-0
/
+14
*
ltq-ifxos: Fix compile with ltq-tapi
Hauke Mehrtens
2022-11-05
1
-0
/
+11
*
kernel: ltq-adsl-mei: Fix compilation with Linux 5.15
Martin Blumenstingl
2022-10-22
1
-0
/
+1
*
kernel: ltq-vmmc: Fix compilation with Linux 5.15
Martin Blumenstingl
2022-10-22
1
-0
/
+10
*
kernel: ltq-vdsl-vr9-mei: Fix compilation with Linux 5.15
Martin Blumenstingl
2022-10-22
2
-10
/
+71
*
kernel: ltq-tapi: Fix compilation with Linux 5.15
Martin Blumenstingl
2022-10-22
1
-0
/
+10
*
kernel: ltq-deu: Fix compilation with Linux 5.15
Martin Blumenstingl
2022-10-22
3
-0
/
+11
*
ltq-ifxos: add compatibility with kernel 5.15
Jan Hoffmann
2022-10-22
1
-0
/
+68
*
ltq-vdsl-app: rename to ltq-vdsl-vr9-app
Andre Heider
2022-09-17
1
-2
/
+2
*
lantiq: rename ltq-vdsl folder to ltq-vdsl-vr9
Andre Heider
2022-09-17
6
-0
/
+0
*
lantiq: rename ltq-vdsl-mei folder to ltq-vdsl-vr9-mei
Andre Heider
2022-09-17
9
-4
/
+4
*
ltq-vdsl-fw: fix firmware installer
Daniel Golle
2022-08-26
2
-2
/
+2
*
ltq-vdsl/ltq-adsl: fix elapsed time calculation
Jan Hoffmann
2022-05-04
4
-2
/
+246
*
ltq-atm/ltq-ptm: avoid unnecessary build dependencies
Jan Hoffmann
2022-05-04
2
-6
/
+11
*
ltq-vdsl-mei: add locking to interrupt handler
Jan Hoffmann
2022-03-21
2
-1
/
+46
*
ltq-vdsl-mei: enable vectoring error sample callback
Jan Hoffmann
2022-03-21
2
-13
/
+2
*
ltq-vectoring: add driver
Jan Hoffmann
2022-03-21
4
-0
/
+349
*
ltq-vdsl-mei: Remove static linking
Hauke Mehrtens
2022-01-21
1
-0
/
+47
*
ltq-ifxos: update to 1.7.1
Jan Hoffmann
2022-01-08
6
-234
/
+34
*
ltq-vdsl: move to the default device name /dev/dsl_cpe_api/0
Andre Heider
2022-01-08
1
-2
/
+2
*
ltq-deu: disable arc4 algorithm
Daniel Kestrel
2022-01-06
1
-4
/
+4
*
ltq-deu: add aes_gcm algorithm
Daniel Kestrel
2022-01-06
1
-0
/
+313
*
ltq-deu: change PKG_RELEASE to AUTORELEASE
Daniel Kestrel
2022-01-06
1
-1
/
+1
*
ltq-deu: remove redundant code for setting the key in aes
Daniel Kestrel
2022-01-06
1
-120
/
+4
*
ltq-deu: add shash cbcmac-aes algorithm to the driver
Daniel Kestrel
2022-01-06
1
-5
/
+362
*
ltq-deu: remove driver disablement for kernel 5.4 and above
Daniel Kestrel
2022-01-06
1
-1
/
+1
*
ltq-deu: add aes_xts algorithm
Daniel Kestrel
2022-01-06
1
-0
/
+324
*
ltq-deu: update initialisations for hmac algorithms
Daniel Kestrel
2022-01-06
2
-6
/
+4
*
ltq-deu: remove compiler warning and shorten locked sections
Daniel Kestrel
2022-01-06
7
-43
/
+7
*
ltq-deu: fix temp size exceed in hmac algorithms
Daniel Kestrel
2022-01-06
2
-71
/
+146
*
ltq-deu: fix setkey errors and static shared temp for hmac algos
Daniel Kestrel
2022-01-06
2
-52
/
+137
*
ltq-deu: fix ifxdeu-ctr-rfc3686(aes) not matching generic impl
Daniel Kestrel
2022-01-06
1
-1
/
+2
*
ltq-deu: changes for hash multithread callers and md5 endianess
Daniel Kestrel
2022-01-06
6
-79
/
+45
*
ltq-deu: make deu hash lock global and remove md5_hmac_ exports
Daniel Kestrel
2022-01-06
6
-48
/
+23
*
ltq-deu: add aes_ofb and aes_cfb algorithms
Daniel Kestrel
2022-01-06
1
-0
/
+194
*
ltq-deu: fix cryptomgr test errors for aes
Daniel Kestrel
2022-01-06
1
-45
/
+44
*
ltq-deu: fix cryptomgr test errors for des
Daniel Kestrel
2022-01-06
2
-31
/
+58
*
ltq-deu: convert SHA1 after library impl of SHA1 was removed
Daniel Kestrel
2022-01-06
2
-9
/
+9
*
ltq-deu: convert blkcipher to skcipher
Daniel Kestrel
2022-01-06
3
-464
/
+413
*
ltq-deu: set correct control register for AES
Daniel Kestrel
2022-01-06
1
-1
/
+1
*
ltq-deu: make cipher/digest usable by openssl
Mathias Kresin
2022-01-05
9
-28
/
+28
*
ltq-deu: aes-ctr: process all input data
Mathias Kresin
2022-01-05
1
-31
/
+21
*
ltq-deu: aes: do not read/write behind buffer
Mathias Kresin
2022-01-05
1
-12
/
+14
*
ltq-deu: init des/aes before registering crpyto algorithms
Mathias Kresin
2022-01-05
2
-3
/
+2
*
ltq-vdsl-fw: update w921v firmware download URL
Daniel Golle
2021-11-15
3
-5
/
+5
*
ltq-vdsl: add missing backslash
Jan Hoffmann
2021-08-21
1
-2
/
+2
*
ltq-vdsl/ltq-vdsl-app: clean up configure args
Jan Hoffmann
2021-08-21
1
-8
/
+5
*
lantiq: kernel 5.10: disable ltq-deu
Mathias Kresin
2021-04-12
1
-1
/
+1
*
lantiq: ltq-adsl: add kernel 5.10 compatiblity
Mathias Kresin
2021-04-12
1
-0
/
+14
[next]