aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_sw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-09net/tls: Disable async decrytion for tls1.3Vakul Garg1-2/+6
2019-02-01net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESSDave Watson1-2/+2
2019-02-01net: tls: Add tls 1.3 supportDave Watson1-22/+94
2019-02-01net: tls: Refactor control message handling on recvDave Watson1-44/+44
2019-02-01net: tls: Refactor tls aad space size calculationDave Watson1-8/+9
2019-02-01net: tls: Support 256 bit keysDave Watson1-4/+25
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-01-28net: tls: Fix deadlock in free_resources txDave Watson1-0/+2
2019-01-28net: tls: Save iv in tls_rec for async crypto requestsDave Watson1-1/+3
2019-01-17tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg1-70/+196
2019-01-17net/tls: Make function tls_sw_do_sendpage staticYueHaibing1-2/+2
2019-01-17net/tls: remove unused function tls_sw_sendpage_lockedYueHaibing1-10/+0
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2018-12-21tls: Do not call sk_memcopy_from_iter with zero lengthVakul Garg1-4/+6
2018-12-20bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend1-13/+30
2018-11-28bpf: helper to pop data from messagesJohn Fastabend1-2/+9
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-10-24iov_iter: Use accessor functionDavid Howells1-2/+2
2018-10-17bpf: sockmap, support for msg_peek in sk_msg with redirect ingressJohn Fastabend1-1/+2
2018-10-15tls: add bpf support to sk_msg handlingJohn Fastabend1-64/+375
2018-10-15tls: replace poll implementation with read hookJohn Fastabend1-13/+3
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann1-327/+184
2018-10-02tls: Add support for inplace records encryptionVakul Garg1-18/+73
2018-09-29tls: Remove redundant vars from tls record structureVakul Garg1-49/+43