summaryrefslogtreecommitdiff
path: root/src/libnm-platform/nm-netlink.h
Commit message (Expand)AuthorAgeFilesLines
* platform/netlink: expose genl_ctrl_policy policy in headerThomas Haller2022-06-241-0/+2
* platform/netlink: drop nl_socket_set_ext_ack() APIThomas Haller2022-06-241-2/+0
* platform/netlink: simplify socket flags and use boolean fieldsThomas Haller2022-06-241-2/+0
* platform/netlink: add flags argument to nl_socket_new()Thomas Haller2022-06-241-2/+15
* platform/netlink: extend nl_nlmsghdr_to_str() for genl messagesThomas Haller2022-06-241-2/+5
* platform/netlink: add reading NETLINK_PKTINFO in nl_recv()Thomas Haller2022-06-241-1/+5
* platform/netlink: add nl_msg_lite struct to avoid allocating netlink messageThomas Haller2022-06-241-0/+20
* platform/netlink: add const modifier for genl functionsThomas Haller2022-06-241-18/+18
* platform/netlink: add const modifier to netlink header pointersThomas Haller2022-06-231-1/+1
* platform/netlink: add "rxbuf/txbuf" arguments to nl_socket_new()Thomas Haller2022-06-231-1/+2
* platform/netlink: add "blocking" argument to nl_socket_new()Thomas Haller2022-06-231-1/+1
* platform/netlink: add netlink_protocol argument to nl_nlmsghdr_to_str()Thomas Haller2022-06-171-1/+2
* platform/netlink: combine nl_socket_alloc() and nl_connect()Thomas Haller2022-06-171-1/+1
* platform/netlink: add nm_auto_nlsock cleanup macroThomas Haller2022-06-171-5/+4
* platform/netlink: accept pre-allocated receive buffer for nl_recv()Thomas Haller2022-02-031-0/+2
* Revert "platform: add bpf filter to ignore routes from routing daemons"Thomas Haller2022-01-201-2/+0
* platform: add bpf filter to ignore routes from routing daemonsBeniamino Galvani2021-12-091-0/+2
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-291-21/+21
* platform/netlink: use appropriate integer types in nla_policyThomas Haller2021-08-171-2/+2
* platform/netlink: rework static check in _nl_static_assert_tb() to use _Gener...Thomas Haller2021-08-171-10/+16
* platform/netlink: drop unused NLA_NUL_STRING typeThomas Haller2021-08-171-1/+0
* platform/netlink: return uint16_t type from nla_len()Thomas Haller2021-08-171-9/+3
* platform/netlink: drop unused NLA type enumsThomas Haller2021-08-171-7/+0
* clang-format: use "IndentPPDirectives:None" instead of "BeforeHash"Thomas Haller2021-07-091-1/+1
* build: move "shared/nm-std-aux" to "src/libnm-std-aux"Thomas Haller2021-02-241-1/+1
* build: move "shared/nm-platform" to "src/libnm-platform"Thomas Haller2021-02-241-0/+616