mbox series

[net-next,0/2] net: fix the features flag in sctp_gso_segment

Message ID cover.1610368918.git.lucien.xin@gmail.com (mailing list archive)
Headers show
Series net: fix the features flag in sctp_gso_segment | expand

Message

Xin Long Jan. 11, 2021, 12:45 p.m. UTC
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(-)