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