summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2019-03-13net/tls: Inform user space about send buffer availabilityVakul Garg
2019-03-03tls: Fix tls_device receiveBoris Pismenny
2019-03-03tls: Fix mixing between async capable and asyncEran Ben Elisha
2019-03-03tls: Fix write space handlingBoris Pismenny
2019-03-03tls: Fix tls_device handling of partial recordsBoris Pismenny
2019-02-24tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg
2019-02-12net/tls: Do not use async crypto for non-data recordsVakul Garg
2019-02-09net/tls: Disable async decrytion for tls1.3Vakul Garg
2019-02-01net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESSDave Watson
2019-02-01net: tls: Add tls 1.3 supportDave Watson
2019-02-01net: tls: Refactor control message handling on recvDave Watson
2019-02-01net: tls: Refactor tls aad space size calculationDave Watson
2019-02-01net: tls: Support 256 bit keysDave Watson
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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
2019-01-22net/tls: free ctx in sock destructAtul Gupta
2019-01-22net/tls: build_protos moved to common routineAtul Gupta
2019-01-17tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg
2019-01-17net/tls: Make function tls_sw_do_sendpage staticYueHaibing
2019-01-17net/tls: remove unused function tls_sw_sendpage_lockedYueHaibing
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