| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 1 | -1/+1 |
| 2025-04-22 | tipc: fix NULL pointer dereference in tipc_mon_reinit_self() | Tung Nguyen | 1 | -1/+2 |
| 2024-08-26 | tipc: use min() to simplify the code | Li Zetao | 1 | -1/+1 |
| 2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 1 | -1/+1 |
| 2022-09-02 | tipc: fix shift wrapping bug in map_get() | Dan Carpenter | 1 | -1/+1 |
| 2022-02-10 | tipc: improve size validations for received domain records | Jon Maloy | 1 | -0/+2 |
| 2021-03-11 | tipc: clean up warnings detected by sparse | Hoang Huu Le | 1 | -16/+47 |
| 2021-01-05 | net: tipc: Replace expression with offsetof() | Zheng Yongjun | 1 | -1/+1 |
| 2020-03-15 | tipc: add NULL pointer check to prevent kernel oops | Hoang Le | 1 | -2/+10 |
| 2019-11-12 | tipc: update mon's self addr when node addr generated | Hoang Le | 1 | -0/+15 |
| 2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -2/+2 |
| 2018-07-21 | tipc: make some functions static | YueHaibing | 1 | -1/+2 |
| 2018-04-18 | tipc: fix infinite loop when dumping link monitor summary | Tung Nguyen | 1 | -1/+1 |
| 2017-12-27 | tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error path | Tommi Rantala | 1 | -1/+5 |
| 2017-11-03 | tipc: eliminate unnecessary probing | Jon Maloy | 1 | -1/+10 |
| 2017-11-01 | net: tipc: Convert timers to use timer_setup() | Kees Cook | 1 | -3/+3 |
| 2016-11-25 | tipc: improve sanity check for received domain records | Jon Paul Maloy | 1 | -5/+5 |
| 2016-08-10 | tipc: fix variable dereference before NULL check | Parthasarathy Bhuvaragan | 1 | -1/+2 |
| 2016-07-30 | tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor() | Wei Yongjun | 1 | -1/+1 |
| 2016-07-26 | tipc: dump monitor attributes | Parthasarathy Bhuvaragan | 1 | -0/+133 |
| 2016-07-26 | tipc: get monitor threshold for the cluster | Parthasarathy Bhuvaragan | 1 | -0/+7 |
| 2016-07-26 | tipc: make cluster size threshold for monitoring configurable | Parthasarathy Bhuvaragan | 1 | -0/+12 |
| 2016-06-17 | tipc: potential shift wrapping bug in map_set() | Dan Carpenter | 1 | -2/+2 |
| 2016-06-15 | tipc: add neighbor monitoring framework | Jon Paul Maloy | 1 | -0/+651 |