summaryrefslogtreecommitdiffstats
path: root/net/tls
AgeCommit message (Expand)Author
2020-12-08net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy
2020-12-08net/tls: missing received data after fast remote closeVadim Fedorenko
2020-10-29net/tls: sendfile fails with ktls offloadRohit Maheshwari
2020-08-19net/tls: Fix kmap usageIra Weiny
2020-03-05net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari
2020-01-27net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski
2019-09-06net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend
2019-09-06net/tls: swap sk_write_space on closeJakub Kicinski
2019-09-06net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg
2019-07-28net/tls: make sure offload also gets the keys wipedJakub Kicinski
2019-06-11net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski
2019-06-04net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski
2019-06-04net/tls: fix state removal with feature flags offJakub Kicinski
2019-05-16net/tls: fix the IV leaksJakub Kicinski
2019-05-05net/tls: fix copy to fragments in reencryptJakub Kicinski
2019-05-05net/tls: don't copy negative amounts of data in reencryptJakub Kicinski
2019-05-05net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski
2019-05-02net/tls: don't leak IV and record seq when offload failsJakub Kicinski
2019-05-02net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski
2019-05-02net/tls: fix refcount adjustment in fallbackJakub Kicinski
2019-01-13net/tls: Init routines in create_ctxAtul Gupta
2019-01-09net/tls: allocate tls context using GFP_ATOMICGanesh Goudar
2018-09-17tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann
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-09net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg
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
2018-07-26tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes
2018-07-26net/tls: Removed redundant checks for non-NULLVakul Garg
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-20tls: check RCV_SHUTDOWN in tls_wait_dataDoron Roberts-Kedes
2018-07-20tls: Fix copy-paste error in tls_device_reencryptGustavo A. R. Silva
2018-07-16tls: Stricter error checking in zerocopy sendmsg pathDave Watson
2018-07-16tls: Fix zerocopy_from_iter iov handlingBoris Pismenny
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny
2018-07-16tls: Fill software context without allocationBoris Pismenny
2018-07-16tls: Split tls_sw_release_resources_rxBoris Pismenny
2018-07-16tls: Split decrypt_skb to two functionsBoris Pismenny