summaryrefslogtreecommitdiff
path: root/net/tls/tls_main.c
AgeCommit message (Expand)Author
2019-08-15net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend
2019-08-09net/tls: swap sk_write_space on closeJakub Kicinski
2019-08-05net/tls: partially revert fix transition through disconnect with closeJakub Kicinski
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend
2019-07-22net/tls: fix transition through disconnect with closeJohn Fastabend
2019-07-22net/tls: remove sock unlock/lock around strp_done()John Fastabend
2019-07-22net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend
2019-07-22net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski
2019-07-22net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski
2019-07-01net/tls: make sure offload also gets the keys wipedJakub Kicinski
2019-06-24net/tls: fix page double free on TX cleanupDirk van der Merwe
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-20net/tls: don't leak IV and record seq when offload failsJakub Kicinski
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-10net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski
2019-03-20net/tls: Add support of AES128-CCM based ciphersVakul Garg
2019-03-13net/tls: Inform user space about send buffer availabilityVakul Garg
2019-03-03tls: Fix write space handlingBoris Pismenny
2019-03-03tls: Fix tls_device handling of partial recordsBoris Pismenny
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg
2019-02-01net: tls: Add tls 1.3 supportDave Watson
2019-02-01net: tls: Support 256 bit keysDave Watson
2019-01-22net/tls: free ctx in sock destructAtul Gupta
2019-01-22net/tls: build_protos moved to common routineAtul Gupta
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-20bpf: tls_sw, init TLS ULP removes BPF proto hooksJohn Fastabend
2018-12-19net/tls: allocate tls context using GFP_ATOMICGanesh Goudar
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta
2018-12-14net/tls: Init routines in create_ctxAtul Gupta
2018-10-20ulp: remove uid and user_visible membersDaniel Borkmann
2018-10-15tls: replace poll implementation with read hookJohn Fastabend
2018-09-24net/tls: Fixed race condition in async encryptionVakul Garg
2018-09-21net/tls: Add support for async encryption of records for performanceVakul Garg
2018-09-13tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca
2018-08-22tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-11tls: fix NULL pointer dereference on pollDaniel Borkmann
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-07net/tls: Fix connection stall on partial tls recordAndre Tomt
2018-05-07tls: fix use after free in tls_sk_proto_closeEric Dumazet
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-01net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson
2018-05-01net/tls: Add generic NIC offload infrastructureIlya Lesokhin
2018-05-01net/tls: Split conf to rx + txBoris Pismenny
2018-03-31tls: support for Inline tls recordAtul Gupta
2018-03-23tls: RX path for ktlsDave Watson