aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+10
2018-08-25crypto: chtls - fix null dereference chtls_free_uld()Ganesh Goudar2-2/+10
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-6/+3
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-3/+2
2018-07-13crypto: chtls - use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-1/+1
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann1-1/+1
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers1-2/+1
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-2/+1
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+2
2018-06-15crypto: chtls - use after free in chtls_pt_recvmsg()Dan Carpenter1-3/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-31crypto: chtls - free beyond end rspq_skb_cacheAtul Gupta1-1/+1
2018-05-31crypto: chtls - kbuild warningsAtul Gupta1-5/+6
2018-05-31crypto: chtls - dereference null variableAtul Gupta1-2/+1
2018-05-31crypto: chtls - wait for memory sendmsg, sendpageAtul Gupta3-3/+89
2018-05-31crypto: chtls - key len correctionAtul Gupta1-5/+1
2018-05-31crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMHarsh Jain2-113/+97
2018-05-31crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain4-40/+17
2018-05-31crypto: chelsio - Return -ENOSPC for transient busy indication.Harsh Jain1-30/+26
2018-05-27crypto: chtls - fix a missing-check bugWenwen Wang1-3/+7
2018-05-27crypto: chtls - generic handling of data and hdrAtul Gupta3-53/+23
2018-05-19crypto: chelsio - request to HW should wrapAtul Gupta1-18/+17
2018-04-21crypto: chelsio - remove redundant assignment to cdev->portsColin Ian King1-1/+0
2018-04-21crypto: chelsio - don't leak information from the stack to userspaceColin Ian King1-1/+1
2018-04-21crypto: chelsio - Fix potential NULL pointer dereferencesGustavo A. R. Silva1-0/+16
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-217/+413
2018-03-31crypto: chtls - Makefile KconfigAtul Gupta3-0/+16
2018-03-31crypto: chtls - Program the TLS session KeyAtul Gupta1-0/+412
2018-03-31crypto: chtls - Inline TLS record RxAtul Gupta2-1/+602
2018-03-31crypto: chtls - Inline TLS record TxAtul Gupta2-0/+1224
2018-03-31crypto : chtls - CPL handler definitionAtul Gupta1-0/+2126
2018-03-31crypto: chtls - Register chtls with net tlsAtul Gupta1-0/+575
2018-03-31crypto: chtls - structure and macro for Inline TLSAtul Gupta2-0/+685
2018-03-31crypto: chcr - Inline TLS Key MacrosAtul Gupta2-1/+96
2018-03-31crypto: chelsio - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+5
2018-03-31crypto: chelsio - Remove declaration of static function from headerHarsh Jain2-147/+145
2018-03-16crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain4-108/+298
2018-03-16crypto: chelsio - Fix iv passed in fallback path for rfc3686Harsh Jain1-1/+1
2018-03-16crypto: chelsio - Update IV before sending request to HWHarsh Jain1-8/+11
2018-03-16crypto: chelsio - Fix src buffer dma lengthHarsh Jain1-5/+12
2018-03-16crypto: chelsio - Use kernel round function to align lengthsHarsh Jain2-40/+34
2018-03-09crypto: chelsio - no csum offload for ipsec pathAtul Gupta1-3/+2
2018-02-15crypto: chelsio - Make function aead_ccm_validate_input staticColin Ian King1-4/+4
2018-01-20crypto: chelsio - Fix indentation warningHarsh Jain1-5/+5
2018-01-18crypto: chelsio - Remove dst sg size zero checkHarsh Jain1-30/+13
2018-01-18crypto: chelsio - Add authenc versions of ctr and shaHarsh Jain2-23/+199
2018-01-18crypto: chelsio - Fix IV updated in XTS operationHarsh Jain1-4/+6
2018-01-18crypto: chelsio - check for sg nullHarsh Jain1-1/+2
2018-01-18crypto: chelsio - Fix IndentationHarsh Jain1-15/+13