index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
nx
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-24
crypto: nx - Fix numerous sparse byte-order warnings
Herbert Xu
8
-22
/
+32
2021-06-24
crypto: nx - Fix RCU warning in nx842_OF_upd_status
Herbert Xu
1
-2
/
+4
2021-06-24
crypto: nx - Fix memcpy() over-reading in nonce
Kees Cook
1
-1
/
+1
2021-05-28
crypto: nx - Fix typo in comment
Shaokun Zhang
1
-2
/
+2
2021-05-28
crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headers
Lee Jones
1
-13
/
+11
2021-05-14
crypto: nx - add missing MODULE_DEVICE_TABLE
Bixuan Cui
1
-0
/
+1
2021-04-26
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
11
-12
/
+15
2021-03-26
crypto: nx - fix incorrect kernel-doc comment syntax in files
Aditya Srivastava
7
-7
/
+7
2021-03-26
crypto: nx - Repair some kernel-doc problems
Lee Jones
3
-4
/
+5
2021-03-07
crypto: nx - add missing call to of_node_put()
Yang Li
1
-1
/
+3
2021-03-02
vio: make remove callback return void
Uwe Kleine-König
2
-6
/
+2
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
3
-3
/
+3
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-2
/
+2
2020-04-20
crypto/nx: Remove 'pid' in vas_tx_win_attr struct
Haren Myneni
1
-1
/
+0
2020-04-20
crypto/nx: Enable and setup GZIP compression type
Haren Myneni
1
-6
/
+40
2020-04-20
crypto/nx: Make enable code generic to add new GZIP compression type
Haren Myneni
1
-60
/
+101
2020-04-20
crypto/nx: Rename nx-842-powernv file name to nx-common-powernv
Haren Myneni
2
-3
/
+3
2020-04-20
crypto/nx: Initialize coproc entry with kzalloc
Haren Myneni
1
-1
/
+1
2020-03-06
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-11-17
crypto: nx - remove stale comment referring to the blkcipher walk API
Ard Biesheuvel
2
-10
/
+0
2019-10-25
crypto: nx - Improve debugfs_create_u{32,64}() handling for atomics
Geert Uytterhoeven
1
-9
/
+9
2019-10-23
crypto: nx - convert AES-CTR to skcipher API
Eric Biggers
3
-67
/
+46
2019-10-23
crypto: nx - convert AES-CBC to skcipher API
Eric Biggers
3
-52
/
+41
2019-10-23
crypto: nx - convert AES-ECB to skcipher API
Eric Biggers
3
-51
/
+58
2019-10-23
crypto: nx - don't abuse blkcipher_desc to pass iv around
Eric Biggers
7
-57
/
+43
2019-08-30
crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'
YueHaibing
1
-3
/
+0
2019-08-02
crypto: nx - Add of_node_put() before return in 842
Nishka Dasgupta
1
-0
/
+1
2019-07-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-64
/
+31
2019-06-28
crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
Haren Myneni
1
-3
/
+5
2019-06-20
crypto: nx - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-61
/
+26
2019-06-17
Merge tag 'v5.2-rc5' into locking/core, to pick up fixes
Ingo Molnar
10
-130
/
+10
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299
Thomas Gleixner
10
-130
/
+10
2019-06-03
locking/atomic, crypto/nx: Remove redundant casts
Mark Rutland
1
-3
/
+3
2019-06-03
locking/atomic, crypto/nx: Prepare for atomic64_read() conversion
Mark Rutland
1
-6
/
+6
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2
-20
/
+2
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19
Thomas Gleixner
1
-14
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-25
crypto: nx - don't abuse shash MAY_SLEEP flag
Eric Biggers
3
-16
/
+8
2019-04-08
crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'
YueHaibing
2
-6
/
+3
2018-12-23
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
1
-1
/
+0
2018-08-17
Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-3
/
+28
2018-08-07
crypto/nx: Initialize 842 high and normal RxFIFO control registers
Haren Myneni
1
-3
/
+28
2018-07-08
crypto: shash - remove useless setting of type flags
Eric Biggers
3
-3
/
+0
2018-05-18
crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"
Colin Ian King
1
-1
/
+1
2018-02-22
crypto: nx-842 - Delete an error message for a failed memory allocation in nx...
Markus Elfring
1
-3
/
+2
2017-11-29
crypto: nx - fix spelling mistake: "availavle" -> "available"
Colin Ian King
1
-2
/
+2
2017-11-16
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-97
/
+72
2017-11-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-6
/
+7
2017-11-12
crypto/nx: Do not initialize workmem allocation
Haren Myneni
1
-1
/
+1
2017-11-12
crypto/nx: Use percpu send window for NX requests
Haren Myneni
1
-81
/
+68
[next]