Xin Long
3c7d4415db
udp6: move the mss check after udp gso tunnel processing
...
For some protocol's gso, like SCTP, it's using GSO_BY_FRAGS for
gso_size. When using UDP to encapsulate its packet, it will
return error in udp6_ufo_fragment() as skb->len < gso_size,
and it will never go to the gso tunnel processing.
So we should move this check after udp gso tunnel processing,
the same as udp4_ufo_fragment() does.
v1->v2:
- no change.
v2->v3:
- not do any cleanup.
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-10-30 15:23:41 -07:00
..
2020-06-20 21:33:57 -07:00
2020-10-20 13:54:53 +02:00
2020-08-31 12:26:39 -07:00
2020-08-18 15:58:53 -07:00
2019-04-27 17:07:21 -04:00
2020-08-31 12:26:39 -07:00
2020-04-28 11:28:36 +02:00
2020-07-30 16:30:55 -07:00
2020-10-30 12:14:23 -07:00
2020-07-24 17:12:41 -07:00
2020-06-20 21:33:57 -07:00
2020-07-28 07:57:23 +02:00
2019-07-27 14:23:48 -07:00
2019-05-30 11:26:32 -07:00
2020-07-13 17:20:39 -07:00
2019-10-04 11:10:56 -07:00
2020-07-28 17:42:31 -07:00
2020-06-20 21:33:57 -07:00
2020-10-15 18:42:13 -07:00
2019-12-24 22:28:54 -08:00
2020-08-31 13:08:10 -07:00
2018-10-24 14:18:16 -07:00
2020-10-15 12:43:21 -07:00
2020-08-05 20:13:21 -07:00
2020-09-28 16:01:37 -07:00
2020-06-19 13:41:59 -07:00
2020-03-30 13:45:04 -07:00
2020-06-23 20:10:15 -07:00
2019-05-30 11:26:32 -07:00
2020-10-15 18:42:13 -07:00
2020-08-20 16:28:04 -07:00
2020-06-01 14:57:14 -07:00
2020-10-06 06:23:21 -07:00
2020-07-24 15:41:54 -07:00
2020-07-09 12:55:37 +02:00
2020-08-02 01:02:12 -07:00
2020-09-18 17:45:04 -07:00
2020-03-29 22:30:57 -07:00
2019-06-05 17:37:07 +02:00
2020-10-30 13:58:45 -07:00
2019-06-06 08:34:50 +02:00
2020-05-01 17:02:27 -07:00
2020-08-13 04:16:15 +02:00
2019-05-21 10:50:45 +02:00
2020-07-03 14:36:04 -07:00
2019-06-07 11:00:14 -07:00
2019-05-30 11:26:32 -07:00
2020-08-20 15:45:14 -04:00
2019-08-08 15:55:10 -07:00
2020-10-15 12:43:21 -07:00
2020-10-30 12:12:52 -07:00
2020-10-30 12:12:52 -07:00
2020-05-08 15:32:17 +10:00
2020-08-03 17:57:40 -07:00
2020-06-04 15:39:32 -07:00
2020-06-04 15:39:32 -07:00
2020-06-30 12:29:39 -07:00
2020-07-31 16:55:32 -07:00
2020-09-02 15:44:53 -07:00
2020-09-18 14:12:43 -07:00
2019-05-30 11:26:32 -07:00
2020-07-09 12:52:37 +02:00
2020-07-24 15:41:54 -07:00
2020-10-30 15:23:41 -07:00
2020-10-30 15:23:33 -07:00
2020-07-19 18:16:41 -07:00
2020-05-06 09:40:08 +02:00
2020-05-06 09:40:08 +02:00
2019-12-24 22:28:54 -08:00
2020-04-28 11:28:36 +02:00
2020-05-06 09:40:08 +02:00
2020-02-27 10:17:41 +01:00