aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/chelsio
AgeCommit message (Expand)Author
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-09crypto: chelsio - count incomplete block in IVAtul Gupta
2019-05-09crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta
2019-05-09crypto: chelsio - Fix NULL pointer dereferenceAtul Gupta
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath
2019-02-28crypto: chelsio - Fixed Traffic StallAtul Gupta
2019-02-22crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior
2019-02-01crypto: prefix header search paths with $(srctree)/Masahiro Yamada
2019-02-01crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing
2019-01-25crypto: chelsio - Inline single pdu onlyAtul Gupta
2019-01-25crypto: chelsio - avoid using sa_entry immAtul Gupta
2019-01-22net/tls: free ctx in sock destructAtul Gupta
2019-01-11crypto: chelsio - remove set but not used variables 'adap'YueHaibing
2019-01-11crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing
2019-01-11crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-12-23crypto: chelsio - Fix wrong error counter incrementsHarsh Jain
2018-12-23crypto: chelsio - Reset counters on cxgb4 DetachHarsh Jain
2018-12-23crypto: chelsio - Handle PCI shutdown eventHarsh Jain
2018-12-23crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain
2018-12-23crypto: chelsio - Use same value for both channel in single WRHarsh Jain
2018-12-23crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain
2018-12-23crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19drivers: chelsio: use skb_sec_path helperFlorian Westphal
2018-12-14crypto/chelsio/chtls: send/recv window updateAtul Gupta
2018-12-14crypto/chelsio/chtls: macro correction in tx pathAtul Gupta
2018-12-14crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta
2018-12-07crypto: chcr - ESN for Inline IPSec TxAtul Gupta
2018-12-07crypto: chcr - small packet Tx stalls the queueAtul Gupta
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur
2018-11-09crypto: chelsio - clean up various indentation issuesColin Ian King
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-10-18cxgb4: fix the error path of cxgb4_uld_register()Ganesh Goudar
2018-10-17crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain
2018-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2018-10-12crypto: chtls - remove set but not used variable 'csk'YueHaibing
2018-09-28crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang
2018-09-28crypto: chelsio - Remove VLA usage of skcipherKees Cook
2018-09-28crypto: chelsio - Fix memory corruption in DMA Mapped buffers.Harsh Jain
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-25crypto: chtls - fix null dereference chtls_free_uld()Ganesh Goudar
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2018-07-13crypto: chtls - use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva