Re: [PATCH v5 1/1] tcp: Honor the eor bit in tcp_mtu_probe

2018-02-12 Thread David Miller
From: Ilya Lesokhin Date: Mon, 12 Feb 2018 12:57:04 +0200 > Avoid SKB coalescing if eor bit is set in one of the relevant > SKBs. > > Fixes: c134ecb87817 ("tcp: Make use of MSG_EOR in tcp_sendmsg") > Signed-off-by: Ilya Lesokhin Applied and queued up for -stable.

[PATCH v5 1/1] tcp: Honor the eor bit in tcp_mtu_probe

2018-02-12 Thread Ilya Lesokhin
Avoid SKB coalescing if eor bit is set in one of the relevant SKBs. Fixes: c134ecb87817 ("tcp: Make use of MSG_EOR in tcp_sendmsg") Signed-off-by: Ilya Lesokhin --- Changes from v4: - Remove Gerrit Change-Id Changes from v3: - Fix coding style Changes from v2: