summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_main.c
Commit message (Expand)AuthorAgeFilesLines
* net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko2020-11-271-0/+3
* net/tls: use semicolons rather than commas to separate statementsJulia Lawall2020-10-131-1/+1
* net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa2020-09-011-8/+17
* net: remove sockptr_advanceChristoph Hellwig2020-07-281-3/+3
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-8/+9
* Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-101-1/+1
|\
| * net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon2020-04-151-1/+1
* | net/tls: fix const assignment warningArnd Bergmann2020-04-081-2/+2
|/
* net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki2020-03-211-4/+5
* net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki2020-03-211-8/+9
* net/tls: Constify base proto ops used for building tls protoJakub Sitnicki2020-03-211-2/+2
* net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki2020-02-211-1/+2
* bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend2020-01-151-3/+7
* net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-061-2/+2
* net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-11-281-11/+2
* 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