]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-ufo-remove'
authorDavid S. Miller <davem@davemloft.net>
Mon, 17 Jul 2017 16:53:05 +0000 (09:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Jul 2017 16:53:05 +0000 (09:53 -0700)
commit322c57ff6138d7e7366ca817f959975f48b7a33b
treeb08995228a9b62ddfc41c205b18ab043dbb84d1b
parenta8f294dea8a9a35f32104f747b2b9780dd1d1b7d
parentea1106dea18d1cfa39b8db7f181f1371f0858121
Merge branch 'net-ufo-remove'

David S. Miller says:

====================
net: Remove UDP Fragmentation Offload support

This is a patch series, based upon some discussions with various
developers, that removes UFO offloading.

Very few devices support this operation, it's usefullness is
quesitonable at best, and it adds a non-trivial amount of
complexity to our data paths.

v2: Delete more code thanks to feedback from Willem.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>