summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-255-32/+32
|\
| * cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy2019-11-221-14/+13
| * 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: allow compiling TLS TOE outJakub Kicinski2019-10-041-1/+1
| * | 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-254-182/+175
|\ \ \ | |_|/ |/| |
| * | crypto: chelsio - switch to skcipher APIArd Biesheuvel2019-11-173-179/+173
| * | 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 - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-10/+10
* | crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel2019-07-265-61/+26
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-196-24/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* crypto: chelsio - count incomplete block in IVAtul Gupta2019-05-091-2/+2
* crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta2019-05-092-14/+3
* crypto: chelsio - Fix NULL pointer dereferenceAtul Gupta2019-05-091-1/+2
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-057-38/+36
|\
| * crypto: chelsio - Fixed Traffic StallAtul Gupta2019-02-281-13/+20
| * crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior2019-02-221-1/+0
| * crypto: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-012-2/+3
| * crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing2019-02-011-2/+2
| * crypto: chelsio - Inline single pdu onlyAtul Gupta2019-01-251-0/+3
| * crypto: chelsio - avoid using sa_entry immAtul Gupta2019-01-252-7/+5
| * crypto: chelsio - remove set but not used variables 'adap'YueHaibing2019-01-111-2/+0
| * crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing2019-01-111-2/+4
| * 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 branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-276-284/+568
|\
| * crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-1/+0
| * crypto: chelsio - Fix wrong error counter incrementsHarsh Jain2018-12-232-10/+10
| * crypto: chelsio - Reset counters on cxgb4 DetachHarsh Jain2018-12-231-0/+4
| * crypto: chelsio - Handle PCI shutdown eventHarsh Jain2018-12-233-93/+278
| * crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain2018-12-231-8/+8
| * crypto: chelsio - Use same value for both channel in single WRHarsh Jain2018-12-232-8/+6
| * crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain2018-12-233-120/+104
| * crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing2018-12-231-2/+1
| * crypto: chcr - ESN for Inline IPSec TxAtul Gupta2018-12-072-36/+148
| * crypto: chcr - small packet Tx stalls the queueAtul Gupta2018-12-071-1/+4
| * crypto: chelsio - clean up various indentation issuesColin Ian King2018-11-091-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-204-80/+130
|\ \