summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_main.c
Commit message (Expand)AuthorAgeFilesLines
* net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-021-2/+2
* net/tls: fix page double free on TX cleanupDirk van der Merwe2019-06-241-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-261-4/+1Star
|\
| * net/tls: don't leak IV and record seq when offload failsJakub Kicinski2019-04-211-4/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-0/+24
|\|
| * net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski2019-04-111-0/+2
| * net/tls: don't leak partially sent record in device modeJakub Kicinski2019-04-101-0/+22
* | net/tls: Add support of AES128-CCM based ciphersVakul Garg2019-03-201-13/+18
|/
* net/tls: Inform user space about send buffer availabilityVakul Garg2019-03-131-1/+2
* tls: Fix write space handlingBoris Pismenny2019-03-041-9/+6Star
* tls: Fix tls_device handling of partial recordsBoris Pismenny2019-03-041-13/+0Star
* net/tls: Move protocol constants from cipher context to tls contextVakul Garg2019-02-191-2/+15
* net: tls: Add tls 1.3 supportDave Watson2019-02-021-1/+2
* net: tls: Support 256 bit keysDave Watson2019-02-021-2/+31
* net/tls: free ctx in sock destructAtul Gupta2019-01-221-2/+17
* net/tls: build_protos moved to common routineAtul Gupta2019-01-221-22/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-211-2/+12
|\
| * bpf: tls_sw, init TLS ULP removes BPF proto hooksJohn Fastabend2018-12-201-2/+12
* | net/tls: allocate tls context using GFP_ATOMICGanesh Goudar2018-12-201-1/+1
* | net/tls: sleeping function from invalid contextAtul Gupta2018-12-141-13/+23
* | net/tls: Init routines in create_ctxAtul Gupta2018-12-141-3/+3
|/
* ulp: remove uid and user_visible membersDaniel Borkmann2018-10-211-2/+0Star
* tls: replace poll implementation with read hookJohn Fastabend2018-10-151-5/+6
* net/tls: Fixed race condition in async encryptionVakul Garg2018-09-241-2/+2
* net/tls: Add support for async encryption of records for performanceVakul Garg2018-09-221-33/+21Star
* tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca2018-09-131-1/+1
* tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-131-5/+15
* tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend2018-08-221-2/+7
* tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-08-161-0/+1
* tls: Add rx inline crypto offloadBoris Pismenny2018-07-161-12/+20
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* tls: fix NULL pointer dereference on pollDaniel Borkmann2018-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-121-8/+6Star
|\
| * net/tls: Fix connection stall on partial tls recordAndre Tomt2018-05-081-0/+1
| * tls: fix use after free in tls_sk_proto_closeEric Dumazet2018-05-081-7/+4Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-0/+7
|\|
| * net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson2018-05-021-0/+7
* | net/tls: Add generic NIC offload infrastructureIlya Lesokhin2018-05-011-3/+39
* | net/tls: Split conf to rx + txBoris Pismenny2018-05-011-52/+51Star
|/
* tls: support for Inline tls recordAtul Gupta2018-04-011-3/+111
* tls: RX path for ktlsDave Watson2018-03-231-10/+52
* tls: Refactor variable namesDave Watson2018-03-231-13/+13
* tls: Move cipher info to a separate structDave Watson2018-03-231-4/+4
* tls: Use correct sk->sk_prot for IPV6Boris Pismenny2018-02-271-15/+37
* tls: getsockopt return record sequence numberBoris Pismenny2018-02-141-0/+2
* tls: reset the crypto info if copy_from_user failsBoris Pismenny2018-02-141-1/+1
* tls: retrun the correct IV in getsockoptBoris Pismenny2018-02-141-1/+2
* net: add a UID to use for ULP socket assignmentJohn Fastabend2018-02-061-0/+2
* tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca2018-01-171-2/+2
* tls: return -EBUSY if crypto_info is already setSabrina Dubroca2018-01-171-1/+3