summaryrefslogtreecommitdiffstats
path: root/tools/generate-gperfs.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-31meson: introduce infra to build executables and shared libraries by using dic...Yu Watanabe1-0/+166
2023-07-31meson: move declarations of arraysYu Watanabe1-8/+6
2023-07-31man/systemd.service: advise Type=exec instead of Type=simpleZbigniew Jędrzejewski-Szmek1-59/+76
2023-07-31systemd-battery-check: provide more debug logsZbigniew Jędrzejewski-Szmek1-2/+11
2023-07-31NEWS: fix misstatementZbigniew Jędrzejewski-Szmek1-2/+2
2023-07-30stub: Also reserve sections for EFI stubJan Janssen1-1/+1
2023-07-30elf2efi: Fix header size calculationJan Janssen1-2/+10
2023-07-30test-network: add testcase for overriding Address.RouteMetric=Yu Watanabe4-282/+321
2023-07-30network/address: also save/update priority of prefix routeYu Watanabe1-0/+4
2023-07-30network/address: introduce address_get_harder() and use it where appropriateYu Watanabe5-4/+25
2023-07-30network/address: do not add Address object to Link on requestingYu Watanabe1-70/+98
2023-07-30network/address: make Address object more consistent with assigned addressYu Watanabe1-79/+67
2023-07-30network: fix typoYu Watanabe1-1/+1
2023-07-30resolved: added show-server-state verb and DumpStatistics varlink methodKiran Vemula11-57/+542
2023-07-30tmpfiles.d: adjust /dev/vfio/vfio access modeFrantisek Sumsal1-0/+1
2023-07-30test-network: add tests for several invalid neighbor settings, and overriding...Yu Watanabe5-13/+63
2023-07-30network/neighbor: do not add Neighbor object to Link on requestingYu Watanabe1-50/+87
2023-07-30network/neighbor: follow the way how kernel distinguish neighbor settingsYu Watanabe4-33/+68
2023-07-30network/neighbor: skip to request neighbors with unmatching link layer addres...Yu Watanabe1-0/+10
2023-07-30network/ipv4acd: split out sd_ipv4acd management from Address to LinkYu Watanabe6-87/+101
2023-07-30in-addr-util: introduce PTR_TO_IN4_ADDR() and IN4_ADDR_TO_PTR()Yu Watanabe1-0/+10
2023-07-30sd-ipv4acd: introduce sd_ipv4acd_is_bound()Yu Watanabe2-0/+7
2023-07-30network/ipv4acd: drop unused argumentYu Watanabe1-2/+2
2023-07-30network/ipv4acd: use IN4_ADDR_TO_STRING()Yu Watanabe1-12/+8
2023-07-30network/address: ignore address settings with unsupported flagsYu Watanabe1-0/+46
2023-07-30network/address: drop IPv6 settings when the kernel does not support IPv6Yu Watanabe1-1/+7
2023-07-30network: ndisc - Honour CurHopLimitSusant Sahani7-0/+28
2023-07-30network/address: merge address_needs_to_set_broadcast() with address_get_broa...Yu Watanabe2-20/+38
2023-07-30network/neighbor: drop IPv6 settings when the kernel does not support IPv6Yu Watanabe1-0/+7
2023-07-30network: rename sd_netlink_message* req -> mYu Watanabe2-27/+17
2023-07-30meson: use kwargs to declare efi binariesYu Watanabe1-29/+18
2023-07-30analyze: fix pcrs verb output without TPM supportFrantisek Sumsal1-1/+1
2023-07-29meson: unconditionally add version dependency for all executables and librariesYu Watanabe5-222/+114
2023-07-29tree-wide: drop unnecessary inclusion of version.hYu Watanabe9-8/+3
2023-07-29boot: always set SBAT_DISTRO_VERSIONYu Watanabe1-7/+3
2023-07-29meson: drop short script to generate vcs tagYu Watanabe2-47/+36
2023-07-29tree-wide: fix typoYu Watanabe2-2/+2
2023-07-29network/queue: detach request from queue when netlink reply receivedYu Watanabe2-4/+22
2023-07-29network/queue: free assigned userdata only when a new request is queuedYu Watanabe2-3/+6
2023-07-29network/address: split-out address_match_null()Yu Watanabe1-11/+22
2023-07-29network: drop unnecessary conditionsYu Watanabe4-5/+5
2023-07-29network: use address_remove_and_drop()Yu Watanabe3-9/+3
2023-07-29network/address: free Address object by caller that passed to link_request_ad...Yu Watanabe9-19/+13
2023-07-29udev-builtin-net_id: make parse_hotplug_slot_from_function_id() always set re...Yu Watanabe1-10/+14
2023-07-29udev-builtin-net_id: make names_xen() self-containedYu Watanabe1-15/+11
2023-07-29udev-builtin-net_id: use sd_device_get_sysnum() to get index of netdevsimYu Watanabe1-4/+6
2023-07-29udev-builtin-net_id: make names_netdevsim() self-containedYu Watanabe1-25/+18
2023-07-29udev-builtin-net_id: do not assume the current ifname is ethXYu Watanabe1-29/+36
2023-07-29udev-builtin-net_id: make names_platform() self-containedYu Watanabe1-16/+12
2023-07-29udev-builtin-net_id: do not assume the current interface name is ethXYu Watanabe1-6/+21