summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic
2019-11-28net/tls: use sg_next() to walk sg entriesJakub Kicinski
2019-11-28net/tls: remove the dead inplace_crypto codeJakub Kicinski
2019-11-28net/tls: free the record on encryption errorJakub Kicinski
2019-11-28net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2019-11-15net/tls: Fix unused function warningYueHaibing
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-06net/tls: add a TX lockJakub Kicinski
2019-11-06net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski
2019-10-07net/tls: store decrypted on a single bitJakub Kicinski
2019-10-07net/tls: store async_capable on a single bitJakub Kicinski
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski
2019-10-07net/tls: make allocation failure unlikelyJakub Kicinski
2019-10-07net/tls: mark sk->err being set as unlikelyJakub Kicinski
2019-10-05net/tls: add TlsDeviceRxResync statisticJakub Kicinski
2019-10-05net/tls: add TlsDecryptError statJakub Kicinski
2019-10-05net/tls: add statistics for installed sessionsJakub Kicinski
2019-10-05net/tls: add skeleton of MIB statisticsJakub Kicinski
2019-10-05net/tls: add device decrypted trace pointJakub Kicinski
2019-10-05net/tls: add tracing for device/offload eventsJakub Kicinski
2019-10-04net/tls: allow compiling TLS TOE outJakub Kicinski
2019-10-04net/tls: rename tls_hw_* functions tls_toe_*Jakub Kicinski
2019-10-04net/tls: move TOE-related code to a separate fileJakub Kicinski
2019-10-04net/tls: move tls_build_proto() on init pathJakub Kicinski
2019-10-04net/tls: rename tls_device to tls_toe_deviceJakub Kicinski
2019-10-04net/tls: move TOE-related structures to a separate headerJakub Kicinski
2019-09-07net/tls: align non temporal copy to cache linesJakub Kicinski
2019-09-07net/tls: remove the record tail optimizationJakub Kicinski
2019-09-07net/tls: use RCU for the adder to the offload record listJakub Kicinski
2019-09-07net/tls: unref frags in orderJakub Kicinski
2019-09-05net/tls: dedup the record cleanupJakub Kicinski
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski
2019-09-05net/tls: narrow down the critical area of device_offload_lockJakub Kicinski
2019-09-05net/tls: don't jump to returnJakub Kicinski
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski
2019-08-31net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti
2019-08-31net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
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-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-05net/tls: partially revert fix transition through disconnect with closeJakub Kicinski
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)
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