| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: tcrpyt - Remove unnecessary kmap/kunmap calls | Herbert Xu | 2008-07-10 | 1 | -10/+5 |
* | crypto: ixp4xx - Hardware crypto support for IXP4xx CPUs | Christian Hohnstaedt | 2008-07-10 | 3 | -0/+1516 |
* | crypto: talitos - Freescale integrated security engine (SEC) driver | Kim Phillips | 2008-07-10 | 4 | -0/+1684 |
* | [CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc mode | Neil Horman | 2008-07-10 | 2 | -3/+106 |
* | [CRYPTO] rmd: Use pointer form of endian swapping operations | Herbert Xu | 2008-07-10 | 4 | -8/+8 |
* | [CRYPTO] hifn: Simplify code using ARRAY_SIZE() macro | Robert P. J. Day | 2008-07-10 | 1 | -1/+1 |
* | [CRYPTO] rmd320: Fix endian issues | Adrian-Ken Rueegsegger | 2008-07-10 | 1 | -28/+9 |
* | [CRYPTO] rmd256: Fix endian issues | Adrian-Ken Rueegsegger | 2008-07-10 | 1 | -28/+9 |
* | [CRYPTO] rmd160: Fix endian issues | Adrian-Ken Rueegsegger | 2008-07-10 | 1 | -28/+9 |
* | [CRYPTO] rmd128: Fix endian problems | Adrian-Ken Rueegsegger | 2008-07-10 | 1 | -28/+9 |
* | [CRYPTO] hifn: Remove duplicated include | Huang Weiyi | 2008-07-10 | 1 | -1/+0 |
* | [CRYPTO] tcrypt: Use asynchronous hash interface | Loc Ho | 2008-07-10 | 1 | -19/+57 |
* | [CRYPTO] cryptd: Add asynchronous hash support | Loc Ho | 2008-07-10 | 2 | -0/+244 |
* | [CRYPTO] hash: Add asynchronous hash support | Loc Ho | 2008-07-10 | 8 | -15/+507 |
* | [CRYPTO] ripemd: Add Kconfig entries for extended RIPEMD hash algorithms | Adrian-Ken Rueegsegger | 2008-07-10 | 1 | -0/+25 |
* | [CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320 | Adrian-Ken Rueegsegger | 2008-07-10 | 2 | -2/+155 |
* | [CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320 | Adrian-Ken Rueegsegger | 2008-07-10 | 3 | -0/+777 |
* | [CRYPTO] ripemd: Put all common RIPEMD values in header file | Adrian-Ken Rueegsegger | 2008-07-10 | 3 | -18/+35 |
* | [CRYPTO] tcrypt: Catch cipher destination memory corruption | Patrick McHardy | 2008-07-10 | 1 | -5/+21 |
* | [HIFN]: Have HW invalidate src and dest descriptors after processing | Patrick McHardy | 2008-07-10 | 1 | -4/+4 |
* | [HIFN]: Move command descriptor setup to seperate function | Patrick McHardy | 2008-07-10 | 1 | -101/+104 |
* | [HIFN]: Fix max queue length value | Patrick McHardy | 2008-07-10 | 1 | -1/+1 |
* | [HIFN]: Properly initialize ivsize for CBC modes | Patrick McHardy | 2008-07-10 | 1 | -0/+3 |
* | [HIFN]: Use unique driver names for different algos | Patrick McHardy | 2008-07-10 | 1 | -13/+14 |
* | [HIFN]: Properly handle requests for less than the full scatterlist | Patrick McHardy | 2008-07-10 | 1 | -10/+10 |
* | [HIFN]: Fix data alignment checks | Patrick McHardy | 2008-07-10 | 1 | -28/+14 |
* | [HIFN]: Handle ablkcipher_walk errors | Patrick McHardy | 2008-07-10 | 1 | -1/+4 |
* | [HIFN]: Indicate asynchronous processing to crypto API | Patrick McHardy | 2008-07-10 | 1 | -2/+2 |
* | [HIFN]: Remove printk_ratelimit() for debugging printk | Patrick McHardy | 2008-07-10 | 1 | -1/+1 |
* | [HIFN]: Endianess fixes | Patrick McHardy | 2008-07-10 | 1 | -30/+30 |
* | [CRYPTO] tcrpyt: Get rid of change log in source | Herbert Xu | 2008-07-10 | 2 | -15/+0 |
* | [CRYPTO] ripemd: Add Kconfig entries for RIPEMD hash algorithms | Adrian-Ken Rueegsegger | 2008-07-10 | 1 | -0/+26 |
* | [CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160 | Adrian-Ken Rueegsegger | 2008-07-10 | 2 | -1/+320 |
* | [CRYPTO] ripemd: Add support for RIPEMD hash algorithms | Adrian-Ken Rueegsegger | 2008-07-10 | 4 | -0/+760 |
* | [CRYPTO] cryptd: Fix EINPROGRESS notification context | Herbert Xu | 2008-07-10 | 1 | -5/+4 |
* | crypto: chainiv - Invoke completion function | Herbert Xu | 2008-07-10 | 1 | -2/+8 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2008-07-09 | 1 | -0/+4 |
|\ |
|
| * | RDMA/cxgb3: Fix regression caused by class_device -> device conversion | Steve Wise | 2008-07-08 | 1 | -0/+4 |
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-07-08 | 1 | -0/+2 |
|\ \ |
|
| * | | [PATCH] ocfs2/dlm: Fixes oops in dlm_new_lockres() | Sunil Mushran | 2008-07-07 | 1 | -0/+2 |
* | | | powerpc: Add missing reference to coherent_dma_mask | Vitaly Bordug | 2008-07-08 | 1 | -0/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2008-07-08 | 1 | -9/+1 |
|\ \ \ |
|
| * | | | crypto: tcrypt - Fix memory leak in test_cipher | Darren Jenkins | 2008-07-08 | 1 | -9/+1 |
* | | | | kernel/printk.c: Made printk_recursion_bug_msg static. | Daniel Guilak | 2008-07-08 | 1 | -1/+1 |
* | | | | Fix broken fix for fsl-diu-db | Takashi Iwai | 2008-07-08 | 1 | -2/+2 |
* | | | | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2008-07-08 | 2 | -13/+12 |
|\ \ \ \ |
|
| * | | | | SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookups | Trond Myklebust | 2008-07-08 | 1 | -8/+9 |
| * | | | | SUNRPC: Fix a double-free in rpcbind | Trond Myklebust | 2008-07-08 | 1 | -4/+2 |
| * | | | | NFS: Fix readdir cache invalidation | Trond Myklebust | 2008-07-08 | 1 | -1/+1 |
* | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2008-07-08 | 3 | -34/+37 |
|\ \ \ \ \ |
|