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