tipc network layer · Maintained
Maintainers
- M Jon Maloy <jmaloy@redhat.com>
Paths
- F
include/uapi/linux/tipc*.h - F
net/tipc/
Last 30 days
Recent patches
Most-recent 30 patches in this subsystem on linux-wireless (capped at 30), ordered by date desc.
-
STALE86d
REVIEWED: 1 (1M) [PATCH v4 net-next] net: use get_random_u{16,32,64}() where appropriate
2026-04-07 · David Carlier <hidden> -
STALE89d
[PATCH v3 net-next] net: use get_random_u{16,32,64}() where appropriate
2026-04-05 · David Carlier <hidden> -
STALE79d
[PATCH 31/61] net/tipc: Prefer IS_ERR_OR_NULL over manual NULL check
2026-03-10 · Philipp Hahn <hidden> -
STALE752d
LANDED [PATCH] tracing/treewide: Remove second parameter of __assign_str()
2024-05-16 · Steven Rostedt <rostedt@goodmis.org> -
STALE842d
[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
2024-02-23 · Steven Rostedt <rostedt@goodmis.org> -
STALE1289d
[PATCH] treewide: Convert del_timer*() to timer_shutdown*()
2022-12-20 · Steven Rostedt <rostedt@goodmis.org> -
STALE1324d
Re: [PATCH v4a 00/38] timers: Use timer_shutdown*() before freeing timers
2022-11-05 · Steven Rostedt <rostedt@goodmis.org> -
STALE1324d
[PATCH v4a 17/38] timers: net: Use timer_shutdown_sync() before freeing timer
2022-11-05 · Steven Rostedt <rostedt@goodmis.org> -
STALE1324d
[RFC][PATCH v3 19/33] timers: net: Use timer_shutdown_sync() before freeing timer
2022-11-04 · Steven Rostedt <rostedt@goodmis.org> -
STALE1338d
[RFC][PATCH v2 19/31] timers: net: Use del_timer_shutdown() before freeing timer
2022-10-27 · Steven Rostedt <rostedt@goodmis.org> -
STALE1356d
REVIEWED: 28 (27M) [PATCH v6 1/7] treewide: use prandom_u32_max() when possible, part 1
2022-10-10 · "Jason A. Donenfeld" <Jason@zx2c4.com> -
STALE1364d
REVIEWED: 2 (1M) [PATCH v5 1/7] treewide: use prandom_u32_max() when possible, part 1
2022-10-08 · "Jason A. Donenfeld" <Jason@zx2c4.com> -
STALE1365d
REVIEWED: 2 (1M) [PATCH v4 1/6] treewide: use prandom_u32_max() when possible, mechanically
2022-10-07 · "Jason A. Donenfeld" <Jason@zx2c4.com> -
STALE1365d
REVIEWED: 2 (1M) [PATCH v3 1/5] treewide: use prandom_u32_max() when possible
2022-10-06 · "Jason A. Donenfeld" <Jason@zx2c4.com> -
STALE1367d
REVIEWED: 3 (2M) [PATCH v2 1/5] treewide: use prandom_u32_max() when possible
2022-10-06 · "Jason A. Donenfeld" <Jason@zx2c4.com> -
STALE1361d
[PATCH v1 1/5] treewide: use prandom_u32_max() when possible
2022-10-06 · "Jason A. Donenfeld" <Jason@zx2c4.com> -
STALE1405d
[PATCH net-next] genetlink: start to validate reserved header bytes
2022-08-25 · Jakub Kicinski <kuba@kernel.org> -
STALE1580d
[PATCH 6/6] treewide: remove check of list iterator against head past the loop body
2022-02-28 · Jakob Koschel <hidden> -
STALE2209d
REVIEWED: 19 (19M) [PATCH v5 2/2] mm, treewide: Rename kzfree() to kfree_sensitive()
2020-06-16 · Waiman Long <longman@redhat.com> -
STALE2208d
REVIEWED: 19 (19M) [PATCH v4 2/3] mm, treewide: Rename kzfree() to kfree_sensitive()
2020-06-16 · Waiman Long <longman@redhat.com> -
STALE2210d
[PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()
2020-04-13 · Waiman Long <longman@redhat.com> -
STALE2640d
[PATCH 2/6] netlink: make validation more configurable for future strictness
2019-04-04 · Johannes Berg <johannes@sipsolutions.net> -
STALE2640d
[PATCH 5/6] genetlink: optionally validate strictly/dumps
2019-04-04 · Johannes Berg <johannes@sipsolutions.net> -
STALE3064d
[PATCH v2] net: make getname() functions return length rather than use int* parameter
2018-02-12 · Denys Vlasenko <hidden> -
STALE3064d
[PATCH] net: make getname() functions return length rather than use int* parameter
2018-02-12 · Denys Vlasenko <hidden> -
STALE3237d
[PATCH 3/3 v3] net: tipc: constify genl_ops
2017-08-23 · Arvind Yadav <hidden> -
DORMANTno replies
[PATCH 3/3 v2] net: netlink: constify genl_ops
2017-08-23 · Arvind Yadav <hidden> -
STALE3236d
[PATCH 3/3] net: rsi: netlink: constify genl_ops
2017-08-23 · Arvind Yadav <hidden> -
STALE3370d
[PATCH net-next v5 5/5] netlink: pass extended ACK struct where available
2017-04-12 · Johannes Berg <hidden> -
STALE3370d
[PATCH net-next v5 4/5] netlink: pass extended ACK struct to parsing functions
2017-04-12 · Johannes Berg <hidden>
Needs attention (review trailers in, no pickup)
Patches with review trailers that haven't landed in mainline and haven't been Acked by a maintainer. Oldest first.
-
STALE86d
REVIEWED: 1 (1M) [PATCH v4 net-next] net: use get_random_u{16,32,64}() where appropriate
2026-04-07 · David Carlier <hidden> · 1 Reviewed-by
Quiet for 30+ days
Patches with no review trailers and no replies. Either the author is heads-down elsewhere or these slipped through. Oldest first.
-
STALE79d
[PATCH 31/61] net/tipc: Prefer IS_ERR_OR_NULL over manual NULL check
2026-03-10 · Philipp Hahn <hidden>