summaryrefslogtreecommitdiff
path: root/net/tipc/crypto.c
AgeCommit message (Expand)Author
2023-10-04tipc: fix a potential deadlock on &tx->lockChengfeng Ye
2023-07-27tipc: check return value of pskb_trim()Yuanjun Gong
2023-02-13tipc: Remove completion function scaffoldingHerbert Xu
2023-02-13tipc: Add scaffolding to change completion function signatureHerbert Xu
2022-11-28tipc: re-fetch skb cb after tipc_msg_validateXin Long
2022-02-13tipc: fix a bit overflow in tipc_crypto_key_rcv()Hangyu Hua
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-17Revert "tipc: use consistent GFP flags"Hoang Le
2021-11-25tipc: delete the unlikely branch in tipc_aead_encryptXin Long
2021-11-17tipc: check for null after calling kmemdupTadeusz Struk
2021-11-15tipc: use consistent GFP flagsTadeusz Struk
2021-10-26tipc: fix size validations for the MSG_CRYPTO typeMax VA
2021-07-24tipc: do not write skb_shinfo frags when doing decrytionXin Long
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-06tipc: increment the tmp aead refcnt before attaching itXin Long
2021-03-31net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start()Yang Yingliang
2021-03-11tipc: clean up warnings detected by sparseHoang Huu Le
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