aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_main.c
Commit message (Expand)AuthorAge
* net/tls: add a TX lockJakub Kicinski2019-11-06
* net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski2019-09-05
* net/tls: use the full sk_proto pointerJakub Kicinski2019-09-05
* net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti2019-09-01
* net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2019-09-01
* net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend2019-08-15
* net/tls: swap sk_write_space on closeJakub Kicinski2019-08-09
* net/tls: partially revert fix transition through disconnect with closeJakub Kicinski2019-08-05
* bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-22
* net/tls: fix transition through disconnect with closeJohn Fastabend2019-07-22
* net/tls: remove sock unlock/lock around strp_done()John Fastabend2019-07-22
* net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend2019-07-22
* net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski2019-07-22
* net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski2019-07-22
* net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-01
* net/tls: fix page double free on TX cleanupDirk van der Merwe2019-06-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-25
|\
| * net/tls: don't leak IV and record seq when offload failsJakub Kicinski2019-04-20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-17
|\|
| * net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski2019-04-10
| * net/tls: don't leak partially sent record in device modeJakub Kicinski2019-04-10
* | net/tls: Add support of AES128-CCM based ciphersVakul Garg2019-03-20
|/
* net/tls: Inform user space about send buffer availabilityVakul Garg2019-03-13
* tls: Fix write space handlingBoris Pismenny2019-03-04
* tls: Fix tls_device handling of partial recordsBoris Pismenny2019-03-04
* net/tls: Move protocol constants from cipher context to tls contextVakul Garg2019-02-19
* net: tls: Add tls 1.3 supportDave Watson2019-02-01
* net: tls: Support 256 bit keysDave Watson2019-02-01
* net/tls: free ctx in sock destructAtul Gupta2019-01-22
* net/tls: build_protos moved to common routineAtul Gupta2019-01-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-20
|\
| * bpf: tls_sw, init TLS ULP removes BPF proto hooksJohn Fastabend2018-12-20
* | net/tls: allocate tls context using GFP_ATOMICGanesh Goudar2018-12-19
* | net/tls: sleeping function from invalid contextAtul Gupta2018-12-14
* | net/tls: Init routines in create_ctxAtul Gupta2018-12-14
|/
* ulp: remove uid and user_visible membersDaniel Borkmann2018-10-21
* tls: replace poll implementation with read hookJohn Fastabend2018-10-15
* net/tls: Fixed race condition in async encryptionVakul Garg2018-09-24
* net/tls: Add support for async encryption of records for performanceVakul Garg2018-09-21
* tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca2018-09-13
* tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-13
* tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend2018-08-22
* tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-08-16
* tls: Add rx inline crypto offloadBoris Pismenny2018-07-16
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28
* tls: fix NULL pointer dereference on pollDaniel Borkmann2018-06-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-11
|\
| * net/tls: Fix connection stall on partial tls recordAndre Tomt2018-05-07
| * tls: fix use after free in tls_sk_proto_closeEric Dumazet2018-05-07
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-04
|\|