summaryrefslogtreecommitdiffstats
path: root/net/tipc/crypto.c
AgeCommit message (Expand)AuthorLines
2023-02-13tipc: Remove completion function scaffoldingHerbert Xu-6/+6
2023-02-13tipc: Add scaffolding to change completion function signatureHerbert Xu-6/+6
2022-11-28tipc: re-fetch skb cb after tipc_msg_validateXin Long-0/+3
2022-02-13tipc: fix a bit overflow in tipc_crypto_key_rcv()Hangyu Hua-1/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2021-12-17Revert "tipc: use consistent GFP flags"Hoang Le-4/+4
2021-11-25tipc: delete the unlikely branch in tipc_aead_encryptXin Long-15/+4
2021-11-17tipc: check for null after calling kmemdupTadeusz Struk-0/+4
2021-11-15tipc: use consistent GFP flagsTadeusz Struk-4/+4
2021-10-26tipc: fix size validations for the MSG_CRYPTO typeMax VA-11/+21
2021-07-24tipc: do not write skb_shinfo frags when doing decrytionXin Long-10/+4
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2021-04-06tipc: increment the tmp aead refcnt before attaching itXin Long-1/+2
2021-03-31net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start()Yang Yingliang-0/+2
2021-03-11tipc: clean up warnings detected by sparseHoang Huu Le-6/+6
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap-19/+19
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap-5/+12
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers-2/+2
2020-09-18tipc: add automatic rekeying for encryption keyTuong Lien-1/+112
2020-09-18tipc: add automatic session key exchangeTuong Lien-19/+345
2020-09-18tipc: introduce encryption master keyTuong Lien-55/+155
2020-09-18tipc: optimize key switching time and logicTuong Lien-203/+139
2020-08-30tipc: fix using smp_processor_id() in preemptibleTuong Lien-3/+9
2020-08-20tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long-0/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-5/+5
2020-06-02Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien-1/+0
2020-04-18tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcvXiyu Yang-0/+1
2019-12-12net/tipc: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney-4/+1
2019-11-11tipc: fix update of the uninitialized variable errColin Ian King-1/+1
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien-0/+1986