summaryrefslogtreecommitdiffstats
path: root/include/net/tls.h
Commit message (Expand)AuthorAgeFilesLines
* net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-11-281-1/+1
* net/tls: remove the dead inplace_crypto codeJakub Kicinski2019-11-281-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-0/+2
|\
| * net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2019-11-191-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-0/+5
|\ \ | |/
| * net/tls: add a TX lockJakub Kicinski2019-11-061-0/+5
* | net/tls: store decrypted on a single bitJakub Kicinski2019-10-071-1/+1
* | net/tls: store async_capable on a single bitJakub Kicinski2019-10-071-2/+2
* | net/tls: pass context to tls_device_decrypted()Jakub Kicinski2019-10-071-2/+5
* | net/tls: add skeleton of MIB statisticsJakub Kicinski2019-10-051-0/+13
* | net/tls: add tracing for device/offload eventsJakub Kicinski2019-10-051-7/+1
* | net/tls: move TOE-related code to a separate fileJakub Kicinski2019-10-041-0/+3
* | net/tls: move TOE-related structures to a separate headerJakub Kicinski2019-10-041-34/+0
|/
* net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski2019-09-051-6/+32
* net/tls: use the full sk_proto pointerJakub Kicinski2019-09-051-10/+0
* net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti2019-08-311-0/+17
* net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2019-08-311-2/+7
* net/tls: partially revert fix transition through disconnect with closeJakub Kicinski2019-08-051-2/+0
* net/tls: fix transition through disconnect with closeJohn Fastabend2019-07-221-1/+4
* net/tls: remove sock unlock/lock around strp_done()John Fastabend2019-07-221-3/+4
* net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend2019-07-221-0/+2
* net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski2019-07-221-0/+1
* net/tls: don't clear TX resync flag on errorDirk van der Merwe2019-07-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-0/+1
|\
| * net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-011-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-15/+0
|\ \ | |/
| * net/tls: fix page double free on TX cleanupDirk van der Merwe2019-06-241-15/+0
* | net/tls: add kernel-driven resync mechanism for TXJakub Kicinski2019-06-111-0/+23
* | net/tls: generalize the resync callbackJakub Kicinski2019-06-111-2/+3
* | net/tls: add kernel-driven TLS RX resyncJakub Kicinski2019-06-111-2/+32
* | net/tls: rename handle_device_resync()Jakub Kicinski2019-06-111-1/+1
* | net/tls: pass record number as a byte arrayJakub Kicinski2019-06-111-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-0/+4
|\ \ | |/
| * net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski2019-06-041-0/+4
* | net/tls: export TLS per skb encryptionDirk van der Merwe2019-06-061-0/+1
* | net/tls: simplify driver context retrievalJakub Kicinski2019-06-061-6/+22
* | net/tls: split the TLS_DRIVER_STATE_SIZE and bump TX to 16 bytesJakub Kicinski2019-06-061-3/+4
* | net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski2019-06-041-7/+3
* | net/tls: reorganize struct tls_contextJakub Kicinski2019-06-041-11/+15
|/
* net/tls: byte swap device req TCP seq no upon settingJakub Kicinski2019-04-271-1/+1
* net/tls: move definition of tls ops into net/tls.hJakub Kicinski2019-04-271-0/+17
* net/tls: remove old exports of sk_destruct functionsJakub Kicinski2019-04-271-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+3
|\
| * net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski2019-04-101-1/+1
| * net/tls: don't leak partially sent record in device modeJakub Kicinski2019-04-101-0/+2
* | net/tls: Add support of AES128-CCM based ciphersVakul Garg2019-03-201-2/+13
|/
* tls: Fix write space handlingBoris Pismenny2019-03-031-0/+3
* tls: Fix tls_device handling of partial recordsBoris Pismenny2019-03-031-16/+4
* tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg2019-02-241-0/+10
* net/tls: Move protocol constants from cipher context to tls contextVakul Garg2019-02-191-17/+29
OpenPOWER on IntegriCloud