| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | crypto: qat - fix checkpatch CODE_INDENT issue | Allan, Bruce W | 2015-04-01 | 1 | -1/+1 |
* | crypto: qat - fix checkpatch COMPARISON_TO_NULL issue | Allan, Bruce W | 2015-04-01 | 1 | -1/+1 |
* | crypto: qat - fix checkpatch BIT_MACRO issues | Allan, Bruce W | 2015-04-01 | 2 | -5/+5 |
* | crypto: qat - fix checkpatch CONCATENATED_STRING issues | Allan, Bruce W | 2015-04-01 | 1 | -4/+4 |
* | crypto: qat - checkpatch PARENTHESIS_ALIGNMENT and LOGICAL_CONTINUATIONS | Allan, Bruce W | 2015-04-01 | 1 | -2/+2 |
* | crypto: qat - fix checkpatch CHECK_SPACING issues | Allan, Bruce W | 2015-04-01 | 1 | -1/+1 |
* | crypto: qat - fix typo | Allan, Bruce W | 2015-04-01 | 1 | -14/+14 |
* | crypto: qat - make error and info log messages more descriptive | Allan, Bruce W | 2015-03-23 | 12 | -91/+137 |
* | crypto: qat - fix typo in string | Allan, Bruce W | 2015-03-23 | 1 | -1/+1 |
* | crypto: qat - remove duplicate definition of Intel PCI vendor id | Allan, Bruce W | 2015-03-23 | 1 | -1/+0 |
* | crypto: qat - remove incorrect __exit markup | Dmitry Torokhov | 2015-03-12 | 1 | -1/+1 |
* | crypto: qat - don't need qat_auth_state struct | Tadeusz Struk | 2015-01-16 | 1 | -6/+0 |
* | crypto: qat - Ensure ipad and opad are zeroed | Herbert Xu | 2015-01-14 | 1 | -9/+6 |
* | crypto: qat - remove unnecessary include of atomic.h header file | Allan, Bruce W | 2015-01-13 | 2 | -2/+0 |
* | crypto: qat - use pci_wait_for_pending_transaction() | Allan, Bruce W | 2015-01-13 | 1 | -15/+2 |
* | crypto: qat - adf_ae_stop() is never called | Allan, Bruce W | 2015-01-13 | 1 | -1/+1 |
* | crypto: qat - correctly type a boolean | Allan, Bruce W | 2015-01-13 | 1 | -2/+3 |
* | crypto: qat - fix device reset flow | Allan, Bruce W | 2015-01-13 | 8 | -47/+128 |
* | crypto: qat - Fix incorrect uses of memzero_explicit | Herbert Xu | 2015-01-08 | 1 | -25/+20 |
* | crypto: qat - add support for cbc(aes) ablkcipher | Tadeusz Struk | 2014-12-22 | 3 | -112/+433 |
* | crypto: qat - Fix assumption that sg in and out will have the same nents | Tadeusz Struk | 2014-12-22 | 2 | -33/+50 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-12-13 | 10 | -39/+52 |
|\ |
|
| * | crypto: qat - fix problem with coalescing enable logic | Tadeusz Struk | 2014-12-04 | 1 | -7/+8 |
| * | crytpo: qat - Fix 64 bytes requests | Struk, Tadeusz | 2014-11-25 | 1 | -3/+6 |
| * | crypto: prefix module autoloading with "crypto-" | Kees Cook | 2014-11-24 | 1 | -1/+2 |
| * | crypto: qat - Use memzero_explicit | Struk, Tadeusz | 2014-11-17 | 1 | -14/+22 |
| * | crypto: qat - Move BAR definitions to device specific module | Tadeusz Struk | 2014-11-06 | 3 | -3/+4 |
| * | crypto: qat - misspelling typo - "reseting" should be "resetting" | Bruce Allan | 2014-10-24 | 1 | -1/+1 |
| * | crypto: qat - cleanup unnecessary break checkpatch warning | Bruce Allan | 2014-10-24 | 1 | -1/+0 |
| * | crypto: qat - cleanup coccicheck warning - NULL check before freeing functions | Bruce Allan | 2014-10-24 | 1 | -8/+4 |
| * | crypto: qat - fix bad unlock balance | Bruce Allan | 2014-10-24 | 1 | -1/+5 |
* | | crypto: qat - Enforce valid numa configuration | Tadeusz Struk | 2014-10-24 | 7 | -34/+30 |
* | | crypto: qat - Prevent dma mapping zero length assoc data | Tadeusz Struk | 2014-10-24 | 1 | -0/+2 |
|/ |
|
* | crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c | Behan Webster | 2014-10-14 | 1 | -17/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-10-08 | 4 | -68/+16 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2014-10-02 | 1 | -1/+1 |
| |\ |
|
| * | | crypto: qat - Removed unneeded partial state | Tadeusz Struk | 2014-09-24 | 1 | -59/+7 |
| * | | crypto: qat - Fix typo in name of tasklet_struct | Tadeusz Struk | 2014-09-24 | 2 | -5/+5 |
| * | | crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev | 2014-08-29 | 1 | -3/+3 |
| * | | crypto: qat - Fix return value check in adf_chr_drv_create() | Wei Yongjun | 2014-08-25 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-10-07 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | treewide: fix errors in printk | Masanari Iida | 2014-09-01 | 1 | -1/+1 |
| |/ |
|
* | | crypto: qat - Enable all 32 IRQs | Tadeusz Struk | 2014-09-18 | 1 | -1/+1 |
|/ |
|
* | crypto: qat - Fixed SKU1 dev issue | Tadeusz Struk | 2014-08-01 | 2 | -6/+2 |
* | crypto: qat - Use hweight for bit counting | Tadeusz Struk | 2014-08-01 | 1 | -13/+2 |
* | crypto: qat - Updated print outputs | Tadeusz Struk | 2014-08-01 | 4 | -14/+13 |
* | crypto: qat - change ae_num to ae_id | Tadeusz Struk | 2014-08-01 | 2 | -48/+45 |
* | crypto: qat - change slice->regions to slice->region | Tadeusz Struk | 2014-08-01 | 2 | -12/+12 |
* | crypto: qat - use min_t macro | Tadeusz Struk | 2014-08-01 | 1 | -2/+2 |
* | crypto: qat - remove unnecessary parentheses | Tadeusz Struk | 2014-08-01 | 3 | -31/+31 |