Re: [PATCH net-next] sctp: fix GSO for IPv6

2016-07-16 Thread David Miller
From: Marcelo Ricardo Leitner Date: Fri, 15 Jul 2016 16:40:02 -0300 > commit 90017accff61 ("sctp: Add GSO support") didn't register SCTP GSO > offloading for IPv6 and yet didn't put any restrictions on generating > GSO packets while in IPv6, which causes all IPv6 GSO'ed packets to be > silently d

[PATCH net-next] sctp: fix GSO for IPv6

2016-07-15 Thread Marcelo Ricardo Leitner
commit 90017accff61 ("sctp: Add GSO support") didn't register SCTP GSO offloading for IPv6 and yet didn't put any restrictions on generating GSO packets while in IPv6, which causes all IPv6 GSO'ed packets to be silently dropped. The fix is to properly register the offload this time. Fixes: 90017a