aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_sw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-4/+27
2020-01-15bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend1-4/+1
2020-01-15bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend1-0/+6
2020-01-15bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend1-0/+20
2020-01-10net/tls: fix async operationJakub Kicinski1-2/+2
2020-01-10net/tls: avoid spurious decryption error with HW resyncJakub Kicinski1-3/+3
2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic1-4/+4
2019-11-28net/tls: use sg_next() to walk sg entriesJakub Kicinski1-1/+2
2019-11-28net/tls: remove the dead inplace_crypto codeJakub Kicinski1-5/+1
2019-11-28net/tls: free the record on encryption errorJakub Kicinski1-2/+8
2019-11-28net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski1-5/+8
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+11
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn1-0/+11
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-20/+10
2019-11-06net/tls: add a TX lockJakub Kicinski1-14/+7
2019-11-06net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski1-6/+3
2019-10-07net/tls: store decrypted on a single bitJakub Kicinski1-3/+3
2019-10-07net/tls: store async_capable on a single bitJakub Kicinski1-2/+3
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski1-1/+1
2019-10-05net/tls: add TlsDecryptError statJakub Kicinski1-0/+5
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski1-4/+2
2019-07-22net/tls: remove sock unlock/lock around strp_done()John Fastabend1-10/+30
2019-07-22net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend1-7/+17
2019-07-22net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski1-7/+12
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-07-07net/tls: fix poll ignoring partially copied recordsJakub Kicinski1-1/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2019-06-12net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend1-1/+0
2019-06-11net/tls: add kernel-driven TLS RX resyncJakub Kicinski1-1/+1
2019-06-11net/tls: rename handle_device_resync()Jakub Kicinski1-1/+2
2019-06-11net/tls: pass record number as a byte arrayJakub Kicinski1-4/+4
2019-06-04net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski1-5/+4
2019-06-04net/tls: don't look for decrypted frames on non-offloaded socketsJakub Kicinski1-3/+5
2019-05-26net/tls: fix no wakeup on partial readsJakub Kicinski1-6/+2
2019-05-26net/tls: fix lowat calculation if some data came from previous recordJakub Kicinski1-7/+6
2019-05-09net/tls: handle errors from padding_length()Jakub Kicinski1-8/+22
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-04-20net/tls: don't leak IV and record seq when offload failsJakub Kicinski1-0/+3
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+1
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski1-14/+1
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-03-29net: tls: prevent false connection termination with offloadJakub Kicinski1-0/+2
2019-03-21net/tls: Replace kfree_skb() with consume_skb()Vakul Garg1-3/+3
2019-03-20net/tls: Add support of AES128-CCM based ciphersVakul Garg1-16/+51
2019-03-03tls: Fix tls_device receiveBoris Pismenny1-11/+14
2019-03-03tls: Fix mixing between async capable and asyncEran Ben Elisha1-6/+9
2019-03-03tls: Fix write space handlingBoris Pismenny1-0/+13
2019-02-24tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg1-11/+67
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg1-81/+91
2019-02-12net/tls: Do not use async crypto for non-data recordsVakul Garg1-6/+12