aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap1-19/+19
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap1-5/+12
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers1-2/+2
2020-09-18tipc: add automatic rekeying for encryption keyTuong Lien1-1/+112
2020-09-18tipc: add automatic session key exchangeTuong Lien1-19/+345
2020-09-18tipc: introduce encryption master keyTuong Lien1-55/+155
2020-09-18tipc: optimize key switching time and logicTuong Lien1-203/+139
2020-08-30tipc: fix using smp_processor_id() in preemptibleTuong Lien1-3/+9
2020-08-20tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long1-0/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-5/+5
2020-06-02Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien1-1/+0
2020-04-18tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcvXiyu Yang1-0/+1
2019-12-12net/tipc: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-4/+1
2019-11-11tipc: fix update of the uninitialized variable errColin Ian King1-1/+1
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien1-0/+1986