aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-26net/tls: fix no wakeup on partial readsJakub Kicinski1-6/+2
2019-05-26net/tls: fix lowat calculation if some data came from previous recordJakub Kicinski1-7/+6
2019-05-22net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski1-1/+2
2019-05-22net/tls: fix state removal with feature flags offJakub Kicinski1-6/+0
2019-05-22net/tls: avoid NULL-deref on resync during device removalJakub Kicinski1-5/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-09net/tls: handle errors from padding_length()Jakub Kicinski1-8/+22
2019-05-09net/tls: remove set but not used variablesJakub Kicinski1-4/+1
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski1-0/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+30
2019-05-01net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski1-1/+2
2019-04-27net/tls: fix copy to fragments in reencryptJakub Kicinski1-7/+22
2019-04-27net/tls: don't copy negative amounts of data in reencryptJakub Kicinski1-6/+8
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski1-1/+1
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski1-18/+17
2019-04-27net/tls: don't log errors every time offload can't proceedJakub Kicinski1-6/+1
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+16
2019-04-20net/tls: don't leak IV and record seq when offload failsJakub Kicinski3-6/+4
2019-04-20net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski1-0/+2
2019-04-18net/tls: fix refcount adjustment in fallbackJakub Kicinski1-3/+10
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-15/+36
2019-04-10net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski1-0/+2
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski3-14/+30
2019-04-10net/tls: fix the IV leaksJakub Kicinski1-1/+4
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-03-29net: tls: prevent false connection termination with offloadJakub Kicinski1-0/+2
2019-03-21net/tls: Replace kfree_skb() with consume_skb()Vakul Garg1-3/+3
2019-03-20net/tls: Add support of AES128-CCM based ciphersVakul Garg2-29/+69
2019-03-13net/tls: Inform user space about send buffer availabilityVakul Garg2-4/+2
2019-03-03tls: Fix tls_device receiveBoris Pismenny1-11/+14
2019-03-03tls: Fix mixing between async capable and asyncEran Ben Elisha1-6/+9
2019-03-03tls: Fix write space handlingBoris Pismenny3-9/+36
2019-03-03tls: Fix tls_device handling of partial recordsBoris Pismenny2-17/+5
2019-02-24tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg1-11/+67
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg3-93/+120
2019-02-12net/tls: Do not use async crypto for non-data recordsVakul Garg1-6/+12
2019-02-09net/tls: Disable async decrytion for tls1.3Vakul Garg1-2/+6
2019-02-01net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESSDave Watson1-2/+2
2019-02-01net: tls: Add tls 1.3 supportDave Watson4-26/+101
2019-02-01net: tls: Refactor control message handling on recvDave Watson1-44/+44
2019-02-01net: tls: Refactor tls aad space size calculationDave Watson1-8/+9
2019-02-01net: tls: Support 256 bit keysDave Watson2-6/+56
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-01-28net: tls: Fix deadlock in free_resources txDave Watson1-0/+2
2019-01-28net: tls: Save iv in tls_rec for async crypto requestsDave Watson1-1/+3
2019-01-22net/tls: free ctx in sock destructAtul Gupta1-2/+17
2019-01-22net/tls: build_protos moved to common routineAtul Gupta1-22/+32
2019-01-17tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg1-70/+196
2019-01-17net/tls: Make function tls_sw_do_sendpage staticYueHaibing1-2/+2
2019-01-17net/tls: remove unused function tls_sw_sendpage_lockedYueHaibing1-10/+0