linux/net/ieee802154
Johannes Berg ef6243acb4 genetlink: optionally validate strictly/dumps
Add options to strictly validate messages and dump messages,
sometimes perhaps validating dump messages non-strictly may
be required, so add an option for that as well.

Since none of this can really be applied to existing commands,
set the options everwhere using the following spatch:

    @@
    identifier ops;
    expression X;
    @@
    struct genl_ops ops[] = {
    ...,
     {
            .cmd = X,
    +       .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
            ...
     },
    ...
    };

For new commands one should just not copy the .validate 'opt-out'
flags and thus get strict validation.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-27 17:07:22 -04:00
..
6lowpan net: remove unused struct inet_frag_queue.fragments field 2019-02-26 08:27:05 -08:00
core.c net: remove blank lines at end of file 2018-07-24 14:10:43 -07:00
core.h
header_ops.c
ieee802154.h genetlink: make policy common to family 2019-03-22 10:38:23 -04:00
Kconfig
Makefile
netlink.c genetlink: make policy common to family 2019-03-22 10:38:23 -04:00
nl_policy.c net: remove blank lines at end of file 2018-07-24 14:10:43 -07:00
nl-mac.c
nl-phy.c net: dev: Add extack argument to dev_set_mac_address() 2018-12-13 18:41:38 -08:00
nl802154.c genetlink: optionally validate strictly/dumps 2019-04-27 17:07:22 -04:00
nl802154.h
rdev-ops.h
socket.c net: rework SIOCGSTAMP ioctl handling 2019-04-19 14:07:40 -07:00
sysfs.c
sysfs.h
trace.c
trace.h