summaryrefslogtreecommitdiffstats
path: root/net/tipc/crypto.c
AgeCommit message (Expand)Author
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers
2020-09-18tipc: add automatic rekeying for encryption keyTuong Lien
2020-09-18tipc: add automatic session key exchangeTuong Lien
2020-09-18tipc: introduce encryption master keyTuong Lien
2020-09-18tipc: optimize key switching time and logicTuong Lien
2020-08-30tipc: fix using smp_processor_id() in preemptibleTuong Lien
2020-08-20tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-02Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien
2020-04-18tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcvXiyu Yang
2019-12-12net/tipc: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney
2019-11-11tipc: fix update of the uninitialized variable errColin Ian King
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien