summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | network/tuntap: manage tun/tap fds by managerYu Watanabe2024-11-142-63/+71
| * | network/bond: do not update several parameters if already up or has slavesYu Watanabe2024-11-141-8/+21
| * | network/netdev: do not try to update if not supportedYu Watanabe2024-11-149-1/+32
| * | network/netdev: fix counter handling if request is cancelledYu Watanabe2024-11-141-1/+13
| * | network/netdev: always queue request of creating netdev then process it laterYu Watanabe2024-11-141-14/+2
| * | network/netdev: enter ready state only when it is created by usYu Watanabe2024-11-141-18/+19
| * | network/netdev: do not update MAC address if netdev is already runningYu Watanabe2024-11-148-7/+74
| * | network/netdev: set interface name only when creating a new netdevYu Watanabe2024-11-141-3/+8
* | | boot/stub: allocate pages for combined initrds below 4GiB only on x86 (#35149)andre4ik32024-11-143-10/+19
* | | logind-session: be more specific about session_kill() errors, plus minor fixe...Yu Watanabe2024-11-146-11/+13
|\ \ \ | |_|/ |/| |
| * | logind-session: be more specific about session_kill() errorsMike Yuan2024-11-133-5/+9
| * | portable: do not use SYNTHETIC_ERRNO for sd_bus_error_set_errno()Mike Yuan2024-11-131-2/+2
| * | sd-bus/bus-common-errors: reorder one pid1 error to group with othersMike Yuan2024-11-132-4/+2
| |/
* | network: rename KeepConfiguration=dhcp -> dynamicYu Watanabe2024-11-149-41/+79
* | network/ipv4ll: use a foreign IPv4LL address when KeepConfiguration=dhcpYu Watanabe2024-11-141-0/+23
* | network: keep all dynamically acquired configurations when KeepConfiguration=...Yu Watanabe2024-11-141-18/+18
* | network: introduce manager_serialize()/deserialize()Yu Watanabe2024-11-148-68/+554
|/
* namespace-util: pin pid via pidfd during namespace_open()Lennart Poettering2024-11-131-4/+6
* network/ndisc: fix removal of unnecessary routes (#35128)Luca Boccassi2024-11-133-30/+76
|\
| * network/ndisc: restore the original preference and priority before checking i...Yu Watanabe2024-11-121-0/+9
| * network/ndisc: introduce ndisc_route_prepare() and ndisc_router_route_prepare()Yu Watanabe2024-11-121-16/+46
| * network/ndisc: several cleanups for ndisc_remove_route()Yu Watanabe2024-11-121-10/+4
| * network/ndisc: introduce route_is_bound_to_link() helper function and use it ...Yu Watanabe2024-11-123-4/+17
* | sd-boot/sd-stub: two log message fixes (#35143)Yu Watanabe2024-11-133-5/+8
|\ \
| * | pe: use PE_SECTION_VECTOR_IS_SET() macro where appropriateLennart Poettering2024-11-121-2/+2
| * | pe: remove unnecessary log message about DT/HWIDLennart Poettering2024-11-121-2/+1
| * | efi: don't log if EFI RNG isn't readyLennart Poettering2024-11-122-1/+5
* | | audit-util: return -ENODATA from audit_{session|loginuid}_from_pid() if invok...Yu Watanabe2024-11-139-63/+132
|\ \ \
| * | | process-util: more gracefully handle oom adjust parsing/settingLennart Poettering2024-11-121-2/+10
| * | | audit-util: modernize use_audit() a bitLennart Poettering2024-11-121-27/+26
| * | | audit-util: return -ENODATA from audit_{session|loginuid}_from_pid() if invok...Lennart Poettering2024-11-128-34/+96
* | | | ptyfwd: ellipsize overly long window titlesLennart Poettering2024-11-131-4/+20
* | | | various: check meson feature flag earlyMike Yuan2024-11-1320-132/+149
| |/ / |/| |
* | | run0: when changing privileges to non-root, do not show superhero emojiLennart Poettering2024-11-124-2/+6
* | | dbus-manager: add missing word 'unit' to PK messageLennart Poettering2024-11-121-1/+1
* | | nspawn: fix indentation of run_container() parameter listLennart Poettering2024-11-121-9/+9
* | | mntwork: shorten codeLennart Poettering2024-11-121-5/+1
* | | dissect-image: remove dead codeLennart Poettering2024-11-121-4/+0
* | | mountfsd: drop unused variableLennart Poettering2024-11-121-5/+0
|/ /
* / sbsign: remove unused --no-pager optionAntonio Alvarez Feijoo2024-11-121-8/+0
|/
* network: forget IPv4 non-local routes when an interface went down (#35099)Yu Watanabe2024-11-115-23/+111
|\
| * network/nexthop: also forget IPv4 nexthops when an interface went downYu Watanabe2024-11-113-0/+57
| * network/route: forget IPv4 non-local routes when an interface went downYu Watanabe2024-11-113-0/+35
| * network/nexthop: forget dependent routes without trying to removeYu Watanabe2024-11-113-12/+16
| * network/nexthop: do not remove depending nexthops when a nexthop is removedYu Watanabe2024-11-111-13/+3
| * network/route: update reference of the route from nexthopYu Watanabe2024-11-111-0/+2
* | Introduce systemd-keyutil to do various key/certificate operations (#35095)Lennart Poettering2024-11-115-149/+310
|\ \ | |/ |/|
| * Introduce systemd-keyutil to do various key/certificate operationsDaan De Meyer2024-11-085-149/+310
* | network: further rework for reconfiguring interfaces (#35059)Luca Boccassi2024-11-119-94/+177
|\ \
| * | network: make 'networkctl reconfigure' work safely even when KeepConfiguratio...Yu Watanabe2024-11-117-57/+99