summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-network.c
Commit message (Expand)AuthorAgeFilesLines
* nspawn: container network interface namingThierry Martin2023-04-121-30/+86
* lockfile-util: Rename to lock-utilDaan De Meyer2023-03-101-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* nspawn: use udev_available()Nick Rosbrook2022-06-081-1/+1
* stat-util: fix dir_is_empty() with hidden/backup filesLennart Poettering2022-05-041-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-5/+0
* nspawn: path_is_read_only_fs() may return negative errnoYu Watanabe2021-06-121-1/+1
* tree-wide: use sd_device_new_from_ifindex/ifname()Yu Watanabe2021-06-121-8/+2
* netlink: move resolve_ifname() or friends to netlink-util.[ch]Yu Watanabe2021-06-121-6/+6
* util: expose urlsafe_base64char()Yu Watanabe2021-06-041-10/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Merge pull request #14381 from keszybz/ifindex-cleanupLennart Poettering2020-01-131-18/+10
|\
| * Resolve alternative ifnames wherever we would resolve an interface nameZbigniew Jędrzejewski-Szmek2020-01-121-16/+8
| * tree-wide: make parse_ifindex simply return the indexZbigniew Jędrzejewski-Szmek2020-01-111-7/+7
* | nspawn: Correct "container" to "host" MAC setting messagerhn2020-01-111-1/+1
|/
* nspawn: set original ifname as alternative if it is truncatedYu Watanabe2020-01-071-10/+55
* Merge pull request #14401 from DaanDeMeyer/nspawn-move-veth-back-to-hostLennart Poettering2020-01-031-23/+33
|\
| * nspawn: Move --network-interface interfaces back to the host.Daan De Meyer2020-01-021-3/+3
| * nspawn-network: Split off udev checking from parse_interface.Daan De Meyer2019-12-231-20/+30
* | nspawn: Generate unique short veth namesKai Krakow2020-01-021-10/+57
|/
* nspawn: do not fail if udev is not runningYu Watanabe2019-12-051-11/+21
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-2/+2
* nspawn: also support ifindex when specifying network interfaceYu Watanabe2019-05-301-10/+10
* tree-wide: use newa() instead of alloca() wherever we canLennart Poettering2019-01-261-1/+1
* lockfile: drop unnecessary headers from lockfile-util.hYu Watanabe2018-12-061-0/+1
* sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...Yu Watanabe2018-10-291-4/+3
* nspawn: replace udev_device by sd_deviceYu Watanabe2018-08-231-33/+16
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-6/+6
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Fix includes (#5980)Matija Skala2017-05-191-0/+1
* treewide: fix typosTorstein Husebø2016-07-041-1/+1
* nspawn: add new --network-zone= switch for automatically managed bridge devicesLennart Poettering2016-05-091-38/+143
* util-lib: add new ifname_valid() call that validates interface namesLennart Poettering2016-05-091-2/+4
* nspawn: explicitly remove veth links we created after useLennart Poettering2016-04-251-0/+47
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-11/+11
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-171-1/+1
* Merge pull request #1923 from zonque/siphashLennart Poettering2015-11-171-1/+1
|\
| * siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack2015-11-161-1/+1
* | tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+2
|/
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-3/+3
* nspawn: add new --network-veth-extra= switch for defining additional veth linksLennart Poettering2015-11-121-28/+129
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-4/+4
* nspawn: remove nspawn.h, it's empty nowLennart Poettering2015-09-071-1/+0
* nspawn: split out network related code to nspawn-network.[ch]Lennart Poettering2015-09-071-0/+441