summaryrefslogtreecommitdiffstats
path: root/net/tipc/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix a potential deadlock on &tx->lockChengfeng Ye2023-10-041-2/+2
* tipc: check return value of pskb_trim()Yuanjun Gong2023-07-271-1/+2
* tipc: Remove completion function scaffoldingHerbert Xu2023-02-131-6/+6
* tipc: Add scaffolding to change completion function signatureHerbert Xu2023-02-131-6/+6
* tipc: re-fetch skb cb after tipc_msg_validateXin Long2022-11-281-0/+3
* tipc: fix a bit overflow in tipc_crypto_key_rcv()Hangyu Hua2022-02-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-4/+4
|\
| * Revert "tipc: use consistent GFP flags"Hoang Le2021-12-171-4/+4
* | tipc: delete the unlikely branch in tipc_aead_encryptXin Long2021-11-251-15/+4
|/
* tipc: check for null after calling kmemdupTadeusz Struk2021-11-171-0/+4
* tipc: use consistent GFP flagsTadeusz Struk2021-11-151-4/+4
* tipc: fix size validations for the MSG_CRYPTO typeMax VA2021-10-261-11/+21
* 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-091-1/+2
|\
| * tipc: increment the tmp aead refcnt before attaching itXin Long2021-04-061-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-111-6/+6
|/
* 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