Files
i2som-imx-linux/include/linux
John Fastabend 312fc2b4c8 net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG
When calling do_tcp_sendpages() from in kernel and we know the data
has no references from user side we can omit SKBTX_SHARED_FRAG flag.
This patch adds an internal flag, NO_SKBTX_SHARED_FRAG that can be used
to omit setting SKBTX_SHARED_FRAG.

The flag is not exposed to userspace because the sendpage call from
the splice logic masks out all bits except MSG_MORE.

Signed-off-by: John Fastabend <john.fastabend@gmail.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-03-19 21:14:38 +01:00
..
2018-02-14 09:43:22 -08:00
2018-02-20 11:34:54 +00:00
2018-02-12 15:59:08 +00:00
2018-02-26 12:32:42 -08:00
2018-02-26 09:48:42 -07:00
2018-02-22 21:13:03 +01:00
2018-02-24 01:43:47 +01:00
2018-03-07 12:38:24 -05:00
2018-02-20 13:23:13 -05:00