summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-0/+1
|\
| * net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2019-11-191-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-0/+2
|\|
| * net/tls: add a TX lockJakub Kicinski2019-11-061-0/+2
* | net/tls: add statistics for installed sessionsJakub Kicinski2019-10-051-4/+19
* | net/tls: add skeleton of MIB statisticsJakub Kicinski2019-10-051-0/+37
* | net/tls: allow compiling TLS TOE outJakub Kicinski2019-10-041-1/+4
* | net/tls: rename tls_hw_* functions tls_toe_*Jakub Kicinski2019-10-041-3/+3
* | net/tls: move TOE-related code to a separate fileJakub Kicinski2019-10-041-102/+3
* | net/tls: move tls_build_proto() on init pathJakub Kicinski2019-10-041-5/+2
* | net/tls: rename tls_device to tls_toe_deviceJakub Kicinski2019-10-041-7/+7
* | net/tls: move TOE-related structures to a separate headerJakub Kicinski2019-10-041-0/+1
|/
* net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski2019-09-051-18/+1
* net/tls: use the full sk_proto pointerJakub Kicinski2019-09-051-17/+10
* net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti2019-08-311-0/+64
* net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2019-08-311-7/+19
* net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend2019-08-151-1/+2
* net/tls: swap sk_write_space on closeJakub Kicinski2019-08-091-0/+1
* net/tls: partially revert fix transition through disconnect with closeJakub Kicinski2019-08-051-55/+0
* bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-221-5/+28
* net/tls: fix transition through disconnect with closeJohn Fastabend2019-07-221-0/+55
* net/tls: remove sock unlock/lock around strp_done()John Fastabend2019-07-221-31/+30
* net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend2019-07-221-0/+3
* net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski2019-07-221-4/+0
* net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski2019-07-221-3/+5
* net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-011-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-251-4/+1
|\
| * net/tls: don't leak IV and record seq when offload failsJakub Kicinski2019-04-201-4/+1
* | 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-101-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-031-9/+6
* tls: Fix tls_device handling of partial recordsBoris Pismenny2019-03-031-13/+0
* 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-011-1/+2
* net: tls: Support 256 bit keysDave Watson2019-02-011-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-201-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-191-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-201-2/+0
* 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-211-33/+21