summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* net: tls: fix messing up lists when bpf enabledJakub Kicinski2022-05-191-1/+3
* tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny2022-05-192-13/+95
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-0/+3
|\
| * tls: Fix context leak on tls_device_downMaxim Mikityanskiy2022-05-121-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-5/+7
|\|
| * tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy2022-04-271-5/+7
* | net: tls: fix async vs NIC crypto offloadJakub Kicinski2022-04-261-0/+2
* | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-261-2/+0
* | tls: rx: only copy IV from the packet for TLS 1.2Jakub Kicinski2022-04-131-10/+10
* | tls: rx: use MAX_IV_SIZE for allocationsJakub Kicinski2022-04-131-1/+1
* | tls: rx: use async as an in-out argumentJakub Kicinski2022-04-131-15/+16
* | tls: rx: return the already-copied data on crypto errorJakub Kicinski2022-04-131-6/+10
* | tls: rx: treat process_rx_list() errors as transientJakub Kicinski2022-04-131-12/+8
* | tls: rx: assume crypto always calls our callbackJakub Kicinski2022-04-131-3/+0
* | tls: rx: don't handle TLS 1.3 in the async crypto callbackJakub Kicinski2022-04-131-10/+5
* | tls: rx: move counting TlsDecryptErrors for syncJakub Kicinski2022-04-131-2/+2
* | tls: rx: reuse leave_on_list label for psockJakub Kicinski2022-04-131-8/+4
* | tls: rx: consistently use unlocked accessors for rx_listJakub Kicinski2022-04-131-5/+5
* | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-3/+0
* | tls: rx: jump out for cases which need to leave skb on listJakub Kicinski2022-04-101-21/+22
* | tls: rx: clear ctx->recv_pkt earlierJakub Kicinski2022-04-101-9/+7
* | tls: rx: inline consuming the skb at the end of the loopJakub Kicinski2022-04-101-24/+5
* | tls: rx: pull most of zc check out of the loopJakub Kicinski2022-04-101-4/+5
* | tls: rx: don't track the async countJakub Kicinski2022-04-101-7/+5
* | tls: rx: don't handle async in tls_sw_advance_skb()Jakub Kicinski2022-04-101-13/+9
* | tls: rx: factor out writing ContentType to cmsgJakub Kicinski2022-04-101-55/+36
* | tls: rx: simplify async waitJakub Kicinski2022-04-101-12/+2
* | tls: rx: wrap decryption arguments in a structureJakub Kicinski2022-04-101-22/+27
* | tls: rx: don't report text length from the bowels of decryptJakub Kicinski2022-04-101-19/+14
* | tls: rx: drop unnecessary arguments from tls_setup_from_iter()Jakub Kicinski2022-04-101-8/+6
* | tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski2022-04-082-8/+4
* | tls: rx: refactor decrypt_skb_update()Jakub Kicinski2022-04-081-33/+33
* | tls: rx: don't issue wake ups when data is decryptedJakub Kicinski2022-04-081-2/+0
* | tls: rx: replace 'back' with 'offset'Jakub Kicinski2022-04-081-5/+4
* | tls: rx: use a define for tag lengthJakub Kicinski2022-04-081-2/+2
* | tls: rx: init decrypted status in tls_read_size()Jakub Kicinski2022-04-081-4/+1
* | tls: rx: don't store the decryption status in socket contextJakub Kicinski2022-04-082-5/+8
* | tls: rx: don't store the record type in socket contextJakub Kicinski2022-04-081-21/+17
* | tls: rx: drop pointless else after gotoJakub Kicinski2022-04-081-2/+1
* | tls: rx: jump to a more appropriate labelJakub Kicinski2022-04-081-3/+4
|/
* net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan2022-04-011-1/+1
* net/tls: optimize judgement processes in tls_set_device_offload()Ziyang Xuan2022-03-211-31/+31
* net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf()Ziyang Xuan2022-03-211-10/+5
* tls: cap the output scatter list to something reasonableJakub Kicinski2022-02-041-1/+2
* net/tls: Fix another skb memory leak when running kTLS trafficGal Pressman2022-01-171-0/+1
* net/tls: Fix skb memory leak when running kTLS trafficGal Pressman2022-01-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-2/+2
|\
| * net/tls: Fix authentication failure in CCM modeTianjia Zhang2021-11-291-2/+2
* | net/tls: simplify the tls_set_sw_offload functionTianjia Zhang2021-11-301-19/+17
|/
* tls: fix replacing proto_opsJakub Kicinski2021-11-251-7/+40