summaryrefslogtreecommitdiff
path: root/net/tls/tls_device.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12net: move skb ref helpers to new headerMina Almasry1-0/+1
2023-10-23tls: don't reset prot->aad_size and prot->tail_size for TLS_HWSabrina Dubroca1-1/+1
2023-10-13tls: use fixed size for tls_offload_context_{tx,rx}.driver_stateSabrina Dubroca1-2/+2
2023-10-13tls: remove tls_context argument from tls_set_device_offloadSabrina Dubroca1-7/+7
2023-10-13tls: remove tls_context argument from tls_set_sw_offloadSabrina Dubroca1-1/+1
2023-10-13tls: add a helper to allocate/initialize offload_ctx_txSabrina Dubroca1-14/+25
2023-10-13tls: also use init_prot_info in tls_set_device_offloadSabrina Dubroca1-10/+4
2023-10-13tls: store iv directly within cipher_contextSabrina Dubroca1-11/+2
2023-10-13tls: store rec_seq directly within cipher_contextSabrina Dubroca1-9/+2
2023-10-13tls: drop unnecessary cipher_type checks in tls offloadSabrina Dubroca1-7/+1
2023-08-28tls: expand use of tls_cipher_desc in tls_set_device_offloadSabrina Dubroca1-18/+4
2023-08-28tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca1-17/+17
2023-08-28tls: reduce size of tls_cipher_size_descSabrina Dubroca1-2/+2
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-31/+33
2023-08-06net: tls: avoid discarding data on record closeJakub Kicinski1-31/+33
2023-07-28net/tls: handle MSG_EOR for tls_device TX flowHannes Reinecke1-1/+5
2023-06-25net: Kill MSG_SENDPAGE_NOTLASTDavid Howells1-2/+1
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-17/+0
2023-06-25tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells1-2/+2
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski1-2/+2
2023-06-09tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-69/+23
2023-06-09tls/device: Support MSG_SPLICE_PAGESDavid Howells1-0/+26
2023-06-09tls/device: Use splice_eof() to flushDavid Howells1-0/+23
2023-06-09tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells1-1/+2
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+8
2023-05-19tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski1-14/+8
2023-05-19tls: rx: device: fix checking decryption statusJakub Kicinski1-1/+1
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-6/+4
2023-03-07net: tls: fix device-offloaded sendpage straddling recordsJakub Kicinski1-0/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-09-23net/tls: Support 256 bit keys with TX device offloadGal Pressman1-0/+6
2022-09-23net/tls: Use cipher sizes structsGal Pressman1-26/+29
2022-08-11net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-9/+29
2022-08-11tls: rx: device: bound the frag walkJakub Kicinski1-1/+7
2022-08-01net/tls: Remove redundant workqueue flush before destroyTariq Toukan1-1/+0
2022-07-29net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan1-32/+31
2022-07-29net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan1-8/+18
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2022-07-27tls: rx: device: add input CoW helperJakub Kicinski1-10/+9
2022-07-24net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy1-1/+6
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2022-07-18net/tls: Fix race in TLS device down flowTariq Toukan1-3/+5
2022-07-18tls: rx: read the input skb from ctx->recv_pktJakub Kicinski1-9/+16
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-07-14net/tls: Check for errors in tls_device_initTariq Toukan1-2/+2
2022-07-09tls: create an internal headerJakub Kicinski1-1/+2
2022-05-19tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny1-13/+40
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-05-12tls: Fix context leak on tls_device_downMaxim Mikityanskiy1-0/+3
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+7