aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-13chcr_ktls: use tls_offload_context_tx and driver_state like other driversSabrina Dubroca1-24/+19
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski1-1/+1
2022-11-25ch_ktls: Use memcpy_from_page() instead of k[un]map_atomic()Anirudh Venkataramanan1-14/+12
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-1/+7
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-3/+3
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima1-1/+1
2021-05-13cxgb4/ch_ktls: Clear resources when pf4 device is removedAyush Sawal1-1/+79
2021-04-25ch_ktls: Remove redundant variable resultJiapeng Chong1-6/+4
2021-04-15ch_ktls: do not send snd_una update to TCB in middleVinay Kumar Yadav1-53/+0
2021-04-15ch_ktls: tcb close causes tls connection failureVinay Kumar Yadav1-19/+0
2021-04-15ch_ktls: fix device connection closeVinay Kumar Yadav1-0/+6
2021-04-15ch_ktls: Fix kernel panicVinay Kumar Yadav1-19/+5
2021-03-24ch_ktls: fix enum-conversion warningArnd Bergmann1-1/+1
2021-03-08net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the file chcr_ktls.cBhaskar Chowdhury1-4/+4
2021-01-03chcr_ktls: use AES library for single use cipherArd Biesheuvel1-12/+7
2020-12-05ch_ktls: fix build warning for ipv4-only configArnd Bergmann1-5/+1
2020-11-25ch_ktls: lock is not freedRohit Maheshwari1-1/+3
2020-11-11ch_ktls: stop the txq if reaches thresholdRohit Maheshwari1-3/+15
2020-11-11ch_ktls: tcb update fails sometimesRohit Maheshwari1-4/+8
2020-11-11ch_ktls/cxgb4: handle partial tag alone SKBsRohit Maheshwari1-1/+115
2020-11-11ch_ktls: don't free skb before sending FINRohit Maheshwari1-2/+10
2020-11-11ch_ktls: packet handling prior to start markerRohit Maheshwari1-5/+33
2020-11-11ch_ktls: Correction in middle record handlingRohit Maheshwari1-19/+31
2020-11-11ch_ktls: missing handling of header aloneRohit Maheshwari1-14/+11
2020-11-11ch_ktls: Correction in trimmed_len calculationRohit Maheshwari1-4/+7
2020-11-11cxgb4/ch_ktls: creating skbs causes panicRohit Maheshwari1-169/+115
2020-11-11ch_ktls: Update cheksum informationRohit Maheshwari1-4/+11
2020-11-11ch_ktls: Correction in finding correct lengthRohit Maheshwari1-7/+8
2020-11-11cxgb4/ch_ktls: decrypted bit is not enoughRohit Maheshwari1-4/+0
2020-09-29cxgb4/ch_ktls: ktls stats are added at port levelRohit Maheshwari1-10/+18
2020-09-29ch_ktls: Issue if connection offload failsRohit Maheshwari1-138/+145
2020-09-11crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari1-0/+2139