summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-network.c
Commit message (Expand)AuthorAgeFilesLines
* 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