]> git.baikalelectronics.ru Git - kernel.git/commit
net: Add a netdev software feature set that defaults to off.
authorSteffen Klassert <steffen.klassert@secunet.com>
Sat, 25 Jan 2020 10:26:43 +0000 (11:26 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jan 2020 10:00:21 +0000 (11:00 +0100)
commit6f5d0f7144160afb50af83983651d01758d356f8
treeddbe534727c5a90b657144d6cb44cd3c2919c0c2
parente90255c7c7b8fe638b35ed3e37d5a0c1f250c01e
net: Add a netdev software feature set that defaults to off.

The previous patch added the NETIF_F_GRO_FRAGLIST feature.
This is a software feature that should default to off.
Current software features default to on, so add a new
feature set that defaults to off.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdev_features.h
net/core/dev.c