summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-netlink
Commit message (Expand)AuthorAgeFilesLines
* sd-netlink: fix implicit cast to booleanYu Watanabe2021-12-051-2/+2
* sd-netlink: add support for IPoIBYu Watanabe2021-12-041-3/+7
* tree-wide: use ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-301-5/+6
* udev/net: make MACAddress= takes hardware address for infinibandYu Watanabe2021-11-262-6/+12
* Merge pull request #21277 from yuwata/permanent-hw-addrLuca Boccassi2021-11-152-2/+32
|\
| * udev/net: read hardware address from netlink messageYu Watanabe2021-11-132-2/+32
* | sd-netlink: introduce sd_rtnl_message_nexthop_get_flags()Yu Watanabe2021-11-131-0/+14
* | sd-netlink: clear previous flags or state by _set_flags() or _set_state()Yu Watanabe2021-11-131-4/+4
|/
* sd-netlink: fix type of NDA_LLADDR attributeYu Watanabe2021-11-111-1/+1
* sd-netlink: add more attributes for CAKEYu Watanabe2021-11-091-3/+17
* sd-netlink: introduce sd_netlink_attach_filter()Yu Watanabe2021-10-191-0/+15
* tree-wide: use AF_NETLINK instead of PF_NETLINKYu Watanabe2021-10-181-1/+1
* test: use assert_se() instead of assert()Yu Watanabe2021-10-121-4/+4
* sd-netlink: add several attributes for nl80211Yu Watanabe2021-09-291-4/+9
* sd-netlink, wifi-util: fix attribute type of NL80211_ATTR_SSIDYu Watanabe2021-09-291-1/+2
* sd-netlink: introduce sd_netlink_message_read_data_suffix0()Yu Watanabe2021-09-291-0/+26
* sd-netlink: make sd_genl_message_new() or friends return -EOPNOTSUPP if a mod...Yu Watanabe2021-09-291-25/+40
* sd-netlink: also check multicast group to find suitable match callbackYu Watanabe2021-09-294-4/+13
* sd-netlink: allow to set dump flag for genl or netfilter messagesYu Watanabe2021-09-291-2/+2
* sd-netlink: add type safe macro for sd_genl_add_match()Yu Watanabe2021-09-291-0/+10
* sd-netlink: minor coding style fixesYu Watanabe2021-09-293-30/+35
* tree-wide: make format_ifname() or friends return negative errno on failureYu Watanabe2021-09-291-2/+4
* tree-wide: fix typoYu Watanabe2021-09-051-1/+1
* sd-netlink: introduce sd_netlink_message_get_max_attribute()Yu Watanabe2021-08-312-18/+28
* sd-netlink: specify appropriate netlink attribute typeYu Watanabe2021-08-312-33/+33
* sd-netlink: support more rtnl attributesYu Watanabe2021-08-311-336/+678
* sd-netlink: make type_system_get_*() and friends return value directlyYu Watanabe2021-08-297-145/+121
* sd-netlink: introduce sd_genl_add_match()Yu Watanabe2021-08-294-3/+175
* sd-netlink: split sd_netlink_add_match() into two partsYu Watanabe2021-08-293-71/+87
* sd-netlink: introduce sd_genl_message_get_command()Yu Watanabe2021-08-292-0/+41
* sd-netlink: determine header size of genl message by using CTRL_ATTR_HDRSIZE ...Yu Watanabe2021-08-291-2/+8
* sd-netlink: read protocol version of each genl familyYu Watanabe2021-08-291-1/+7
* sd-netlink: drop sd_genl_family_t and introduce GenericNetlinkFamilyYu Watanabe2021-08-2910-165/+344
* sd-netlink: split message_new() into two parts and introduces message_new_full()Yu Watanabe2021-08-292-18/+40
* sd-netlink: introduce several macros to define type systemYu Watanabe2021-08-295-455/+188
* sd-netlink: drop redundant string table lookup functions to handle type syste...Yu Watanabe2021-08-294-298/+202
* sd-netlink: split type system for nfnlYu Watanabe2021-08-292-47/+37
* sd-netlink: drop 'flags' argument from sd_nfnl_nft_message_new_table()Yu Watanabe2021-08-291-3/+2
* sd-netlink: wrap long function declarationsYu Watanabe2021-08-291-23/+67
* sd-netlink: add several missing attributesYu Watanabe2021-08-291-0/+19
* sd-netlink: introduce basic_type_systemYu Watanabe2021-08-297-20/+21
* sd-netlink: unify two spurious type system root for genlYu Watanabe2021-08-293-35/+11
* sd-netlink: drop genl type system indexed by commandYu Watanabe2021-08-292-104/+11
* sd-netlink: rename several type systems for generic netlinkYu Watanabe2021-08-293-103/+84
* sd-netlink: split netlink-types.[ch] into small filesYu Watanabe2021-08-2910-1807/+1839
* sd-netlink: make several type systems staticYu Watanabe2021-08-292-5/+4
* sd-netlink: move type systemsYu Watanabe2021-08-291-350/+365
* sd-netlink: introduce two helper functions for type system unionYu Watanabe2021-08-293-18/+32
* sd-netlink: rename functionsYu Watanabe2021-08-293-16/+20
* sd-netlink: make type_get_type_system{,_union}() return value directlyYu Watanabe2021-08-295-24/+13