]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-make-udp-tunnel-devices-support-fraglist'
authorJakub Kicinski <kuba@kernel.org>
Tue, 19 Jan 2021 03:57:04 +0000 (19:57 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 19 Jan 2021 03:57:04 +0000 (19:57 -0800)
commit88e1043587ddabff5d35e04c64262c96bdb70646
treecc7762c9e3c77f038d811ab0ddce841a24c2c7d7
parent2106ab04ccd0e7fb3168a3f98b05c2d4928b6c67
parent7f22c23254ed6bd17a39e3505cbfd602b63a9582
Merge branch 'net-make-udp-tunnel-devices-support-fraglist'

Xin Long says:

====================
net: make udp tunnel devices support fraglist

Like GRE device, UDP tunnel devices should also support fraglist, so
that some protocol (like SCTP) HW GSO that requires NETIF_F_FRAGLIST
in the dev can work. Especially when the lower device support both
NETIF_F_GSO_UDP_TUNNEL and NETIF_F_GSO_SCTP.
====================

Link: https://lore.kernel.org/r/cover.1610704037.git.lucien.xin@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>