summaryrefslogtreecommitdiffstats
path: root/net/tls
AgeCommit message (Expand)Author
2019-01-28net: tls: Fix deadlock in free_resources txDave Watson
2019-01-28net: tls: Save iv in tls_rec for async crypto requestsDave Watson
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-21tls: Do not call sk_memcopy_from_iter with zero lengthVakul Garg
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-20bpf: tls_sw, init TLS ULP removes BPF proto hooksJohn Fastabend
2018-12-20bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19net/tls: allocate tls context using GFP_ATOMICGanesh Goudar
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta
2018-12-14net/tls: Init routines in create_ctxAtul Gupta
2018-11-28bpf: helper to pop data from messagesJohn Fastabend
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-10-20ulp: remove uid and user_visible membersDaniel Borkmann
2018-10-17bpf: sockmap, support for msg_peek in sk_msg with redirect ingressJohn Fastabend
2018-10-15tls: add bpf support to sk_msg handlingJohn Fastabend
2018-10-15tls: replace poll implementation with read hookJohn Fastabend
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann
2018-10-02tls: Add support for inplace records encryptionVakul Garg
2018-09-29tls: Remove redundant vars from tls record structureVakul Garg
2018-09-28net/tls: Make function get_rec() staticWei Yongjun
2018-09-25tls: Fixed a memory leak during socket closeVakul Garg
2018-09-25tls: Fix socket mem accounting error under async encryptionVakul Garg
2018-09-24tls: Fixed uninitialised vars warningVakul Garg
2018-09-24net/tls: Fixed race condition in async encryptionVakul Garg
2018-09-21net/tls: Add support for async encryption of records for performanceVakul Garg
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-17tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann
2018-09-17tls: async support causes out-of-bounds access in crypto APIsJohn Fastabend
2018-09-13tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca
2018-09-13tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-12net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg
2018-09-09net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg
2018-09-01net/tls: Add support for async decryption of tls recordsVakul Garg
2018-08-29net/tls: Calculate nsg for zerocopy path without skb_cow_data.Doron Roberts-Kedes
2018-08-22tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend
2018-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg
2018-08-05net/tls: Mark the end in scatterlist tableVakul Garg
2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers
2018-08-01net/tls: Use kmemdup to simplify the codezhong jiang
2018-07-30net/tls: Use socket data_ready callback on record availabilityVakul Garg
2018-07-28tls: Fix improper revert in zerocopy_from_iterDoron Roberts-Kedes
2018-07-28tls: Remove dead code in tls_sw_sendmsgDoron Roberts-Kedes