summaryrefslogtreecommitdiffstats
path: root/tmpfiles.d/tmp.conf (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-12network: show route scope, table, and type in debugging logsYu Watanabe3-4/+86
2019-07-12network: update log messageYu Watanabe1-9/+9
2019-07-12network: make Route.Type= support local, broadcast, anycast, multicast, nat, ...Yu Watanabe3-1/+29
2019-07-12network: use string table to parse route typeYu Watanabe2-13/+21
2019-07-12test-network: test more bridge propertiesYu Watanabe3-5/+17
2019-07-11tree-wide: make use of errno_or_else() everywhereLennart Poettering16-58/+60
2019-07-11errno-util: add new errno_or_else() helperLennart Poettering1-0/+11
2019-07-11tmpfiles: use path_join() where it makes senseLennart Poettering1-1/+1
2019-07-11tmpfiles: fix buildLennart Poettering1-1/+1
2019-07-11tests: turn on the "object-size" UBSan check on FuzzitEvgeny Vereshchagin1-2/+2
2019-07-11udevadm: ensure 'udevadm info -w' show updated resultYu Watanabe1-1/+6
2019-07-11test-network: add test for route reassignmentYu Watanabe3-2/+46
2019-07-11network: re-assign static routes when dynamic address is updatedYu Watanabe2-0/+4
2019-07-11network: process address reply messageYu Watanabe3-9/+33
2019-07-11network: rework route_scope_from_address()Yu Watanabe1-2/+2
2019-07-11util: introduce in4_addr_equal()Yu Watanabe2-1/+9
2019-07-11network: route_configure() do nothing when it returns 0Yu Watanabe1-6/+6
2019-07-11test-network: add testcase that Neighbor.LinkLayerAddress= is IP addressYu Watanabe3-1/+32
2019-07-11test-network: use Neighbor.LinkLayerAddress= instead of deprecated Neighbor.M...Yu Watanabe2-3/+3
2019-07-11network: fdb: use ether_addr_from_string()Yu Watanabe1-11/+3
2019-07-11network: fdb: do not allocate separated memory for lladdrYu Watanabe2-16/+8
2019-07-11network: drop invalid [Neighbor] section earlierYu Watanabe3-6/+22
2019-07-11network: rename Neighbor.MACAddress= to Neighbor.LinkLayerAddress=Yu Watanabe5-31/+93
2019-07-11network: NDA_LLADDR attribute can also take struct in_addrYu Watanabe4-4/+4
2019-07-11sd-netlink: make sd_netlink_message_read() returns size of read dataYu Watanabe1-1/+1
2019-07-11json: always allocate at least sizeof(JsonVariant) bytesLennart Poettering1-3/+6
2019-07-11update TODOLennart Poettering1-3/+0
2019-07-11man: document new "systemctl clean…" operationLennart Poettering4-10/+60
2019-07-11test: add testcase for new CleanUnit logicLennart Poettering3-0/+129
2019-07-11systemctl: port "systemctl start --wait" logic to new bus-wait-for-units.c APILennart Poettering1-171/+15
2019-07-11systemctl: add new "clean" operation to systemctlLennart Poettering1-0/+136
2019-07-11shared: add generic logic for waiting for a unit to enter some stateLennart Poettering3-0/+471
2019-07-11core: expose per-service cleaning properties on the bus, tooLennart Poettering1-0/+2
2019-07-11core: expose new clean operation on the busLennart Poettering4-0/+116
2019-07-11core: add type of resource string tableLennart Poettering2-0/+19
2019-07-11core: hook up timer unit type with clean operationLennart Poettering1-0/+38
2019-07-11core: hook up service unit type with the new clean operationLennart Poettering7-9/+183
2019-07-11core: add generic "clean" operation to unitsLennart Poettering5-1/+74
2019-07-11rm-rf: introduce new flag REMOVE_MISSING_OKLennart Poettering2-23/+37
2019-07-11sd-bus: when installing a match make sure not to apply it to already queued m...Lennart Poettering5-7/+31
2019-07-11sd-bus: destroy AddMatch() reply slot in failure case tooLennart Poettering1-2/+3
2019-07-11sd-bus: maintain a counter for incoming msgsLennart Poettering4-0/+11
2019-07-11test-network: drop test_udev_driver as it is unstableYu Watanabe1-34/+0
2019-07-11test-network: add testcases Tunnel.Remote=any and Local=anyYu Watanabe12-10/+95
2019-07-11network: ip6tnl and vti6 does not support the case both Local= and Remote= ar...Yu Watanabe1-20/+12
2019-07-11test-network: add test for Xfrm netdevYu Watanabe5-3/+48
2019-07-11test-network: add test for AssignToLoopback= settingYu Watanabe2-0/+17
2019-07-11network: add AssignToLoopback= setting to [Tunnel] sectionYu Watanabe5-10/+20
2019-07-11network: simplify the condition about xfrmYu Watanabe1-10/+3
2019-07-11network: support gre tunnel or friends with Local=any Remote=anyYu Watanabe1-8/+14