summaryrefslogtreecommitdiff
path: root/net/tls/tls_device.c
AgeCommit message (Expand)Author
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
2022-04-08tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski
2022-04-08tls: rx: don't store the decryption status in socket contextJakub Kicinski
2022-03-21net/tls: optimize judgement processes in tls_set_device_offload()Ziyang Xuan
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce
2021-06-01net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy
2021-06-01net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy
2021-04-27net/tls: Remove redundant initialization of recordJiapeng Chong
2021-03-24net/tls: Fix a typo in tls_device.cWang Hai
2021-01-18net/tls: Except bond interface from some TLS checksTariq Toukan
2021-01-18net/tls: Device offload to use lowest netdevice in chainTariq Toukan
2020-12-01net/tls: make sure tls offload sets salt_sizeRohit Maheshwari