| Commit message (Expand) | Author | Age | Files | Lines |
* | genetlink: add genlmsg_iput() API | Jakub Kicinski | 2023-08-16 | 1 | -1/+53 |
* | genetlink: add a family pointer to struct genl_info | Jakub Kicinski | 2023-08-16 | 1 | -2/+2 |
* | genetlink: use attrs from struct genl_info | Jakub Kicinski | 2023-08-16 | 1 | -1/+0 |
* | genetlink: add struct genl_info to struct genl_dumpit_info | Jakub Kicinski | 2023-08-15 | 1 | -0/+8 |
* | genetlink: remove userhdr from struct genl_info | Jakub Kicinski | 2023-08-15 | 1 | -2/+5 |
* | genetlink: make genl_info->nlhdr const | Jakub Kicinski | 2023-08-15 | 1 | -1/+1 |
* | mptcp: more detailed error reporting on endpoint creation | Paolo Abeni | 2022-11-21 | 1 | -0/+3 |
* | genetlink: allow families to use split ops directly | Jakub Kicinski | 2022-11-07 | 1 | -0/+5 |
* | genetlink: introduce split op representation | Jakub Kicinski | 2022-11-07 | 1 | -4/+56 |
* | genetlink: move the private fields in struct genl_family | Jakub Kicinski | 2022-11-07 | 1 | -5/+6 |
* | genetlink: piggy back on resv_op to default to a reject policy | Jakub Kicinski | 2022-10-25 | 1 | -1/+9 |
* | genetlink: fix kdoc warnings | Jakub Kicinski | 2022-10-19 | 1 | -3/+5 |
* | netlink: add helpers for extack attr presence checking | Jakub Kicinski | 2022-08-30 | 1 | -0/+7 |
* | genetlink: start to validate reserved header bytes | Jakub Kicinski | 2022-08-29 | 1 | -0/+3 |
* | net: add missing kdoc for struct genl_multicast_group::flags | Jakub Kicinski | 2022-08-11 | 1 | -2/+3 |
* | mptcp: avoid lock_fast usage in accept path | Florian Westphal | 2021-02-13 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-10-06 | 1 | -0/+1 |
|\ |
|
| * | genetlink: add missing kdoc for validation flags | Jakub Kicinski | 2020-09-29 | 1 | -0/+1 |
* | | genetlink: bring back per op policy | Jakub Kicinski | 2020-10-03 | 1 | -0/+4 |
* | | genetlink: add small version of ops | Jakub Kicinski | 2020-10-03 | 1 | -14/+39 |
* | | genetlink: reorg struct genl_family | Jakub Kicinski | 2020-10-03 | 1 | -5/+5 |
* | | genetlink: Remove unused function genl_err_attr() | YueHaibing | 2020-09-18 | 1 | -8/+0 |
|/ |
|
* | genetlink: remove genl_bind | Sean Tranchetti | 2020-07-02 | 1 | -8/+0 |
* | genetlink: get rid of family->attrbuf | Cong Wang | 2020-06-30 | 1 | -2/+0 |
* | net: genetlink: remove unused genl_family_attrbuf() | Jiri Pirko | 2019-10-06 | 1 | -2/+0 |
* | net: genetlink: parse attrs and store in contect info struct during dumpit | Jiri Pirko | 2019-10-06 | 1 | -0/+4 |
* | net: genetlink: introduce dump info struct to be available during dumpit op | Jiri Pirko | 2019-10-06 | 1 | -0/+14 |
* | genetlink: optionally validate strictly/dumps | Johannes Berg | 2019-04-27 | 1 | -0/+7 |
* | netlink: re-add parse/validate functions in strict mode | Johannes Berg | 2019-04-27 | 1 | -0/+19 |
* | netlink: make validation more configurable for future strictness | Johannes Berg | 2019-04-27 | 1 | -8/+8 |
* | genetlink: make policy common to family | Johannes Berg | 2019-03-22 | 1 | -2/+2 |
* | genetlink: constify genl_err_attr() argument | Michal Kubecek | 2018-08-30 | 1 | -1/+1 |
* | genetlink: fix genlmsg_nlhdr() | Michal Kubecek | 2017-11-16 | 1 | -8/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | genetlink: remove ops_list from genetlink header. | Rosen, Rami | 2017-06-05 | 1 | -1/+0 |
* | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 2017-04-13 | 1 | -3/+5 |
* | genetlink: pass extended ACK report down | Johannes Berg | 2017-04-13 | 1 | -0/+12 |
* | genetlink: Make family a signed integer. | David S. Miller | 2016-11-13 | 1 | -1/+1 |
* | genetlink: use idr to track families | Johannes Berg | 2016-10-27 | 1 | -16/+15 |
* | genetlink: statically initialize families | Johannes Berg | 2016-10-27 | 1 | -59/+12 |
* | genetlink: no longer support using static family IDs | Johannes Berg | 2016-10-27 | 1 | -5/+2 |
* | genetlink: introduce and use genl_family_attrbuf() | Johannes Berg | 2016-10-27 | 1 | -0/+2 |
* | Revert "genl: Add genlmsg_new_unicast() for unicast message allocation" | Florian Westphal | 2016-02-18 | 1 | -4/+0 |
* | netlink: add a start callback for starting a netlink dump | Tom Herbert | 2015-12-16 | 1 | -0/+2 |
* | genetlink: simplify genl_notify | Jiri Benc | 2015-09-24 | 1 | -3/+2 |
* | net: Introduce possible_net_t | Eric W. Biederman | 2015-03-12 | 1 | -3/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-01-28 | 1 | -1/+6 |
|\ |
|
| * | genetlink: synchronize socket closing and family removal | Johannes Berg | 2015-01-16 | 1 | -1/+4 |
| * | genetlink: document parallel_ops | Johannes Berg | 2015-01-16 | 1 | -0/+2 |
* | | genetlink: Add genlmsg_parse() helper function. | Joe Stringer | 2015-01-27 | 1 | -0/+17 |