linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: fix the features flag in sctp_gso_segment
@ 2021-01-11 12:45 Xin Long
  2021-01-11 12:45 ` [PATCH net-next 1/2] net: move the hsize check to the else block in skb_segment Xin Long
  0 siblings, 1 reply; 5+ messages in thread
From: Xin Long @ 2021-01-11 12:45 UTC (permalink / raw)
  To: network dev, linux-sctp
  Cc: Marcelo Ricardo Leitner, Neil Horman, davem, Jakub Kicinski,
	Alexander Duyck

Patch 1/2 is to improve the code in skb_segment(), and it is needed
by Patch 2/2.

Xin Long (2):
  net: move the hsize check to the else block in skb_segment
  sctp: remove the NETIF_F_SG flag before calling skb_segment

 net/core/skbuff.c  | 5 +++--
 net/sctp/offload.c | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.1.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-12  7:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 12:45 [PATCH net-next 0/2] net: fix the features flag in sctp_gso_segment Xin Long
2021-01-11 12:45 ` [PATCH net-next 1/2] net: move the hsize check to the else block in skb_segment Xin Long
2021-01-11 12:45   ` [PATCH net-next 2/2] sctp: remove the NETIF_F_SG flag before calling skb_segment Xin Long
2021-01-11 16:26   ` [PATCH net-next 1/2] net: move the hsize check to the else block in skb_segment Alexander Duyck
2021-01-12  7:20     ` Xin Long

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).