Jakub Kicinski 2106efda78 net: remove .ndo_change_proto_down
.ndo_change_proto_down was added seemingly to enable out-of-tree
implementations. Over 2.5yrs later we still have no real users
upstream. Hardwire the generic implementation for now, we can
revert once real users materialize. (rocker is a test vehicle,
not a user.)

We need to drop the optimization on the sysfs side, because
unlike ndos priv_flags will be changed at runtime, so we'd
need READ_ONCE/WRITE_ONCE everywhere..

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-11-23 12:18:48 +00:00
..
2021-08-13 14:09:19 -07:00
2021-11-23 12:18:48 +00:00
2021-08-05 13:27:50 +01:00
2021-11-16 13:16:54 +00:00
2021-11-23 12:18:48 +00:00
2021-09-03 11:48:28 +01:00
2021-11-23 12:18:48 +00:00
2021-11-16 19:07:54 -08:00
2020-06-18 20:46:23 -07:00
2021-10-27 18:13:57 -07:00