summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* udev: net_id: introduce predictable names for netdevsimJiri Pirko2019-04-233-0/+53
* Merge pull request #12336 from anitazha/disablecontrollerChris Down2019-04-233-9/+30
|\
| * core: support DisableControllers= for transient unitsAnita Zhang2019-04-223-9/+30
* | bootspec: fix build when EFI support is disabledYu Watanabe2019-04-173-1/+12
|/
* linux: import if_ether.h from kernel-5.0Yu Watanabe2019-04-162-0/+170
* Merge pull request #12305 from yuwata/import-more-headers-from-kernel-5-0Lennart Poettering2019-04-156-1/+809
|\
| * linux: also import l2tp.h from kernel-5.0Yu Watanabe2019-04-132-0/+202
| * linux: also import linux/in.h and in6.h from kernel-5.0Yu Watanabe2019-04-133-0/+606
| * linux: move netdevice.h from shared/linux to basic/linuxYu Watanabe2019-04-133-1/+1
* | Merge pull request #12301 from keszybz/silence-alignment-warningLennart Poettering2019-04-152-6/+6
|\ \
| * | sd-netlink: align tableZbigniew Jędrzejewski-Szmek2019-04-131-4/+4
| * | network: avoid warning about unaligned pointersZbigniew Jędrzejewski-Szmek2019-04-131-2/+2
* | | Merge pull request #12311 from yuwata/timeout_abort_set-change-boolLennart Poettering2019-04-155-51/+16
|\ \ \
| * | | core: do not show TimeoutStopSec= in dump message if it is not setYu Watanabe2019-04-141-8/+11
| * | | core: add assertion in two inline functionsYu Watanabe2019-04-142-0/+2
| * | | core: use BUS_DEFINE_PROPERTY_GET() macro at more placesYu Watanabe2019-04-142-42/+2
| * | | core: change type of Service::timeout_abort_set to boolYu Watanabe2019-04-141-1/+1
| | |/ | |/|
* | | Check for final assignments in RUN keys (#12309)Florian Dollinger2019-04-151-0/+5
* | | basic/fileio: Fix memory leak if READ_FULL_FILE_SECURE flag is usedBenjamin Robin2019-04-151-0/+1
|/ /
* | Merge pull request #12288 from yuwata/resolve-bond-rafactoringYu Watanabe2019-04-1312-197/+162
|\ \
| * | network: re-indent conf parser and wrap long lines in bond.cYu Watanabe2019-04-131-24/+31
| * | network: use OrderedSet for bond ARP ip targetsYu Watanabe2019-04-132-58/+53
| * | ordered-set: add missing ordered_set_size()Yu Watanabe2019-04-131-0/+4
| * | network: drop allocation for Bond::ad_actor_systemYu Watanabe2019-04-132-26/+24
| * | network: drop bond_mode_to_kernel() and bond_xmit_hash_policy_to_kernel()Yu Watanabe2019-04-133-61/+20
| * | arp-util: use net/ethernet.h instead of netinet/if_ether.hYu Watanabe2019-04-131-1/+1
| * | resolve: use log_link_*() macroYu Watanabe2019-04-131-9/+10
| * | resolve: rename Link.name -> Link.ifnameYu Watanabe2019-04-137-27/+28
* | | nspawn: Fix volatile SELinux labelDominick Grift2019-04-131-1/+1
| |/ |/|
* | Merge pull request #12290 from poettering/json-foreach-loveYu Watanabe2019-04-132-16/+16
|\ \
| * | json: be more careful when iterating through a JSON object/arrayLennart Poettering2019-04-121-2/+4
| * | json: simplify JSON_VARIANT_OBJECT_FOREACH() macro a bitLennart Poettering2019-04-122-14/+12
* | | Merge pull request #12293 from poettering/tiny-journal-modernizationsYu Watanabe2019-04-131-72/+77
|\ \ \ | |_|/ |/| |
| * | journald: modernize config_parse_compress() a bitLennart Poettering2019-04-121-20/+28
| * | journald: rebreak a few commentsLennart Poettering2019-04-121-28/+18
| * | journald: no need to check ptr for non-NULL before _unref(), as function does...Lennart Poettering2019-04-121-2/+1
| * | journald: use structure initializationLennart Poettering2019-04-121-22/+30
* | | service: handle abort stops with dedicated timeoutJan Klötzke2019-04-1212-5/+150
* | | code style format: clang-format applied to src/a*/*Sebastian Jennen2019-04-124-102/+124
* | | cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down2019-04-1210-13/+230
|/ /
* | Merge pull request #12222 from yuwata/macsecLennart Poettering2019-04-1219-353/+2017
|\ \
| * | network: re-indent gperf filesYu Watanabe2019-04-122-360/+360
| * | network: warn when private key is stored in world readable filesYu Watanabe2019-04-121-0/+2
| * | network: add MACsecTransmitAssociation.UseForEncoding= settingYu Watanabe2019-04-123-1/+76
| * | network: add MACsec*Association.Activate= settingYu Watanabe2019-04-123-0/+74
| * | network: add MACsec*Association.KeyFile= settingYu Watanabe2019-04-123-0/+99
| * | network: explicitly clear security key for macsecYu Watanabe2019-04-121-3/+12
| * | network: support multiple security associations for macsec channelsYu Watanabe2019-04-122-21/+126
| * | network: Introduce MACsecSusant Sahani2019-04-1213-1/+1102
| * | linux: import if_macsec.h from kernel-5.0Yu Watanabe2019-04-122-0/+178