summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-netlink (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-netlink,network: do not set NLM_F_CREATE and NLM_F_EXCL flags if an interf...Yu Watanabe2024-10-301-1/+1
* sd-netlink: introduce two more _get_family()Yu Watanabe2024-10-101-44/+14
* sd-netlink,network: rename functions and RoutingPolicyRule.typeYu Watanabe2024-10-101-6/+6
* sd-netlink: introduce macros to define sd_rtnl_message setters and gettersYu Watanabe2024-10-101-807/+139
* sd-netlink: make size verifier in sd_netlink_message_read_xyz() stricterYu Watanabe2024-10-102-142/+90
* sd-netlink: shorten sd_netlink_message_read_string_strdup() a bitYu Watanabe2024-10-101-17/+3
* sd-netlink: various cleanupsYu Watanabe2024-10-104-201/+213
* socket-util: make recvmsg_safe() handle MSG_TRUNC tooMike Yuan2024-09-041-8/+10
* networkd: Replace existing objects instead of doing nothing if they existDaan De Meyer2024-09-021-3/+3
* sd-netlink: introduce sd_netlink_message_read_u64()Yu Watanabe2024-08-201-0/+28
* test-netlink: Gracefully handle the loopback interface being downDaan De Meyer2024-08-181-5/+11
* socket-util: introduce netlink_socket_get_multicast_groups()Yu Watanabe2024-08-021-21/+6
* networkctl: add support to display learned fdb entriesGregor Herburger2024-07-221-0/+1
* network: bridge: add support for IFLA_BR_FDB_MAX_LEARNEDGregor Herburger2024-07-221-0/+1
* Use hashmap_ensure_replace()Matteo Croce2024-06-281-7/+1
* tree-wide: make sure net/if.h is included before any linux/ headerFrantisek Sumsal2024-04-091-0/+1
* sd-netlink: allow to call rtnl_get_link_info() without iftype and flagsYu Watanabe2024-03-051-1/+1
* netdev/macvlan: allow to set the broadcast queueing thresholdSusant Sahani2024-02-221-0/+1
* network: netdev - bond add support for ARP missed maxSusant Sahani2024-02-161-0/+1
* sd-netlink: unify network interface name getter and resolversYu Watanabe2024-01-302-123/+187
* sd-netlink: drop unused parser for RTA_MULTIPATHYu Watanabe2024-01-202-129/+0
* sd-netlink: add policy for NL80211_ATTR_NETNS_FDYu Watanabe2024-01-191-0/+1
* sd-netlink: introduce rtnl_rename_link()Yu Watanabe2024-01-193-0/+52
* sd-netlink: fix rtnl_resolve_link_alternative_name()Yu Watanabe2024-01-172-1/+5
* sd-netlink: hook up nsid APIsLennart Poettering2024-01-122-0/+36
* sd-netlink: add trailing NUL byte for safety in sd_netlink_message_read_data()Yu Watanabe2024-01-111-26/+0
* sd-netlink: introduce sd_rtnl_message_route_set_tos()Yu Watanabe2024-01-021-0/+14
* sd-netlink: move definitions of RTA_TYPE() and RTA_FLAGS() to netlink-util.hYu Watanabe2024-01-022-3/+3
* tree-wide: use hashmap_isempty() and friendsYu Watanabe2023-12-211-4/+4
* sd-netlink: the kernel ignores NLM_F_APPEND in RTM_NEWNEXTHOP message but use...Yu Watanabe2023-12-141-1/+1
* sd-netlink: introduce netlink_get_reply_callback_count()Yu Watanabe2023-12-012-0/+8
* sd-netlink: change error code of the case that too many replies waitingYu Watanabe2023-12-011-1/+1
* sd-netlink: add call to query sd_event object an sd_netlink object is attache...Lennart Poettering2023-11-021-0/+6
* sd-netlink: res_id is 16bit but serial is 32bitYu Watanabe2023-11-011-3/+3
* io-util: split out "struct iovec" related calls into their own .c/.h filesLennart Poettering2023-10-203-3/+3
* sd-netlink: use secure_getenv()Yu Watanabe2023-10-041-1/+1
* sd-netlink: make the default timeout configurable by environment variableYu Watanabe2023-10-011-2/+21
* sd-netlink: make calc_elapse() return USEC_INFINITY when no timeout is requestedYu Watanabe2023-10-012-19/+7
* Merge pull request #24570 from topimiettinen/nft-sets-v2Yu Watanabe2023-09-012-3/+4
|\
| * shared/firewall-util: parametrize table and set namesTopi Miettinen2023-08-232-3/+4
* | libsystemd: use _NEG_ macros, adjust some commentsZbigniew Jędrzejewski-Szmek2023-08-161-9/+7
* | tree-wide: use cocinnelle to apply _NEG_ macrosZbigniew Jędrzejewski-Szmek2023-08-161-1/+1
|/
* various: use RET_GATHERZbigniew Jędrzejewski-Szmek2023-07-131-6/+4
* tree-wide: when in doubt use greek small letter mu rather than micro symbolLennart Poettering2023-06-141-2/+2
* test: drop test for IFLA_NUM_RX_QUEUESYu Watanabe2023-06-121-1/+0
* sd-netlink: make rtnl_set_link_name() optionally append alternative namesYu Watanabe2023-05-163-23/+77
* libsystemd: drop _public_ attribute for non-exported functionsYu Watanabe2023-04-291-1/+1
* network: geneve: add InheritInnerProtocol flagJosef Miegl2023-03-061-13/+14
* test-netlink: use dummy interface to test assigning new interface nameYu Watanabe2023-01-101-4/+55
* test: modernize test-netlink.cYu Watanabe2023-01-091-246/+116