summaryrefslogtreecommitdiffstats
path: root/net/tipc/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* net/tipc: fix all function Return: notationRandy Dunlap2020-12-011-19/+19
* net/tipc: fix various kernel-doc warningsRandy Dunlap2020-12-011-5/+12
* mm: remove kzfree() compatibility definitionEric Biggers2020-10-251-2/+2
* tipc: add automatic rekeying for encryption keyTuong Lien2020-09-181-1/+112
* tipc: add automatic session key exchangeTuong Lien2020-09-181-19/+345
* tipc: introduce encryption master keyTuong Lien2020-09-181-55/+155
* tipc: optimize key switching time and logicTuong Lien2020-09-181-203/+139
* tipc: fix using smp_processor_id() in preemptibleTuong Lien2020-08-301-3/+9
* tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long2020-08-201-0/+2
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-5/+5
* Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien2020-06-021-1/+0
* tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcvXiyu Yang2020-04-181-0/+1
* net/tipc: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-12-121-4/+1
* tipc: fix update of the uninitialized variable errColin Ian King2019-11-111-1/+1
* tipc: introduce TIPC encryption & authenticationTuong Lien2019-11-081-0/+1986