aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+4
2018-05-17tls: don't use stack memory in a scatterlistMatt Mullins1-5/+4
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+6
2018-05-10tls: Fix tls_device initializationBoris Pismenny1-0/+2
2018-05-07net/tls: Fix connection stall on partial tls recordAndre Tomt1-0/+1
2018-05-07tls: fix use after free in tls_sk_proto_closeEric Dumazet1-7/+4
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2018-05-01net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson1-0/+7
2018-05-01net/tls: Add generic NIC offload infrastructureIlya Lesokhin5-3/+1265
2018-05-01net/tls: Split conf to rx + txBoris Pismenny2-111/+130
2018-04-24net/tls: remove redundant second null check on sgoutColin Ian King1-2/+1
2018-04-12net/tls: Remove VLA usageKees Cook1-1/+9
2018-03-31tls: support for Inline tls recordAtul Gupta1-3/+111
2018-03-23tls: RX path for ktlsDave Watson3-68/+582
2018-03-23tls: Refactor variable namesDave Watson1-13/+13
2018-03-23tls: Pass error code explicitly to tls_err_abortDave Watson1-1/+1
2018-03-23tls: Move cipher info to a separate structDave Watson2-32/+34
2018-03-23tls: Generalize zerocopy_from_iterDave Watson1-12/+19
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend1-2/+2
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend1-62/+7
2018-02-27tls: Use correct sk->sk_prot for IPV6Boris Pismenny1-15/+37
2018-02-14tls: getsockopt return record sequence numberBoris Pismenny1-0/+2
2018-02-14tls: reset the crypto info if copy_from_user failsBoris Pismenny1-1/+1
2018-02-14tls: retrun the correct IV in getsockoptBoris Pismenny1-1/+2
2018-02-06net: add a UID to use for ULP socket assignmentJohn Fastabend1-0/+2
2018-01-31tls: Add support for encryption using async offload acceleratorVakul Garg1-1/+7
2018-01-22tls: Correct length of scatterlist in tls_sw_sendpageDave Watson1-0/+2
2018-01-17tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca1-2/+2
2018-01-17tls: return -EBUSY if crypto_info is already setSabrina Dubroca1-1/+3
2018-01-17tls: fix sw_ctx leakSabrina Dubroca1-5/+7
2018-01-17net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin1-0/+9
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de1-2/+2
2017-11-14tls: don't override sk_write_space if tls_set_sw_offload fails.Ilya Lesokhin1-3/+2
2017-11-14tls: Avoid copying crypto_info again after cipher_type check.Ilya Lesokhin1-17/+12
2017-11-14tls: Move tls_make_aad to header to allow sharingIlya Lesokhin1-17/+1
2017-11-14tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin2-10/+16
2017-11-14tls: Add function to update the TLS socket configurationIlya Lesokhin1-14/+32
2017-11-14tls: Use kzalloc for aead_request allocationIlya Lesokhin1-1/+1
2017-09-14tls: make tls_sw_free_resources staticTobias Klauser1-1/+1
2017-07-06TLS: Fix length check in do_tls_getsockopt_tx()Matthias Rosenfelder1-1/+1
2017-06-23tls: return -EFAULT if copy_to_user() failsDan Carpenter1-4/+6
2017-06-17tls: update KconfigDave Watson1-2/+5
2017-06-16tls: Depend upon INET not plain NET.David S. Miller1-1/+1
2017-06-15tls: kernel TLS supportDave Watson4-0/+1278