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