Age | Commit message (Expand) | Author | Files | Lines |
2023-08-18 | genetlink: replace custom CONCATENATE() implementation | Andy Shevchenko | 1 | -13/+14 |
2023-04-02 | genetlink: make _genl_cmd_to_str static | Christoph Böhmwalder | 1 | -1/+1 |
2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski | 1 | -0/+1 |
2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 1 | -1/+0 |
2019-03-22 | genetlink: make policy common to family | Johannes Berg | 1 | -2/+2 |
2018-02-07 | include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() defines | Masahiro Yamada | 1 | -11/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2016-10-27 | genetlink: mark families as __ro_after_init | Johannes Berg | 1 | -1/+1 |
2016-10-27 | genetlink: statically initialize families | Johannes Berg | 1 | -12/+16 |
2016-10-27 | genetlink: no longer support using static family IDs | Johannes Berg | 1 | -1/+0 |
2014-10-15 | genl_magic: Resolve logical-op warnings | Mark Rustad | 1 | -2/+2 |
2013-11-20 | genetlink: make multicast groups const, prevent abuse | Johannes Berg | 1 | -29/+20 |
2013-11-20 | genetlink: pass family to functions using groups | Johannes Berg | 1 | -1/+2 |
2013-11-20 | genetlink: only pass array to genl_register_family_with_ops() | Johannes Berg | 1 | -2/+1 |
2012-11-08 | drbd: Stop using NLA_PUT*(). | Andreas Gruenbacher | 1 | -3/+5 |
2012-11-08 | drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nes... | Andreas Gruenbacher | 1 | -37/+0 |
2012-11-08 | drbd: drbd_nla_check_mandatory(): Need to remove the DRBD_GENLA_F_MANDATORY f... | Andreas Gruenbacher | 1 | -1/+1 |
2012-11-08 | drbd: Make drbd's use of netlink attribute flags less confusing | Andreas Gruenbacher | 1 | -60/+47 |
2012-11-08 | drbd: Output signed / unsigned netlink fields correctly | Andreas Gruenbacher | 1 | -8/+15 |
2012-11-08 | drbd: Convert resync-after into a signed netlink field | Andreas Gruenbacher | 1 | -0/+3 |
2012-11-08 | drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.h | Andreas Gruenbacher | 1 | -0/+26 |
2012-11-08 | drbd: distribute former syncer_conf settings to disk, connection, and resourc... | Lars Ellenberg | 1 | -16/+33 |
2012-11-04 | drbd: switch configuration interface from connector to genetlink | Lars Ellenberg | 1 | -1/+1 |
2011-10-14 | drbd: prepare the transition from connector to genetlink | Lars Ellenberg | 1 | -0/+417 |