summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)AuthorFilesLines
2022-07-29net/tls: Fix race in TLS device down flowTariq Toukan1-3/+5
2020-12-08net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy1-1/+4
2020-12-08net/tls: missing received data after fast remote closeVadim Fedorenko1-0/+6
2020-10-29net/tls: sendfile fails with ktls offloadRohit Maheshwari1-5/+6
2020-08-19net/tls: Fix kmap usageIra Weiny1-1/+2
2020-03-05net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari1-1/+20
2020-01-27net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski1-0/+4
2019-09-06net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend1-1/+2
2019-09-06net/tls: swap sk_write_space on closeJakub Kicinski1-0/+1
2019-09-06net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg1-4/+6
2019-07-28net/tls: make sure offload also gets the keys wipedJakub Kicinski2-2/+2
2019-06-11net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski1-6/+21
2019-06-04net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski1-1/+2
2019-06-04net/tls: fix state removal with feature flags offJakub Kicinski1-6/+0
2019-05-16net/tls: fix the IV leaksJakub Kicinski1-1/+4
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-01-13net/tls: Init routines in create_ctxAtul Gupta1-3/+3
2019-01-09net/tls: allocate tls context using GFP_ATOMICGanesh Goudar1-1/+1
2018-09-17tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann1-0/+8
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-09net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg1-0/+6
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
2018-08-17tcp, ulp: add alias for all ulp modulesDaniel Borkmann1-0/+1
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg1-96/+142
2018-08-06net/tls: Mark the end in scatterlist tableVakul Garg1-0/+3
2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers1-1/+1
2018-08-01net/tls: Use kmemdup to simplify the codezhong jiang2-4/+2
2018-07-30net/tls: Use socket data_ready callback on record availabilityVakul Garg1-1/+1
2018-07-29tls: Fix improper revert in zerocopy_from_iterDoron Roberts-Kedes1-7/+5
2018-07-29tls: Remove dead code in tls_sw_sendmsgDoron Roberts-Kedes1-4/+2
2018-07-27tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes1-3/+4
2018-07-27net/tls: Removed redundant checks for non-NULLVakul Garg1-6/+3
2018-07-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-1/+6
2018-07-21tls: check RCV_SHUTDOWN in tls_wait_dataDoron Roberts-Kedes1-0/+3
2018-07-20tls: Fix copy-paste error in tls_device_reencryptGustavo A. R. Silva1-1/+1
2018-07-16tls: Stricter error checking in zerocopy sendmsg pathDave Watson1-1/+1
2018-07-16tls: Fix zerocopy_from_iter iov handlingBoris Pismenny1-3/+5
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny4-39/+296
2018-07-16tls: Fill software context without allocationBoris Pismenny1-12/+22
2018-07-16tls: Split tls_sw_release_resources_rxBoris Pismenny1-1/+9