| Commit message (Expand) | Author | Age | Files | Lines |
* | tipc: fix a potential deadlock on &tx->lock | Chengfeng Ye | 2023-10-04 | 1 | -2/+2 |
* | tipc: check return value of pskb_trim() | Yuanjun Gong | 2023-07-27 | 1 | -1/+2 |
* | tipc: Remove completion function scaffolding | Herbert Xu | 2023-02-13 | 1 | -6/+6 |
* | tipc: Add scaffolding to change completion function signature | Herbert Xu | 2023-02-13 | 1 | -6/+6 |
* | tipc: re-fetch skb cb after tipc_msg_validate | Xin Long | 2022-11-28 | 1 | -0/+3 |
* | tipc: fix a bit overflow in tipc_crypto_key_rcv() | Hangyu Hua | 2022-02-13 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-12-23 | 1 | -4/+4 |
|\ |
|
| * | Revert "tipc: use consistent GFP flags" | Hoang Le | 2021-12-17 | 1 | -4/+4 |
* | | tipc: delete the unlikely branch in tipc_aead_encrypt | Xin Long | 2021-11-25 | 1 | -15/+4 |
|/ |
|
* | tipc: check for null after calling kmemdup | Tadeusz Struk | 2021-11-17 | 1 | -0/+4 |
* | tipc: use consistent GFP flags | Tadeusz Struk | 2021-11-15 | 1 | -4/+4 |
* | tipc: fix size validations for the MSG_CRYPTO type | Max VA | 2021-10-26 | 1 | -11/+21 |
* | tipc: do not write skb_shinfo frags when doing decrytion | Xin Long | 2021-07-24 | 1 | -10/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-09 | 1 | -1/+2 |
|\ |
|
| * | tipc: increment the tmp aead refcnt before attaching it | Xin Long | 2021-04-06 | 1 | -1/+2 |
* | | net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start() | Yang Yingliang | 2021-03-31 | 1 | -0/+2 |
* | | tipc: clean up warnings detected by sparse | Hoang Huu Le | 2021-03-11 | 1 | -6/+6 |
|/ |
|
* | net/tipc: fix all function Return: notation | Randy Dunlap | 2020-12-01 | 1 | -19/+19 |
* | net/tipc: fix various kernel-doc warnings | Randy Dunlap | 2020-12-01 | 1 | -5/+12 |
* | mm: remove kzfree() compatibility definition | Eric Biggers | 2020-10-25 | 1 | -2/+2 |
* | tipc: add automatic rekeying for encryption key | Tuong Lien | 2020-09-18 | 1 | -1/+112 |
* | tipc: add automatic session key exchange | Tuong Lien | 2020-09-18 | 1 | -19/+345 |
* | tipc: introduce encryption master key | Tuong Lien | 2020-09-18 | 1 | -55/+155 |
* | tipc: optimize key switching time and logic | Tuong Lien | 2020-09-18 | 1 | -203/+139 |
* | tipc: fix using smp_processor_id() in preemptible | Tuong Lien | 2020-08-30 | 1 | -3/+9 |
* | tipc: call rcu_read_lock() in tipc_aead_encrypt_done() | Xin Long | 2020-08-20 | 1 | -0/+2 |
* | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 2020-08-07 | 1 | -5/+5 |
* | Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv" | Tuong Lien | 2020-06-02 | 1 | -1/+0 |
* | tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv | Xiyu Yang | 2020-04-18 | 1 | -0/+1 |
* | net/tipc: Replace rcu_swap_protected() with rcu_replace_pointer() | Paul E. McKenney | 2019-12-12 | 1 | -4/+1 |
* | tipc: fix update of the uninitialized variable err | Colin Ian King | 2019-11-11 | 1 | -1/+1 |
* | tipc: introduce TIPC encryption & authentication | Tuong Lien | 2019-11-08 | 1 | -0/+1986 |