summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chtls
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-196-24/+6Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-053-13/+3Star
|\
| * crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior2019-02-221-1/+0Star
| * crypto: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-011-1/+2
| * crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing2019-01-111-11/+1Star
* | cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath2019-03-041-1/+1
* | net/tls: free ctx in sock destructAtul Gupta2019-01-221-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-204-80/+130
|\
| * crypto/chelsio/chtls: send/recv window updateAtul Gupta2018-12-142-26/+54
| * crypto/chelsio/chtls: macro correction in tx pathAtul Gupta2018-12-141-12/+8Star
| * crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta2018-12-142-19/+36
| * net/tls: sleeping function from invalid contextAtul Gupta2018-12-141-23/+32
* | cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur2018-11-231-2/+1Star
|/
* crypto: chtls - remove set but not used variable 'csk'YueHaibing2018-10-121-4/+0Star
* crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang2018-09-282-4/+2Star
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-292-2/+10
|\
| * crypto: chtls - fix null dereference chtls_free_uld()Ganesh Goudar2018-08-252-2/+10
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-161-1/+1
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-3/+2Star
| |\
| * | crypto: chtls - use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-07-131-1/+1
* | | tcp: use monotonic timestamps for PAWSArnd Bergmann2018-07-121-1/+1
| |/ |/|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-241-3/+2Star
|\ \ | |/ |/|
| * crypto: chtls - use after free in chtls_pt_recvmsg()Dan Carpenter2018-06-151-3/+2Star
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
|/
* crypto: chtls - free beyond end rspq_skb_cacheAtul Gupta2018-05-301-1/+1
* crypto: chtls - kbuild warningsAtul Gupta2018-05-301-5/+6
* crypto: chtls - dereference null variableAtul Gupta2018-05-301-2/+1Star
* crypto: chtls - wait for memory sendmsg, sendpageAtul Gupta2018-05-303-3/+89
* crypto: chtls - key len correctionAtul Gupta2018-05-301-5/+1Star
* crypto: chtls - fix a missing-check bugWenwen Wang2018-05-261-3/+7
* crypto: chtls - generic handling of data and hdrAtul Gupta2018-05-263-53/+23Star
* crypto: chelsio - remove redundant assignment to cdev->portsColin Ian King2018-04-201-1/+0Star
* crypto: chelsio - don't leak information from the stack to userspaceColin Ian King2018-04-201-1/+1
* crypto: chelsio - Fix potential NULL pointer dereferencesGustavo A. R. Silva2018-04-201-0/+16
* crypto: chtls - Makefile KconfigAtul Gupta2018-04-011-0/+4
* crypto: chtls - Program the TLS session KeyAtul Gupta2018-04-011-0/+412
* crypto: chtls - Inline TLS record RxAtul Gupta2018-04-012-1/+602
* crypto: chtls - Inline TLS record TxAtul Gupta2018-04-012-0/+1224
* crypto : chtls - CPL handler definitionAtul Gupta2018-04-011-0/+2126
* crypto: chtls - Register chtls with net tlsAtul Gupta2018-04-011-0/+575
* crypto: chtls - structure and macro for Inline TLSAtul Gupta2018-04-012-0/+685