Age | Commit message (Expand) | Author |
2022-08-11 | net: add missing kdoc for struct genl_multicast_group::flags | Jakub Kicinski |
2021-02-12 | mptcp: avoid lock_fast usage in accept path | Florian Westphal |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-10-02 | genetlink: bring back per op policy | Jakub Kicinski |
2020-10-02 | genetlink: add small version of ops | Jakub Kicinski |
2020-10-02 | genetlink: reorg struct genl_family | Jakub Kicinski |
2020-09-28 | genetlink: add missing kdoc for validation flags | Jakub Kicinski |
2020-09-17 | genetlink: Remove unused function genl_err_attr() | YueHaibing |
2020-07-01 | genetlink: remove genl_bind | Sean Tranchetti |
2020-06-29 | genetlink: get rid of family->attrbuf | Cong Wang |
2019-10-06 | net: genetlink: remove unused genl_family_attrbuf() | Jiri Pirko |
2019-10-06 | net: genetlink: parse attrs and store in contect info struct during dumpit | Jiri Pirko |
2019-10-06 | net: genetlink: introduce dump info struct to be available during dumpit op | Jiri Pirko |
2019-04-27 | genetlink: optionally validate strictly/dumps | Johannes Berg |
2019-04-27 | netlink: re-add parse/validate functions in strict mode | Johannes Berg |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg |
2019-03-22 | genetlink: make policy common to family | Johannes Berg |
2018-08-29 | genetlink: constify genl_err_attr() argument | Michal Kubecek |
2017-11-16 | genetlink: fix genlmsg_nlhdr() | Michal Kubecek |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-06-05 | genetlink: remove ops_list from genetlink header. | Rosen, Rami |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg |
2017-04-13 | genetlink: pass extended ACK report down | Johannes Berg |
2016-11-13 | genetlink: Make family a signed integer. | David S. Miller |
2016-10-27 | genetlink: use idr to track families | Johannes Berg |
2016-10-27 | genetlink: statically initialize families | Johannes Berg |
2016-10-27 | genetlink: no longer support using static family IDs | Johannes Berg |
2016-10-27 | genetlink: introduce and use genl_family_attrbuf() | Johannes Berg |
2016-02-18 | Revert "genl: Add genlmsg_new_unicast() for unicast message allocation" | Florian Westphal |
2015-12-15 | netlink: add a start callback for starting a netlink dump | Tom Herbert |
2015-09-24 | genetlink: simplify genl_notify | Jiri Benc |
2015-03-12 | net: Introduce possible_net_t | Eric W. Biederman |
2015-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-01-26 | genetlink: Add genlmsg_parse() helper function. | Joe Stringer |
2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg |
2015-01-16 | genetlink: synchronize socket closing and family removal | Johannes Berg |
2015-01-16 | genetlink: document parallel_ops | Johannes Berg |
2014-12-27 | netlink/genetlink: pass network namespace to bind/unbind | Johannes Berg |
2014-12-27 | genetlink: pass multicast bind/unbind to families | Johannes Berg |
2014-12-27 | genetlink: pass only network namespace to genl_has_listeners() | Johannes Berg |
2014-09-19 | genetlink: add function genl_has_listeners() | Nicolas Dichtel |
2014-01-06 | genl: Add genlmsg_new_unicast() for unicast message allocation | Thomas Graf |
2013-11-21 | genetlink: fix genl_set_err() group ID | Johannes Berg |
2013-11-21 | genetlink: fix genlmsg_multicast() bug | Johannes Berg |
2013-11-19 | genetlink: make multicast groups const, prevent abuse | Johannes Berg |
2013-11-19 | genetlink: pass family to functions using groups | Johannes Berg |
2013-11-19 | genetlink: add and use genl_set_err() | Johannes Berg |
2013-11-19 | genetlink: remove family pointer from genl_multicast_group | Johannes Berg |
2013-11-19 | genetlink: remove genl_unregister_mc_group() | Johannes Berg |
2013-11-19 | genetlink: only pass array to genl_register_family_with_ops() | Johannes Berg |