Searched hist:"262 d8625045e0c81b7859ecd192e9811710f19da" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | diff 262d8625045e0c81b7859ecd192e9811710f19da Wed Jul 20 19:22:34 CDT 2016 Brenden Blanco <bblanco@plumgrid.com> rtnl: protect do_setlink from IFLA_XDP_ATTACHED
The IFLA_XDP_ATTACHED nested attribute is meant for read-only, and while do_setlink properly ignores it, it should be more paranoid and reject commands that try to set it.
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|