summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* json: fix minor memory leak on error pathLennart Poettering2019-05-201-2/+2
* small fixes: make get_process_state() static and fix typoTopi Miettinen2019-05-203-3/+2
* Merge pull request #12603 from ssahani/ndisc-blacklistYu Watanabe2019-05-198-20/+138
|\
| * networkd: Ability to selectively ignore IPv6 prefixes supplied via router adv...Susant Sahani2019-05-195-2/+124
| * network: set_put() here does not returns -EEXISTYu Watanabe2019-05-181-5/+0
| * network: use in6_addr_hash_opsYu Watanabe2019-05-181-13/+1
| * util: introduce in6_addr_hash_opsYu Watanabe2019-05-182-0/+13
* | efivars: allow plus in the entry nameYu Watanabe2019-05-191-1/+1
* | network: tighten the condition whether link has carrierYu Watanabe2019-05-191-1/+2
* | timer: simplify computation of unit activation timeDavid Tardon2019-05-181-14/+2
|/
* Merge pull request #12586 from ssahani/route-propertiesYu Watanabe2019-05-184-14/+63
|\
| * networkd: route add MPLS TTL propagateSusant Sahani2019-05-183-0/+49
| * sd-netlink: add route netlink propertiesSusant Sahani2019-05-171-14/+14
* | Merge pull request #12593 from AdrianBunk/masterYu Watanabe2019-05-185-3/+6
|\ \
| * | fs-util.h: add missing sys/stat includeAndrej Valek2019-05-171-0/+1
| * | Replace the legacy ULONG_LONG_MAX with the C99 ULLONG_MAXAdrian Bunk2019-05-172-3/+3
| * | socket-util.h: include string.hChen Qi2019-05-171-0/+1
| * | src/udev/udev-event.c must #include <sys/wait.h>Adrian Bunk2019-05-171-0/+1
* | | networkd: FOU netdev add support to configure peer portSusant Sahani2019-05-183-2/+18
* | | shared/varlink: add missing setting of output_buffer_allocatedZbigniew Jędrzejewski-Szmek2019-05-171-2/+3
* | | meson: stop creating .wants directories for {multi-user,getty}.target (#12569)Michael Biebl2019-05-171-4/+0
* | | udevd: change the default value of udev.children-max (again)Franck Bui2019-05-161-6/+10
* | | Merge pull request #12535 from poettering/color-greyZbigniew Jędrzejewski-Szmek2019-05-163-26/+60
|\ \ \ | |/ / |/| |
| * | journalctl: don't output ANSI sequences if disabledLennart Poettering2019-05-101-1/+1
| * | test: add test that shows all colors we defineLennart Poettering2019-05-101-0/+33
| * | terminal-util: add complete set of inline functions for all colors we defineLennart Poettering2019-05-101-15/+23
| * | terminal-util: reduce colors we define a bitLennart Poettering2019-05-101-9/+2
| * | terminal-util: define grey as 256color ANSI sequenceLennart Poettering2019-05-101-1/+1
* | | random-util: add a longer comment explaining our RDRAND useLennart Poettering2019-05-161-4/+111
* | | journalctl: return a non-zero EC when --grep returns no matchesFrantisek Sumsal2019-05-161-1/+9
* | | varlink: initialize Varlink with 0Yu Watanabe2019-05-161-1/+2
* | | Merge pull request #12378 from rbalint/vt-kbd-reset-checkLennart Poettering2019-05-163-21/+36
|\ \ \
| * | | Add check to switch VTs only between K_XLATE or K_UNICODEBalint Reczey2019-05-152-1/+15
| * | | Move verify_vc_kbmode() to terminal-util.c as vt_verify_kbmode()Balint Reczey2019-04-243-20/+21
* | | | Merge pull request #12574 from yuwata/network-mtu-issue-12552Yu Watanabe2019-05-165-36/+49
|\ \ \ \ | |_|_|/ |/| | |
| * | | network: bump MTU bytes only when MTUByte= is not setYu Watanabe2019-05-161-1/+43
| * | | network: honor MTUBytes= settingYu Watanabe2019-05-165-36/+7
* | | | network: do not use ordered_set_printf() for DOMAINS= or ROUTE_DOMAINS=Yu Watanabe2019-05-161-6/+11
* | | | Merge pull request #12549 from yuwata/network-sittun-disable-link-local-addre...Yu Watanabe2019-05-162-6/+7
|\ \ \ \
| * | | | network: disable link local addressing on ipip, gre, sit, and vti netdevsYu Watanabe2019-05-161-3/+3
| * | | | wait-online: ignore -ENODATA on updating link informationYu Watanabe2019-05-161-3/+3
| * | | | network: link_check_ready() returns earlier if routes are not configured yetYu Watanabe2019-05-161-0/+1
* | | | | Merge pull request #12576 from ssahani/fouYu Watanabe2019-05-1616-13/+138
|\ \ \ \ \
| * | | | | networkd: FOU tunnel support Local and Peer tunnel addressesSusant Sahani2019-05-163-0/+64
| * | | | | sd-netlink: Add Fou properties FOU_ATTR_LOCAL_V4/FOU_ATTR_PEER_V4Susant Sahani2019-05-161-0/+6
| * | | | | linux: update headers from current kernel masterYu Watanabe2019-05-1612-13/+68
| |/ / / /
* | | | | networkd: introduce netdev ipvtapSusant Sahani2019-05-169-4/+30
|/ / / /
* | | | Merge pull request #12496 from yuwata/network-on-device-default-routeYu Watanabe2019-05-156-2/+39
|\ \ \ \
| * | | | network: add DefaultRouteOnDevice= setting in [Network] sectionYu Watanabe2019-05-155-0/+33
| * | | | network: add missing error checkYu Watanabe2019-05-151-2/+6
| |/ / /