aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chtls (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-13/+3
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath1-1/+1
2019-02-22crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior1-1/+0
2019-02-01crypto: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+2
2019-01-22net/tls: free ctx in sock destructAtul Gupta1-0/+4
2019-01-11crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing1-11/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-80/+130
2018-12-14crypto/chelsio/chtls: send/recv window updateAtul Gupta2-26/+54
2018-12-14crypto/chelsio/chtls: macro correction in tx pathAtul Gupta1-12/+8
2018-12-14crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta2-19/+36
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta1-23/+32
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur1-2/+1
2018-10-12crypto: chtls - remove set but not used variable 'csk'YueHaibing1-4/+0
2018-09-28crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang2-4/+2
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 Torvalds1-1/+1
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-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-27crypto: chtls - fix a missing-check bugWenwen Wang1-3/+7
2018-05-27crypto: chtls - generic handling of data and hdrAtul Gupta3-53/+23
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-03-31crypto: chtls - Makefile KconfigAtul Gupta1-0/+4
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