summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #21383 from yuwata/network-address-scopeLennart Poettering2021-11-161-15/+9
|\ \ \ \
| * | | | network: address: explicitly mention that the address is localhostYu Watanabe2021-11-161-2/+2
| * | | | network: address: use route_scope_from_string()Yu Watanabe2021-11-161-13/+7
* | | | | Merge pull request #21380 from poettering/homed-test-qemuLennart Poettering2021-11-164-2/+136
|\ \ \ \ \
| * | | | | homed: wait for luks devices to go awayLennart Poettering2021-11-164-2/+136
* | | | | | umount: fix log messageLennart Poettering2021-11-161-1/+1
|/ / / / /
* | | | | Merge pull request #21373 from poettering/filesystems-more-groupsZbigniew Jędrzejewski-Szmek2021-11-1611-36/+229
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | filesystems: apparently f2fs is als reasonably commonLennart Poettering2021-11-151-0/+1
| * | | filesystems: add ntfs/ntfs3 magic and add it current version to groupLennart Poettering2021-11-153-0/+13
| * | | filesystems: add comments to gperf file anomaliesLennart Poettering2021-11-151-0/+14
| * | | filesystems: fix magic of "smb3" fsLennart Poettering2021-11-151-1/+1
| * | | filesystems: list rpc_pipefs as auxiliary kernel API VFSLennart Poettering2021-11-151-0/+1
| * | | filesystems: list orangefs as network fsLennart Poettering2021-11-151-2/+3
| * | | devtmpfs is a primary API fsLennart Poettering2021-11-151-0/+1
| * | | analyze: don't list filesystems among ungrouped that are aliasesLennart Poettering2021-11-151-1/+22
| * | | homed: replace home-grown fs magic translation with fs_type_to_string()Lennart Poettering2021-11-152-22/+4
| * | | filesystems: add three more file system typesLennart Poettering2021-11-152-0/+8
| * | | analyze: show fs magic info in 'systemd-analyze filesystem'Lennart Poettering2021-11-151-5/+36
| * | | filesystems: add internal APIs to convert fs magic to nameLennart Poettering2021-11-155-4/+91
| * | | mountpoint-util: sort list of read-only fs againLennart Poettering2021-11-151-1/+1
| * | | filesystems: add group for "application" file systemLennart Poettering2021-11-152-0/+9
| * | | filesystems: add binfmt_misc to auxiliary API VFS groupLennart Poettering2021-11-151-0/+1
| * | | filesystems: add ceph to network file systems groupLennart Poettering2021-11-152-1/+1
| * | | filesystems: slightly update common block device groupsLennart Poettering2021-11-151-0/+5
| * | | filesystems: add two new filesystem groupsLennart Poettering2021-11-152-0/+18
* | | | tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-1651-469/+151
* | | | macro: add new helper RET_NERRNO()Lennart Poettering2021-11-161-0/+23
* | | | cgroup-util: laccess() returns negative errno alreadyLennart Poettering2021-11-161-4/+1
| |/ / |/| |
* | | homed: reset HomeSetup.undo_dm field when deactivating home dir the official wayLennart Poettering2021-11-161-0/+2
* | | Merge pull request #21377 from poettering/slow-mathYu Watanabe2021-11-161-0/+54
|\ \ \
| * | | test-json: add test that makes sure floats are somewhat reasonably implementedLennart Poettering2021-11-151-0/+54
| |/ /
* | | Merge pull request #21344 from yuwata/network-ignore-carrier-loss-timespanYu Watanabe2021-11-168-30/+188
|\ \ \
| * | | network: make IgnoreCarrierLoss= also take timespanYu Watanabe2021-11-156-19/+134
| * | | network: do not recall link_handle_bound_by_list() or so when the interface i...Yu Watanabe2021-11-141-9/+10
| * | | event-util: introduce event_reset_time_relative()Yu Watanabe2021-11-142-4/+46
* | | | Merge pull request #21235 from bacher09/slava/supress_ifgroupYu Watanabe2021-11-166-15/+103
|\ \ \ \ | |_|/ / |/| | |
| * | | network: Add SuppressInterfaceGroup= into routing policySlava Bacherikov2021-11-153-7/+90
| * | | network: change link group type to int32Slava Bacherikov2021-11-153-8/+13
* | | | homework: rework how we disassemble a home dir in home_deactivate()Lennart Poettering2021-11-153-25/+44
* | | | Merge pull request #21277 from yuwata/permanent-hw-addrLuca Boccassi2021-11-1510-76/+119
|\ \ \ \
| * | | | udev/net: read hardware address from netlink messageYu Watanabe2021-11-135-14/+42
| * | | | networkctl: read permanent hardware address from netlink messageYu Watanabe2021-11-131-1/+2
| * | | | network: also logs iftype, kind, and permanent hardware addressYu Watanabe2021-11-131-1/+6
| * | | | network: read permanent hardware address from netlink messageYu Watanabe2021-11-131-3/+12
| * | | | ethtool-util: introduce ethtool_get_permanent_hw_addr()Yu Watanabe2021-11-136-45/+31
| * | | | networkctl: introduce dump_hw_address()Yu Watanabe2021-11-131-20/+34
* | | | | resolve: do not clear DNS servers or friends on link which is not managed by ...Yu Watanabe2021-11-151-1/+1
* | | | | Merge pull request #21359 from yuwata/network-split-routeYu Watanabe2021-11-1511-400/+470
|\ \ \ \ \
| * | | | | network: include route or nexthop flags in the debug logsYu Watanabe2021-11-142-6/+8
| * | | | | network: introduce route_flags_to_string_alloc()Yu Watanabe2021-11-142-0/+28