summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)AuthorFilesLines
2019-05-05net/tls: fix copy to fragments in reencryptJakub Kicinski1-7/+22
2019-05-05net/tls: don't copy negative amounts of data in reencryptJakub Kicinski1-6/+8
2019-05-05net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski1-1/+2
2019-05-02net/tls: don't leak IV and record seq when offload failsJakub Kicinski3-6/+4
2019-05-02net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski1-0/+2
2019-05-02net/tls: fix refcount adjustment in fallbackJakub Kicinski1-3/+10
2019-04-27net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski1-0/+2
2019-04-27net/tls: don't leak partially sent record in device modeJakub Kicinski3-14/+30
2019-04-27net/tls: fix the IV leaksJakub Kicinski1-1/+4
2019-01-29net: tls: Fix deadlock in free_resources txDave Watson1-0/+2
2019-01-29net: tls: Save iv in tls_rec for async crypto requestsDave Watson1-1/+3
2018-12-22Merge 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-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-15/+42
2018-12-21bpf: tls_sw, init TLS ULP removes BPF proto hooksJohn Fastabend1-2/+12
2018-12-21bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend1-13/+30
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+27
2018-12-20net/tls: allocate tls context using GFP_ATOMICGanesh Goudar1-1/+1
2018-12-15net/tls: sleeping function from invalid contextAtul Gupta1-13/+23
2018-12-15net/tls: Init routines in create_ctxAtul Gupta1-3/+3
2018-11-29bpf: helper to pop data from messagesJohn Fastabend1-2/+9
2018-11-02Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-4/+4
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-2/+2
2018-10-24iov_iter: Use accessor functionDavid Howells1-2/+2
2018-10-21ulp: remove uid and user_visible membersDaniel Borkmann1-2/+0
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 Fastabend2-18/+9
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann3-328/+186
2018-10-03tls: Add support for inplace records encryptionVakul Garg1-18/+73
2018-09-29tls: Remove redundant vars from tls record structureVakul Garg1-49/+43
2018-09-28net/tls: Make function get_rec() staticWei Yongjun1-1/+1
2018-09-25tls: Fixed a memory leak during socket closeVakul Garg1-2/+4
2018-09-25tls: Fix socket mem accounting error under async encryptionVakul Garg1-5/+16
2018-09-24tls: Fixed uninitialised vars warningVakul Garg1-2/+2
2018-09-24net/tls: Fixed race condition in async encryptionVakul Garg2-53/+32
2018-09-22net/tls: Add support for async encryption of records for performanceVakul Garg2-176/+464
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-18/+32
2018-09-17tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann1-0/+8
2018-09-17tls: async support causes out-of-bounds access in crypto APIsJohn Fastabend1-16/+23
2018-09-13tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca1-1/+1
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca4-13/+23
2018-09-13tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca1-4/+1
2018-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2018-09-12net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg1-4/+6
2018-09-09net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg1-0/+6
2018-09-02net/tls: Add support for async decryption of tls recordsVakul Garg1-13/+121
2018-08-30net/tls: Calculate nsg for zerocopy path without skb_cow_data.Doron Roberts-Kedes1-1/+79
2018-08-22tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend1-2/+7
2018-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1