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