summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | wifi-util: move, rename, and expose wifi_iftype_to_string()Yu Watanabe2021-09-293-18/+22
| * | | 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-293-2/+18
| * | | wifi-util: add "ret_" prefix for arguments which store resultsYu Watanabe2021-09-292-26/+26
| * | | sd-netlink: introduce sd_netlink_message_read_data_suffix0()Yu Watanabe2021-09-292-0/+27
| * | | 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
| * | | basic/linux: update nl80211.hYu Watanabe2021-09-291-0/+43
| | |/ | |/|
* | | sysctl-util: minimize side-effects when running `systemd-sysctl`Antony Deepak Thomas2021-09-291-1/+1
* | | fileio: introduce new mode to suppress writing the same valueAntony Deepak Thomas2021-09-292-13/+39
* | | string-util: introduce streq_skip_trailing_chars()Antony Deepak Thomas2021-09-293-0/+46
* | | fileio: introduce read_virtual_file_fd()Antony Deepak Thomas2021-09-292-8/+17
|/ /
* | Merge pull request #20865 from keszybz/meson-net-naming-definitionsYu Watanabe2021-09-294-7/+53
|\ \
| * | meson: allow extra net naming schemes to be defined during configurationZbigniew Jędrzejewski-Szmek2021-09-282-2/+10
| * | meson: drop the list of valid net naming schemesZbigniew Jędrzejewski-Szmek2021-09-284-2/+42
| * | netif-naming: inline one iterator variableZbigniew Jędrzejewski-Szmek2021-09-281-3/+1
* | | core: fix the return type for xxx_running_timeout() functionsFrantisek Sumsal2021-09-292-2/+2
* | | Merge pull request #20860 from yuwata/libsystemd-network-get-ifname-negative-...Yu Watanabe2021-09-2939-191/+265
|\ \ \
| * | | libsystemd-network: make sd_dhcp_client_get_ifname() or friends return negati...Yu Watanabe2021-09-2927-99/+168
| * | | tree-wide: make format_ifname() or friends return negative errno on failureYu Watanabe2021-09-2913-94/+99
* | | | dissect-image: optionally, validate dm-verity signatures in userspaceLennart Poettering2021-09-283-25/+165
* | | | dissect-image: add env var for disabling "sidecar" loading of verity paramsLennart Poettering2021-09-281-0/+6
* | | | dissect-image: load embedded verity signature info from imageLennart Poettering2021-09-286-0/+167
* | | | dissect-image: discover verity signature partitionsLennart Poettering2021-09-284-17/+220
* | | | gpt: add partition type for PKCS#7 signatures for root hashesLennart Poettering2021-09-282-49/+107
|/ / /
* | | cryptsetup: handle more gracefully if "keyslots" LUKS2 JSON header field is i...Lennart Poettering2021-09-284-17/+42
* | | core: implement RuntimeMaxDeltaSec directiveAlbert Brox2021-09-288-6/+61
* | | core: Add ExecSearchPath parameter to specify the directory relative to which...alexlzhu2021-09-2813-13/+265
* | | Merge pull request #20837 from bluca/coverallsZbigniew Jędrzejewski-Szmek2021-09-281-1/+1
|\ \ \
| * | | test: double test-hashmap timeoutLuca Boccassi2021-09-271-1/+1
* | | | sd-lldp-rx: make lldp_rx_free() and lldp_neighbor_free() accept NULLYu Watanabe2021-09-282-4/+6
* | | | sd-lldp-rx: sd_event should be attached when lldp_rx_start_timer() is calledYu Watanabe2021-09-281-3/+1
* | | | sd-lldp-rx: do not enable timer event source in sd_lldp_rx_get_neighbors()Yu Watanabe2021-09-281-5/+1
* | | | sd-lldp-rx: use _cleanup_ attribute at one more placeYu Watanabe2021-09-281-5/+4
* | | | sd-lldp-rx: wrap long lineYu Watanabe2021-09-281-2/+7
* | | | sd-lldp-rx: add missing assertionsYu Watanabe2021-09-282-4/+18
* | | | sd-lldp-rx: delay allocating hashmap and prioq to store neighborsYu Watanabe2021-09-281-12/+2
* | | | prioq: introduce prioq_ensure_put()Yu Watanabe2021-09-282-0/+11
* | | | sd-lldp-rx: ensure no event will be triggered after sd_lldp_rx_detach_event()...Yu Watanabe2021-09-281-1/+2
* | | | sd-lldp-rx: add comments about the three multicast addressesYu Watanabe2021-09-281-0/+3
* | | | sd-lldp-rx: introduce sd_lldp_rx_is_running()Yu Watanabe2021-09-282-9/+13
* | | | sd-lldp-rx: ignore all errors in processing datagramYu Watanabe2021-09-281-9/+8
| |/ / |/| |
* | | Merge pull request #20846 from yuwata/sd-lldp-txYu Watanabe2021-09-2825-1168/+1615
|\ \ \
| * | | network: use sd-lldp-txYu Watanabe2021-09-288-385/+109
| * | | sd-lldp-tx: introduce sd-lldp-txYu Watanabe2021-09-284-0/+688
| * | | hostname-util: introduce get_pretty_hostname()Yu Watanabe2021-09-281-0/+5
| * | | sd-lldp: introduce SD_LLDP_OUI_IANA_MUD macroYu Watanabe2021-09-283-11/+12