summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #12346 from poettering/accept-flushZbigniew Jędrzejewski-Szmek2019-04-233-3/+78
|\ \ \ \ \ \
| * | | | | | udev: whitespace fixLennart Poettering2019-04-181-1/+1
| * | | | | | test: add test for flush_accept()Lennart Poettering2019-04-181-0/+62
| * | | | | | socket-util: make sure flush_accept() doesn't hang on unexpected EOPNOTSUPPLennart Poettering2019-04-181-2/+15
| | |/ / / / | |/| | | |
* | | | | | catalog: update Polish translationPiotr Drąg2019-04-231-0/+14
* | | | | | udev: net_id: introduce predictable names for netdevsimJiri Pirko2019-04-233-0/+53
* | | | | | udev-rules: add udmabuf to kvm groupMarc-André Lureau2019-04-231-0/+2
* | | | | | Merge pull request #12336 from anitazha/disablecontrollerChris Down2019-04-234-9/+31
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | core: support DisableControllers= for transient unitsAnita Zhang2019-04-224-9/+31
| | |_|/ / | |/| | |
* | | | | 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
* | | | hwdb: Add Medion Akoya E3216 MD60900 (#12323)David Art2019-04-161-0/+4
|/ / /
* | | 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
* | | | Document (final) assignment on the RUN (#12310)Florian Dollinger2019-04-141-0/+2
|/ / /
* | | 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
* | | | tmpfiles: split tmp.conf outFranck Bui2019-04-133-10/+19
* | | | nspawn: Fix volatile SELinux labelDominick Grift2019-04-131-1/+1
| |/ / |/| |
* | | Merge pull request #12296 from poettering/coding-style-sectionsYu Watanabe2019-04-131-362/+373
|\ \ \
| * | | CODING_STYLE: rename "Others" section to "Code Organization and Semantics"Lennart Poettering2019-04-121-37/+33
| * | | CODING_STYLE: split out section about runtime behaviourLennart Poettering2019-04-121-31/+33
| * | | CODING_STYLE: add section about C constructs useLennart Poettering2019-04-121-74/+72
| * | | CODING_STYLE: split out section about deadlocksLennart Poettering2019-04-121-8/+9
| * | | CODING_STYLE: split out section about loggingLennart Poettering2019-04-121-28/+29
| * | | CODING_STYLE: export section about exporting symbolsLennart Poettering2019-04-121-17/+19
| * | | CODING_STYLE: split out section about destructorsLennart Poettering2019-04-121-23/+25
| * | | CODING_STYLE: split out section about command line parsingLennart Poettering2019-04-121-12/+13
| * | | CODING_STYLE: Split out section about error handlingLennart Poettering2019-04-121-52/+52
| * | | CODING_STYLE: split out section about commiting to gitLennart Poettering2019-04-121-7/+8
| * | | CODING_STYLE: split out section about file descriptorsLennart Poettering2019-04-121-23/+24