aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-19net/tls: add helper for testing if socket is RX offloadedJakub Kicinski1-0/+9
2019-11-28net/tls: use sg_next() to walk sg entriesJakub Kicinski1-1/+1
2019-11-28net/tls: remove the dead inplace_crypto codeJakub Kicinski1-1/+0
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn1-0/+2
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+5
2019-11-06net/tls: add a TX lockJakub Kicinski1-0/+5
2019-10-07net/tls: store decrypted on a single bitJakub Kicinski1-1/+1
2019-10-07net/tls: store async_capable on a single bitJakub Kicinski1-2/+2
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski1-2/+5
2019-10-05net/tls: add skeleton of MIB statisticsJakub Kicinski1-0/+13
2019-10-05net/tls: add tracing for device/offload eventsJakub Kicinski1-7/+1
2019-10-04net/tls: move TOE-related code to a separate fileJakub Kicinski1-0/+3
2019-10-04net/tls: move TOE-related structures to a separate headerJakub Kicinski1-34/+0
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski1-6/+32
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski1-10/+0
2019-08-31net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti1-0/+17
2019-08-31net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski1-2/+7
2019-08-05net/tls: partially revert fix transition through disconnect with closeJakub Kicinski1-2/+0
2019-07-22net/tls: fix transition through disconnect with closeJohn Fastabend1-1/+4
2019-07-22net/tls: remove sock unlock/lock around strp_done()John Fastabend1-3/+4
2019-07-22net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend1-0/+2
2019-07-22net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski1-0/+1
2019-07-08net/tls: don't clear TX resync flag on errorDirk van der Merwe1-3/+3
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-07-01net/tls: make sure offload also gets the keys wipedJakub Kicinski1-0/+1
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+0
2019-06-24net/tls: fix page double free on TX cleanupDirk van der Merwe1-15/+0
2019-06-11net/tls: add kernel-driven resync mechanism for TXJakub Kicinski1-0/+23
2019-06-11net/tls: generalize the resync callbackJakub Kicinski1-2/+3
2019-06-11net/tls: add kernel-driven TLS RX resyncJakub Kicinski1-2/+32
2019-06-11net/tls: rename handle_device_resync()Jakub Kicinski1-1/+1
2019-06-11net/tls: pass record number as a byte arrayJakub Kicinski1-2/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2019-06-06net/tls: export TLS per skb encryptionDirk van der Merwe1-0/+1
2019-06-06net/tls: simplify driver context retrievalJakub Kicinski1-6/+22
2019-06-06net/tls: split the TLS_DRIVER_STATE_SIZE and bump TX to 16 bytesJakub Kicinski1-3/+4
2019-06-04net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski1-7/+3
2019-06-04net/tls: reorganize struct tls_contextJakub Kicinski1-11/+15
2019-06-04net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski1-0/+4
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski1-1/+1
2019-04-27net/tls: move definition of tls ops into net/tls.hJakub Kicinski1-0/+17
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski1-2/+0
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2019-04-10net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski1-1/+1
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski1-0/+2
2019-03-20net/tls: Add support of AES128-CCM based ciphersVakul Garg1-2/+13
2019-03-03tls: Fix write space handlingBoris Pismenny1-0/+3
2019-03-03tls: Fix tls_device handling of partial recordsBoris Pismenny1-16/+4
2019-02-24tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg1-0/+10