aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-20net/tls: Add support of AES128-CCM based ciphersVakul Garg1-13/+18
2019-03-13net/tls: Inform user space about send buffer availabilityVakul Garg1-1/+2
2019-03-03tls: Fix write space handlingBoris Pismenny1-9/+6
2019-03-03tls: Fix tls_device handling of partial recordsBoris Pismenny1-13/+0
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg1-2/+15
2019-02-01net: tls: Add tls 1.3 supportDave Watson1-1/+2
2019-02-01net: tls: Support 256 bit keysDave Watson1-2/+31
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
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+12
2018-12-20bpf: tls_sw, init TLS ULP removes BPF proto hooksJohn Fastabend1-2/+12
2018-12-19net/tls: allocate tls context using GFP_ATOMICGanesh Goudar1-1/+1
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta1-13/+23
2018-12-14net/tls: Init routines in create_ctxAtul Gupta1-3/+3
2018-10-20ulp: remove uid and user_visible membersDaniel Borkmann1-2/+0
2018-10-15tls: replace poll implementation with read hookJohn Fastabend1-5/+6
2018-09-24net/tls: Fixed race condition in async encryptionVakul Garg1-2/+2
2018-09-21net/tls: Add support for async encryption of records for performanceVakul Garg1-33/+21
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 Dubroca1-5/+15
2018-08-22tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend1-2/+7
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann1-0/+1
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny1-12/+20
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-11tls: fix NULL pointer dereference on pollDaniel Borkmann1-1/+1
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+6
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 Lesokhin1-3/+39
2018-05-01net/tls: Split conf to rx + txBoris Pismenny1-52/+51
2018-03-31tls: support for Inline tls recordAtul Gupta1-3/+111
2018-03-23tls: RX path for ktlsDave Watson1-10/+52
2018-03-23tls: Refactor variable namesDave Watson1-13/+13
2018-03-23tls: Move cipher info to a separate structDave Watson1-4/+4
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-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-17net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin1-0/+9
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: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin1-8/+14
2017-11-14tls: Add function to update the TLS socket configurationIlya Lesokhin1-14/+32
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