aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tls.h
AgeCommit message (Expand)Author
2020-07-11bpf: Fix running sk_skb program types with ktlsJohn Fastabend
2020-06-08net/tls: fix race condition causing kernel panicVinay Kumar Yadav
2020-01-19net/tls: use sg_next() to walk sg entriesJakub Kicinski
2020-01-19net/tls: remove the dead inplace_crypto codeJakub Kicinski
2020-01-09net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2019-12-29net/tls: add a TX lockJakub Kicinski
2019-07-28net/tls: make sure offload also gets the keys wipedJakub Kicinski
2019-06-24net/tls: fix page double free on TX cleanupDirk van der Merwe
2019-06-04net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski
2019-04-27net/tls: move definition of tls ops into net/tls.hJakub Kicinski
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-10net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski
2019-03-20net/tls: Add support of AES128-CCM based ciphersVakul Garg
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-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 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: Save iv in tls_rec for async crypto requestsDave Watson
2019-01-17tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-20bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta
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-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: async support causes out-of-bounds access in crypto APIsJohn Fastabend
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca
2018-09-01net/tls: Add support for async decryption of tls recordsVakul Garg
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny
2018-07-16tls: Split tls_sw_release_resources_rxBoris Pismenny
2018-07-16tls: Split decrypt_skb to two functionsBoris Pismenny
2018-07-16tls: Refactor tls_offload variable namesBoris Pismenny
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-11tls: fix NULL pointer dereference on pollDaniel Borkmann
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-17tls: don't use stack memory in a scatterlistMatt Mullins
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller