summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-143-5/+10
|\
| * net/tls: Check for errors in tls_device_initTariq Toukan2022-07-142-3/+8
* | tls: rx: fix the NoPad getsockoptJakub Kicinski2022-07-111-5/+4
* | tls: rx: add counter for NoPad violationsJakub Kicinski2022-07-112-0/+3
* | tls: fix spelling of MIBJakub Kicinski2022-07-112-2/+2
* | tls: rx: make tls_wait_data() return an recvmsg retcodeJakub Kicinski2022-07-081-27/+26
* | tls: create an internal headerJakub Kicinski2022-07-087-7/+337
* | tls: rx: coalesce exit paths in tls_decrypt_sg()Jakub Kicinski2022-07-081-9/+5
* | tls: rx: wrap decrypt params in a structJakub Kicinski2022-07-081-30/+30
* | tls: rx: always allocate max possible aad size for decryptJakub Kicinski2022-07-081-9/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-071-4/+4
|\|
| * Revert "tls: rx: move counting TlsDecryptErrors for sync"Gal Pressman2022-07-061-4/+4
* | tls: rx: periodically flush socket backlogJakub Kicinski2022-07-061-0/+23
* | tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3Jakub Kicinski2022-07-063-7/+90
* | tls: rx: support optimistic decrypt to user buffer with TLS 1.3Jakub Kicinski2022-07-061-9/+29
* | tls: rx: don't include tail size in data_lenJakub Kicinski2022-07-061-4/+4
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-3/+3
|/
* sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-231-0/+2
* Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski2022-06-231-3/+0
* net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan2022-06-201-0/+3
* tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TXMaxim Mikityanskiy2022-06-091-4/+4
* 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