Messages by Date
-
2025/10/18
[PATCH 01/19 v6.1.y] minmax: add in_range() macro
Eliav Farber
-
2025/10/18
Re: [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
Greg KH
-
2025/10/18
[PATCH 18/19 v6.1.y] minmax.h: simplify the variants of clamp()
Eliav Farber
-
2025/10/18
[PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
Eliav Farber
-
2025/10/18
[PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
Eliav Farber
-
2025/10/18
Re: [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
David Laight
-
2025/10/18
[PATCH 12/19 v6.1.y] minmax: fix up min3() and max3() too
Eliav Farber
-
2025/10/18
[PATCH 17/19 v6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
Eliav Farber
-
2025/10/18
[PATCH v3 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
Eliav Farber
-
2025/10/18
[PATCH 14/19 v6.1.y] minmax.h: update some comments
Eliav Farber
-
2025/10/18
[PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
Eliav Farber
-
2025/10/18
[PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
Eliav Farber
-
2025/10/18
[PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
Eliav Farber
-
2025/10/18
[PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
Eliav Farber
-
2025/10/18
[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
Eliav Farber
-
2025/10/18
[PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
Eliav Farber
-
2025/10/18
RE: [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
Farber, Eliav
-
2025/10/18
[PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
Eliav Farber
-
2025/10/18
[PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
Eliav Farber
-
2025/10/18
[PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
Eliav Farber
-
2025/10/18
RE: [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
Farber, Eliav
-
2025/10/18
[PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
Eliav Farber
-
2025/10/18
[PATCH 04/19 v6.1.y] minmax: fix indentation of __cmp_once() and __clamp_once()
Eliav Farber
-
2025/10/17
[PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
Eliav Farber
-
2025/10/17
[PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
Eliav Farber
-
2025/10/17
[PATCH 10/19 v6.1.y] minmax: don't use max() in situations that want a C constant expression
Eliav Farber
-
2025/10/17
[PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
Eliav Farber
-
2025/10/17
[PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
Eliav Farber
-
2025/10/17
[PATCH 15/19 v6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
Eliav Farber
-
2025/10/17
[PATCH v3 01/19 5.15.y] minmax: add in_range() macro
Eliav Farber
-
2025/10/17
[PATCH v2 01/19 5.15.y] minmax: add in_range() macro
Eliav Farber
-
2025/10/17
Re: [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
Greg KH
-
2025/10/17
[PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
Eliav Farber
-
2025/10/13
[PATCH v3 18/19 5.15.y] minmax.h: simplify the variants of clamp()
Eliav Farber
-
2025/10/08
[PATCH v3 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
Eliav Farber
-
2025/10/08
[PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
Eliav Farber
-
2025/10/08
[PATCH v3 14/19 5.15.y] minmax.h: update some comments
Eliav Farber
-
2025/10/08
[PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
Eliav Farber
-
2025/10/08
[PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
Eliav Farber
-
2025/10/08
[PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
Eliav Farber
-
2025/10/06
Re: [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
Greg KH
-
2025/10/03
[PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
Eliav Farber
-
2025/10/03
[PATCH v2 18/19 5.15.y] minmax.h: simplify the variants of clamp()
Eliav Farber
-
2025/10/03
[PATCH v2 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
Eliav Farber
-
2025/10/03
[PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
Eliav Farber
-
2025/10/03
[PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
Eliav Farber
-
2025/10/03
[PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
Eliav Farber
-
2025/10/03
[PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
Eliav Farber
-
2025/10/03
[PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
Eliav Farber
-
2025/10/03
[PATCH v2 14/19 5.15.y] minmax.h: update some comments
Eliav Farber
-
2025/10/03
[PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
Eliav Farber
-
2025/10/03
[PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
Eliav Farber
-
2025/10/03
[PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
Eliav Farber
-
2025/10/03
[PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
Eliav Farber
-
2025/10/03
[PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
Eliav Farber
-
2025/10/03
[PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
Eliav Farber
-
2025/10/03
[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
Eliav Farber
-
2025/10/02
[PATCH 12/19 5.15.y] minmax: fix up min3() and max3() too
Eliav Farber
-
2025/10/02
[PATCH 02/19 5.15.y] minmax: Introduce {min,max}_array()
Eliav Farber
-
2025/10/02
[PATCH 11/19 5.15.y] minmax: improve macro expansion and type checking
Eliav Farber
-
2025/10/02
[PATCH 09/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
Eliav Farber
-
2025/10/02
[PATCH 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
Eliav Farber
-
2025/10/02
[PATCH 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
Eliav Farber
-
2025/10/02
[PATCH 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
Eliav Farber
-
2025/10/02
[PATCH 18/19 5.15.y] minmax.h: simplify the variants of clamp()
Eliav Farber
-
2025/10/02
[PATCH 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
Eliav Farber
-
2025/10/02
[PATCH 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
Eliav Farber
-
2025/10/02
[PATCH 14/19 5.15.y] minmax.h: update some comments
Eliav Farber
-
2025/10/02
[PATCH 07/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
Eliav Farber
-
2025/10/02
[PATCH 10/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
Eliav Farber
-
2025/10/02
[PATCH 08/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
Eliav Farber
-
2025/10/02
[PATCH 06/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
Eliav Farber
-
2025/10/02
[PATCH 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
Eliav Farber
-
2025/10/02
[PATCH 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
Eliav Farber
-
2025/10/02
[PATCH 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
Eliav Farber
-
2025/10/02
[PATCH 01/19 5.15.y] minmax: add in_range() macro
Eliav Farber
-
2025/10/02
RE: [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
Farber, Eliav
-
2025/09/29
RE: [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
Farber, Eliav
-
2025/09/24
[PATCH 03/19 v6.1.y] minmax: deduplicate __unconst_integer_typeof()
Eliav Farber
-
2025/09/24
[PATCH 11/19 v6.1.y] minmax: improve macro expansion and type checking
Eliav Farber
-
2025/09/24
[PATCH 19/19 v6.1.y] minmax.h: remove some #defines that are only expanded once
Eliav Farber
-
2025/09/24
[PATCH 16/19 v6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
Eliav Farber
-
2025/09/24
[PATCH 13/19 v6.1.y] minmax.h: add whitespace around operators and after commas
Eliav Farber
-
2025/09/24
[PATCH 09/19 v6.1.y] minmax: simplify min()/max()/clamp() implementation
Eliav Farber
-
2025/09/24
[PATCH 08/19 v6.1.y] minmax: add a few more MIN_T/MAX_T users
Eliav Farber
-
2025/09/24
[PATCH 06/19 v6.1.y] minmax: simplify and clarify min_t()/max_t() implementation
Eliav Farber
-
2025/09/24
[PATCH 05/19 v6.1.y] minmax: avoid overly complicated constant expressions in VM code
Eliav Farber
-
2025/09/24
[PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
Eliav Farber
-
2025/07/15
Re: [tipc-discussion] Sends Hanging
Duzan, Gary D via tipc-discussion
-
2025/07/15
[tipc-discussion] Sends Hanging
Duzan, Gary D via tipc-discussion
-
2025/04/05
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
David Laight
-
2025/04/04
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Stanislav Fomichev
-
2025/04/04
[RFC PATCH 2/4] net: pass 'optlen_t' to proto[ops].getsockopt() hooks
Stefan Metzmacher
-
2025/04/04
[RFC PATCH 3/4] net: pass a kernel pointer via 'optlen_t' to proto[ops].getsockopt() hooks
Stefan Metzmacher
-
2025/04/04
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
David Laight
-
2025/04/02
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
David Laight
-
2025/04/02
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Stanislav Fomichev
-
2025/04/02
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Linus Torvalds
-
2025/04/02
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Stanislav Fomichev
-
2025/04/02
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
David Laight
-
2025/04/01
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Linus Torvalds
-
2025/04/01
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Stefan Metzmacher
-
2025/04/01
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Stanislav Fomichev
-
2025/04/01
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Stefan Metzmacher
-
2025/04/01
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Breno Leitao
-
2025/04/01
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Stanislav Fomichev
-
2025/04/01
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Stefan Metzmacher
-
2025/04/01
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Stefan Metzmacher
-
2025/04/01
Re: [RFC PATCH 1/4] net: introduce get_optlen() and put_optlen() helpers
Stefan Metzmacher
-
2025/04/01
Re: [RFC PATCH 1/4] net: introduce get_optlen() and put_optlen() helpers
Breno Leitao
-
2025/04/01
Re: [RFC PATCH 3/4] net: pass a kernel pointer via 'optlen_t' to proto[ops].getsockopt() hooks
Stefan Metzmacher
-
2025/04/01
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Stefan Metzmacher
-
2025/03/31
[RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Stefan Metzmacher
-
2025/03/31
Re: [RFC PATCH 3/4] net: pass a kernel pointer via 'optlen_t' to proto[ops].getsockopt() hooks
David Laight
-
2025/03/31
Re: [RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
Stanislav Fomichev
-
2025/03/31
Re: [RFC PATCH 2/4] net: pass 'optlen_t' to proto[ops].getsockopt() hooks
Stefan Metzmacher
-
2025/03/31
[RFC PATCH 4/4] io_uring: let io_uring_cmd_getsockopt() allow level other than SOL_SOCKET
Stefan Metzmacher
-
2025/03/31
[RFC PATCH 1/4] net: introduce get_optlen() and put_optlen() helpers
Stefan Metzmacher
-
2025/02/04
[tipc-discussion] Question on removing remote IP
Hou, Hao via tipc-discussion
-
2025/01/15
Re: [PATCH] net: Convert proto_ops::getname to sockaddr_storage
Marc Kleine-Budde
-
2025/01/14
Re: [PATCH] net: Convert proto_ops::getname to sockaddr_storage
Allison Henderson
-
2024/12/17
Re: [PATCH] net: Convert proto_ops::getname to sockaddr_storage
Chuck Lever
-
2024/12/16
Re: [PATCH] net: Convert proto_ops::getname to sockaddr_storage
Christoph Hellwig
-
2024/12/16
[PATCH] net: Convert proto_ops::getname to sockaddr_storage
Kees Cook
-
2024/12/13
Re: [syzbot] [tipc?] kernel BUG in __pskb_pull_tail
Eric Dumazet
-
2024/12/13
Re: [syzbot] [tipc?] kernel BUG in __pskb_pull_tail
syzbot
-
2024/09/18
Re: [tipc-discussion] Reg: Need information about TIPC_MCAST subscriber socket
prakash bisht
-
2024/09/16
Re: [tipc-discussion] Reg: Need information about TIPC_MCAST subscriber socket
Jon Maloy
-
2024/09/16
[tipc-discussion] Reg: Need information about TIPC_MCAST subscriber socket
prakash bisht
-
2024/07/24
Re: [tipc-discussion] Reg: TIPC Error - "Unable to remove publication from failed node"
prakash bisht
-
2024/07/17
Re: [tipc-discussion] Reg: TIPC Error - "Unable to remove publication from failed node"
prakash bisht
-
2024/07/08
Re: [tipc-discussion] Reg: TIPC Error - "Unable to remove publication from failed node"
Tung Quang Nguyen via tipc-discussion
-
2024/07/04
[tipc-discussion] Reg: TIPC Error - "Unable to remove publication from failed node"
prakash bisht
-
2024/05/21
Re: [tipc-discussion] Tuning/Debugging of "Retransmission failure"
Duzan, Gary D via tipc-discussion
-
2024/05/16
Re: [tipc-discussion] Tuning/Debugging of "Retransmission failure"
Duzan, Gary D via tipc-discussion
-
2024/05/15
Re: [tipc-discussion] Tuning/Debugging of "Retransmission failure"
Tung Quang Nguyen via tipc-discussion
-
2024/05/15
Re: [tipc-discussion] Tuning/Debugging of "Retransmission failure"
Duzan, Gary D via tipc-discussion
-
2024/05/15
[tipc-discussion] Tuning/Debugging of "Retransmission failure"
Duzan, Gary D via tipc-discussion
-
2024/05/01
Re: [tipc-discussion] [PATCH net] tipc: fix a possible memleak in tipc_buf_append
Tung Quang Nguyen via tipc-discussion
-
2024/04/30
[tipc-discussion] [PATCH net] tipc: fix a possible memleak in tipc_buf_append
Xin Long
-
2024/02/19
Re: [tipc-discussion] Reg: TIPC socket buffer size recommendation
Tung Quang Nguyen via tipc-discussion
-
2024/02/19
[tipc-discussion] Reg: TIPC socket buffer size recommendation
prakash bisht
-
2024/02/15
Re: [tipc-discussion] TIPC socket alive even when the process is killed ( using SIGKILL)
Tung Quang Nguyen via tipc-discussion
-
2024/02/15
[tipc-discussion] TIPC socket alive even when the process is killed ( using SIGKILL)
prakash bisht
-
2024/02/04
Re: [tipc-discussion] [PATCH net-next] tipc: rename the module name diag to tipc_diag
Tung Quang Nguyen via tipc-discussion
-
2024/02/02
[tipc-discussion] [PATCH net-next] tipc: rename the module name diag to tipc_diag
Xin Long
-
2023/11/22
Re: [tipc-discussion] [RFC PATCH] net/tipc: reduce tipc_node lock holding time in tipc_rcv
Tung Quang Nguyen via tipc-discussion
-
2023/11/22
Re: [tipc-discussion] [RFC PATCH] net/tipc: reduce tipc_node lock holding time in tipc_rcv
Tung Quang Nguyen via tipc-discussion
-
2023/10/02
Re: [tipc-discussion] [PATCH] tipc: fix a potential deadlock on &tx->lock
Jon Maloy
-
2023/09/26
Re: [tipc-discussion] [PATCH] tipc: Fix uninit-value access in tipc_nl_node_reset_link_stats()
Jon Maloy
-
2023/06/26
Re: [tipc-discussion] TIPC out-of-order publish message
Tung Quang Nguyen via tipc-discussion
-
2023/06/23
Re: [tipc-discussion] TIPC out-of-order publish message
Duzan, Gary D via tipc-discussion
-
2023/06/23
Re: [tipc-discussion] TIPC out-of-order publish message
Rune Torgersen
-
2023/06/23
Re: [tipc-discussion] TIPC out-of-order publish message
Rune Torgersen
-
2023/06/23
Re: [tipc-discussion] TIPC out-of-order publish message
Jon Maloy
-
2023/06/22
Re: [tipc-discussion] TIPC out-of-order publish message
Rune Torgersen
-
2023/06/22
Re: [tipc-discussion] TIPC out-of-order publish message
Tung Quang Nguyen via tipc-discussion
-
2023/06/22
Re: [tipc-discussion] TIPC out-of-order publish message
Tung Quang Nguyen via tipc-discussion
-
2023/06/21
Re: [tipc-discussion] TIPC out-of-order publish message
Rune Torgersen
-
2023/06/21
Re: [tipc-discussion] TIPC out-of-order publish message
Rune Torgersen
-
2023/06/21
Re: [tipc-discussion] TIPC out-of-order publish message
Tung Quang Nguyen via tipc-discussion
-
2023/06/20
[tipc-discussion] TIPC out-of-order publish message
Rune Torgersen
-
2023/06/14
Re: [tipc-discussion] [PATCH v2] net: tipc: resize nlattr array to correct size
Tung Quang Nguyen via tipc-discussion
-
2023/06/14
Re: [tipc-discussion] [PATCH v1] tipc: resize nlattr array to correct size
Tung Quang Nguyen via tipc-discussion
-
2023/06/14
Re: [tipc-discussion] [PATCH v1] tipc: resize nlattr array to correct size
Tung Quang Nguyen via tipc-discussion
-
2023/06/06
Re: [tipc-discussion] [PATCH net-next] tipc: replace open-code bearer rcu_dereference access in bearer.c
Tung Quang Nguyen via tipc-discussion
-
2023/06/05
[tipc-discussion] [PATCH net-next] tipc: replace open-code bearer rcu_dereference access in bearer.c
Xin Long
-
2023/05/31
[tipc-discussion] Passing SCM_RIGHTS/SCM_CREDENTIALS
Duzan, Gary D via tipc-discussion
-
2023/05/29
Re: [tipc-discussion] [PATCH net-next] tipc: delete tipc_mtu_bad from tipc_udp_enable
Tung Quang Nguyen via tipc-discussion
-
2023/05/29
[tipc-discussion] [PATCH net-next] tipc: delete tipc_mtu_bad from tipc_udp_enable
Xin Long
-
2023/05/19
Re: [tipc-discussion] Gacks on, callbacks suppressed messages
Duzan, Gary D via tipc-discussion
-
2023/05/18
Re: [tipc-discussion] Gacks on, callbacks suppressed messages
Tung Quang Nguyen via tipc-discussion
-
2023/05/18
[tipc-discussion] Gacks on, callbacks suppressed messages
Duzan, Gary D via tipc-discussion
-
2023/05/15
Re: [tipc-discussion] TIPC socket ( SOCK_SEQPACKET) cleanup issue
Duzan, Gary D via tipc-discussion
-
2023/05/15
Re: [tipc-discussion] TIPC socket ( SOCK_SEQPACKET) cleanup issue
Tung Quang Nguyen via tipc-discussion
-
2023/05/14
Re: [tipc-discussion] TIPC socket ( SOCK_SEQPACKET) cleanup issue
prakash bisht
-
2023/05/14
Re: [tipc-discussion] [PATCHv3 net 0/3] tipc: fix the mtu update in link mtu negotiation
Tung Quang Nguyen via tipc-discussion
-
2023/05/14
[tipc-discussion] [PATCHv3 net 0/3] tipc: fix the mtu update in link mtu negotiation
Xin Long
-
2023/05/14
[tipc-discussion] [PATCHv3 net 3/3] tipc: check the bearer min mtu properly when setting it by netlink
Xin Long
-
2023/05/14
[tipc-discussion] [PATCHv3 net 1/3] tipc: add tipc_bearer_min_mtu to calculate min mtu
Xin Long
-
2023/05/14
[tipc-discussion] [PATCHv3 net 2/3] tipc: do not update mtu if msg_max is too small in mtu negotiation
Xin Long
-
2023/05/07
Re: [tipc-discussion] [PATCHv2 net 0/3] tipc: fix the mtu update in link mtu negotiation
Jon Maloy
-
2023/05/03
Re: [tipc-discussion] [PATCHv2 net 2/3] tipc: do not update mtu if msg_max is too small in mtu negotiation
Jon Maloy
-
2023/05/03
Re: [tipc-discussion] [PATCHv2 net 1/3] tipc: add tipc_bearer_min_mtu to calculate min mtu
Xin Long
-
2023/05/03
Re: [tipc-discussion] [PATCHv2 net 2/3] tipc: do not update mtu if msg_max is too small in mtu negotiation
Xin Long
-
2023/05/02
Re: [tipc-discussion] [PATCHv2 net 1/3] tipc: add tipc_bearer_min_mtu to calculate min mtu
Tung Quang Nguyen via tipc-discussion
-
2023/05/02
Re: [tipc-discussion] [PATCHv2 net 2/3] tipc: do not update mtu if msg_max is too small in mtu negotiation
Tung Quang Nguyen via tipc-discussion
-
2023/05/02
[tipc-discussion] [PATCHv2 net 1/3] tipc: add tipc_bearer_min_mtu to calculate min mtu
Xin Long
-
2023/05/02
[tipc-discussion] [PATCHv2 net 2/3] tipc: do not update mtu if msg_max is too small in mtu negotiation
Xin Long
-
2023/05/02
[tipc-discussion] [PATCHv2 net 0/3] tipc: fix the mtu update in link mtu negotiation
Xin Long
-
2023/05/02
[tipc-discussion] [PATCHv2 net 3/3] tipc: check the bearer min mtu properly when setting it by netlink
Xin Long
-
2023/05/01
Re: [tipc-discussion] [PATCH net 1/2] tipc: add tipc_bearer_min_mtu to calculate min mtu
Xin Long
-
2023/05/01
Re: [tipc-discussion] [PATCH net 2/2] tipc: do not update mtu if msg_max is too small
Xin Long
-
2023/05/01
Re: [tipc-discussion] [PATCH net 1/2] tipc: add tipc_bearer_min_mtu to calculate min mtu
Xin Long
-
2023/04/30
Re: [tipc-discussion] [PATCH net 2/2] tipc: do not update mtu if msg_max is too small
Tung Quang Nguyen via tipc-discussion
-
2023/04/30
Re: [tipc-discussion] [PATCH net 1/2] tipc: add tipc_bearer_min_mtu to calculate min mtu
Tung Quang Nguyen via tipc-discussion
-
2023/04/29
[tipc-discussion] [PATCH net 1/2] tipc: add tipc_bearer_min_mtu to calculate min mtu
Xin Long
-
2023/04/29
[tipc-discussion] [PATCH net 2/2] tipc: do not update mtu if msg_max is too small
Xin Long
-
2023/04/29
[tipc-discussion] [PATCH net 0/2] tipc: fix the mtu update in link mtu negotiation
Xin Long
-
2023/04/25
Re: [tipc-discussion] TIPC socket ( SOCK_SEQPACKET) cleanup issue
prakash bisht