index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
chelsio
Age
Commit message (
Expand
)
Author
2017-12-22
crypto: chelsio - select CRYPTO_GF128MUL
Arnd Bergmann
2017-11-06
crypto: chcr - Replace _manual_ swap with swap macro
Gustavo A. R. Silva
2017-11-03
crypto: chelsio - Fix memory leak
Harsh Jain
2017-11-03
crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driver
Harsh Jain
2017-11-03
crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...
Harsh Jain
2017-11-03
crypto: chelsio - Use x8_ble gf multiplication to calculate IV.
Harsh Jain
2017-11-03
crypto: chelsio - Check error code with IS_ERR macro
Yeshaswi M R Gowda
2017-11-03
crypto: chelsio - Remove unused parameter
Yeshaswi M R Gowda
2017-10-12
crypto: chelsio - pr_err() strings should end with newlines
Arvind Yadav
2017-09-22
crypto: chelsio - Use GCM IV size constant
Corentin LABBE
2017-07-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-07-12
crypto: chcr - Avoid algo allocation in softirq.
Harsh Jain
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-06-20
net: introduce __skb_put_[zero, data, u8]
yuan linyu
2017-06-20
crypto: chcr - Select device in Round Robin fashion
Harsh Jain
2017-06-20
crypto: chcr - Ensure Destination sg entry size less than 2k
Harsh Jain
2017-06-20
chcr - Add debug counters
Harsh Jain
2017-06-20
crypto: chcr - Add ctr mode and process large sg entries for cipher
Harsh Jain
2017-06-20
crypto: chcr - Avoid changing request structure
Harsh Jain
2017-06-20
crypto: chcr - Return correct error code
Harsh Jain
2017-06-20
crypto: chcr - Fix fallback key setting
Harsh Jain
2017-06-20
crypto: chcr - Pass lcb bit setting to firmware
Harsh Jain
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
2017-04-21
crypto: chcr - Fix error handling related to 'chcr_alloc_shash'
Christophe Jaillet
2017-04-21
crypto: chcr - Add fallback for AEAD algos
Harsh Jain
2017-04-21
crypto: chcr - Fix txq ids.
Harsh Jain
2017-04-21
crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]
Harsh Jain
2017-04-21
crypto: chcr - Increase priority of AEAD algos.
Harsh Jain
2017-02-25
treewide: Remove remaining executable attributes from source files
Joe Perches
2017-02-03
crypto: chcr - Fix Smatch Complaint
Harsh Jain
2017-02-03
crypto: chcr - Fix wrong typecasting
Harsh Jain
2017-02-03
crypto: chcr - Change algo priority
Harsh Jain
2017-02-03
crypto: chcr - Change cra_flags for cipher algos
Harsh Jain
2017-02-03
crypto: chcr - Use cipher instead of Block Cipher in gcm setkey
Harsh Jain
2017-02-03
crypto: chcr - fix itnull.cocci warnings
Harsh Jain
2017-02-03
crypto: chcr - Change flow IDs
Harsh Jain
2017-02-03
crypto: chcr - Fix key length for RFC4106
Harsh Jain
2017-02-03
crypto: chcr - Check device is allocated before use
Harsh Jain
2017-02-03
crypto: chcr - Fix panic on dma_unmap_sg
Harsh Jain
2016-12-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-12-07
crypto: chcr - checking for IS_ERR() instead of NULL
Dan Carpenter
2016-12-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-30
crypto: chcr - Add AEAD algos.
Harsh Jain
2016-11-30
crypto: chcr - Move tfm ctx variable to request context
Harsh Jain
2016-11-30
crypto: chcr - Use SHASH_DESC_ON_STACK
Harsh Jain
2016-11-30
crypto: chcr - Adjust Dest. buffer size
Harsh Jain
2016-11-30
crypto: chcr - Calculate Reverse round key in setkey callback.
Harsh Jain
2016-11-30
crypto: chcr - Remove dynamic allocation
Harsh Jain
2016-11-30
crypto: chcr - Fixes Unchecked dereference inside function
Harsh Jain
2016-11-30
crypto: chcr - Added new structure chcr_wr
Harsh Jain
[next]