summaryrefslogtreecommitdiff
path: root/src/platform/nm-netlink.c
Commit message (Expand)AuthorAgeFilesLines
* platform: move genl_ctrl_resolve to nm-netlink.cJavier Arteaga2018-03-301-0/+68
* platform: print error message from netlink extended ackBeniamino Galvani2018-03-091-0/+20
* platform: cleanup error handling in event_handler_recvmsgs()Thomas Haller2018-02-211-4/+4
* netlink: various cleanups and use cleanup attributeThomas Haller2018-02-211-27/+28
* netlink: use slice allocator for "struct nl_msg"Thomas Haller2018-02-211-61/+38
* netlink: use glib allocator functions for nlmsg_alloc*()Thomas Haller2018-02-211-66/+21
* netlink: simplify netlink callback handlingThomas Haller2018-02-211-184/+44
* netlink: drop redundant nl_recvmsgs_report() functionThomas Haller2018-02-211-13/+2
* netlink: drop unused callback typesThomas Haller2018-02-211-62/+17
* netlink: remove unused callback hooksThomas Haller2018-02-211-53/+9
* netlink: refactor error numbers from netlinkThomas Haller2018-02-211-34/+68
* netlink: drop libnl3 dependencyThomas Haller2018-02-211-3/+1453
* netlink: move nl_nlmsghdr_to_str() to netlink headerThomas Haller2018-02-211-0/+104
* platform: move genl functions to nm-netlink.cThomas Haller2018-01-151-0/+97
* platform: add nm-netlink.h for netlink related helper functionsThomas Haller2018-01-151-0/+25