summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chtls
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-253-17/+18
|\
| * net: silence data-races on sk_backlog.tailEric Dumazet2019-11-061-5/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-2/+2
| |\
| * | net/tls: rename tls_device to tls_toe_deviceJakub Kicinski2019-10-042-12/+12
| * | net/tls: move TOE-related structures to a separate headerJakub Kicinski2019-10-041-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-251-3/+2
|\ \ \ | |_|/ |/| |
| * | crypto: chtls - remove the redundant check in chtls_recvmsg()Yunfeng Ye2019-10-231-2/+1
| * | crypto: chtls - simplify a bit 'create_flowc_wr_skb()'Christophe JAILLET2019-10-051-1/+1
| |/
* | inet: stop leaking jiffies on the wireEric Dumazet2019-11-011-1/+1
* | net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-281-1/+1
|/
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-182-4/+8
|\
| * net/tls: use the full sk_proto pointerJakub Kicinski2019-09-051-2/+4
| * net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+4
* | crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel2019-07-261-14/+6
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-196-24/+6
* 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/+3
|\
| * crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior2019-02-221-1/+0
| * 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/+1
* | 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/+8
| * 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/+1
|/
* crypto: chtls - remove set but not used variable 'csk'YueHaibing2018-10-121-4/+0
* crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang2018-09-282-4/+2
* 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-151-1/+1
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-3/+2
| |\
| * | 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/+2
|\ \ | |/ |/|
| * crypto: chtls - use after free in chtls_pt_recvmsg()Dan Carpenter2018-06-151-3/+2
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
|/
* crypto: chtls - free beyond end rspq_skb_cacheAtul Gupta2018-05-311-1/+1
* crypto: chtls - kbuild warningsAtul Gupta2018-05-311-5/+6
* crypto: chtls - dereference null variableAtul Gupta2018-05-311-2/+1
* crypto: chtls - wait for memory sendmsg, sendpageAtul Gupta2018-05-313-3/+89
* crypto: chtls - key len correctionAtul Gupta2018-05-311-5/+1
* crypto: chtls - fix a missing-check bugWenwen Wang2018-05-271-3/+7
* crypto: chtls - generic handling of data and hdrAtul Gupta2018-05-273-53/+23
* crypto: chelsio - remove redundant assignment to cdev->portsColin Ian King2018-04-211-1/+0
* crypto: chelsio - don't leak information from the stack to userspaceColin Ian King2018-04-211-1/+1
* crypto: chelsio - Fix potential NULL pointer dereferencesGustavo A. R. Silva2018-04-211-0/+16