summaryrefslogtreecommitdiffstats
path: root/net/tipc/crypto.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tipc: do not write skb_shinfo frags when doing decrytionXin Long2021-07-241-10/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-101-1/+2
|\
| * tipc: increment the tmp aead refcnt before attaching itXin Long2021-04-071-1/+2
* | net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start()Yang Yingliang2021-03-311-0/+2
* | tipc: clean up warnings detected by sparseHoang Huu Le2021-03-121-6/+6
|/
* net/tipc: fix all function Return: notationRandy Dunlap2020-12-021-19/+19
* net/tipc: fix various kernel-doc warningsRandy Dunlap2020-12-021-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-311-3/+9
* tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long2020-08-211-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-031-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-121-1/+1
* tipc: introduce TIPC encryption & authenticationTuong Lien2019-11-081-0/+1986