summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "networkd: stop clients when networkd shuts down (#12463)"revert-12463-issue-12452-netlinkZbigniew Jędrzejewski-Szmek2019-05-073-6/+1
* Italian translations: minor updates (#12494)Daniele Medri2019-05-071-17/+50
* Merge pull request #12478 from yuwata/wireguard-fwmarkYu Watanabe2019-05-073-3/+5
|\
| * network: rename WireGuard.FwMark -> FirewallMarkYu Watanabe2019-05-043-3/+5
* | Merge pull request #12487 from mschiu77/acer-series-hwdbYu Watanabe2019-05-071-2/+6
|\ \
| * | hwdb: Align airplane mode toggle key mapping for all Acer seriesChris Chiu2019-05-061-2/+3
| * | Revert "hwdb: Apply Acer mappings to all Gateway and Packard Bell models"Chris Chiu2019-05-061-2/+5
* | | Merge pull request #12440 from poettering/realloc-againZbigniew Jędrzejewski-Szmek2019-05-062-6/+45
|\ \ \
| * | | test-alloc-util: let's test a few more things around GREEDY_REALLOC()Lennart Poettering2019-05-021-6/+21
| * | | alloc-util: reintroduce malloc_usable_size() into greedy_realloc()Lennart Poettering2019-05-021-0/+24
* | | | basic/mountpoint-util: whitelist 'exfat' in fstype_can_uid_gidMike Gilbert2019-05-061-0/+1
* | | | networkd: stop clients when networkd shuts down (#12463)Susant Sahani2019-05-063-1/+6
* | | | hwdb: update the Chuwi HI13 pattern (#12469)pEJipE2019-05-061-1/+1
* | | | Update Brazilian Portuguese translationRafael Fontenelle2019-05-061-30/+71
* | | | Systemd Catalog, Italian translation: minor updates (#12483)Daniele Medri2019-05-061-19/+129
* | | | hwdb: add Medion Akoya E3222 MD62450 to 60-sensor.hwdb (#12485)mpe852019-05-061-0/+4
* | | | test: return a non-zero return code when 'nobody' user doesn't existFrantisek Sumsal2019-05-061-1/+1
| |/ / |/| |
* | | Merge pull request #12429 from ssahani/link-local-fallbackYu Watanabe2019-05-0413-64/+167
|\ \ \ | |_|/ |/| |
| * | test-network: add a test for LinkLocalAddressing=fallbackYu Watanabe2019-05-042-2/+46
| * | network: warn about Network.IPv4LL= is deprecatedYu Watanabe2019-05-041-1/+15
| * | network: disable fallback IPv4ll address assignment when DHCPv4 is disabledYu Watanabe2019-05-041-0/+7
| * | network: use DEFINE_STRING_TABLE_LOOKUP() macro for AddressFamilyBooleanYu Watanabe2019-05-043-43/+26
| * | network: make link_check_ready() handle LinkLocalAddressing=fallbackYu Watanabe2019-05-041-6/+6
| * | network: rewrite condition about DHCP in link_check_ready()Yu Watanabe2019-05-041-6/+3
| * | networkd: Option to use LinkLocalAddressing only when DHCP failsSusant Sahani2019-05-049-16/+74
|/ /
* | Merge pull request #12466 from yuwata/network-fix-issue-12452Chris Down2019-05-031-2/+2
|\ \
| * | network: fix assertion when link get carrierYu Watanabe2019-05-031-2/+2
| |/
* | Merge pull request #12441 from ssahani/bridge-fdbChris Down2019-05-038-8/+89
|\ \
| * | test-network: add tests for BridgeFDB.Destination=Yu Watanabe2019-05-033-6/+32
| * | networkd: Add support to configure destination address for bridge FDBSusant Sahani2019-05-035-1/+56
| * | netword: fdb fix coding styleSusant Sahani2019-04-301-1/+1
* | | fstab-generator: Prevent double free of reused FILE*Wieland Hoffmann2019-05-031-1/+1
| |/ |/|
* | udev/cdrom_id: drop unneeded parenthesesZbigniew Jędrzejewski-Szmek2019-05-011-20/+18
* | Merge pull request #12218 from keszybz/use-libmount-moreLennart Poettering2019-04-307-136/+121
|\ \
| * | shared/mount-util: make sure utab is ignored in umount_recursive()Zbigniew Jędrzejewski-Szmek2019-04-232-2/+7
| * | Add helper function for mnt_table_parse_{stream,mtab}Zbigniew Jędrzejewski-Szmek2019-04-236-34/+38
| * | mount-tool: use libmount to parse /proc/self/mountinfoZbigniew Jędrzejewski-Szmek2019-04-232-34/+30
| * | shared/mount-util: convert to libmountZbigniew Jędrzejewski-Szmek2019-04-233-94/+74
* | | meson: make source files including nspawn-settings.h depend on libseccompFranck Bui2019-04-302-3/+3
* | | udev: drop unnecessary bracketsYu Watanabe2019-04-303-32/+20
* | | Merge pull request #12420 from mrc0mmand/coccinelle-tweaksLennart Poettering2019-04-3040-231/+270
|\ \ \
| * | | coccinelle: further restrict certain transformationsFrantisek Sumsal2019-04-305-55/+46
| * | | coccinelle: exclude JsonVariant* from the IN_SET transformationFrantisek Sumsal2019-04-302-67/+30
| * | | tree-wide: code improvements suggested by CoccinelleFrantisek Sumsal2019-04-3011-52/+57
| * | | coccinelle: exclude certain paths from the transformationsFrantisek Sumsal2019-04-291-2/+17
| * | | coccinelle: ignore function transformations causing recursionFrantisek Sumsal2019-04-293-22/+39
| * | | coccinelle: ignore macro transformations in the macros themselvesFrantisek Sumsal2019-04-283-0/+20
| * | | tree-wide: drop !! casts to booleansFrantisek Sumsal2019-04-282-2/+2
| * | | tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal2019-04-2815-30/+30
| * | | coccinelle: avoid matching 'errno' as a file descriptorFrantisek Sumsal2019-04-271-1/+8