summaryrefslogtreecommitdiffstats
path: root/man/50-xdg-data-dirs.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-11ipv4ll: do not reset conflict counter on restartAJ Bagwell5-6/+9
2019-12-10test-network: add a test case for fq-codelYu Watanabe2-8/+6
2019-12-10network tc: Add support to conkfigure CoDel - Controlled-Delay Active Queue M...Susant Sahani8-0/+133
2019-12-10network tc: qdisc parent add support to set ingressSusant Sahani3-16/+29
2019-12-10tree-wide: use SD_ID128_STRING_MAX where appropriateLennart Poettering6-6/+6
2019-12-10id128: introduce ID128_UUID_STRING_MAX for sizing UUID buffersLennart Poettering6-7/+10
2019-12-09strv: when growing strv arrays piecemeal actually allocate memory in exponent...Lennart Poettering1-12/+16
2019-12-09test-util: add more tests for ALIGN_POWER2Lennart Poettering1-0/+12
2019-12-09macro: introduce new GREEDY_ALLOC_ROUND_UP() helperLennart Poettering1-0/+23
2019-12-09macro: avoid subtraction overflow in ALIGN_POWER2()Lennart Poettering1-0/+5
2019-12-09test-network: add tests for new TBF settingsYu Watanabe2-2/+4
2019-12-09network: tc: add more options for TBFYu Watanabe8-3/+202
2019-12-09test-network: add a test case for SendOption=Yu Watanabe1-0/+1
2019-12-09network: fix segfault in parsing SendOption=Yu Watanabe1-1/+1
2019-12-09seccomp: real syscall numbers are >= 0Mike Gilbert2-26/+26
2019-12-09Add Cube iWork 11 StylusYong Cong Sin1-0/+4
2019-12-09test: do not fail if new device is plugged during enumerationYu Watanabe1-4/+20
2019-12-08test-network: make test_bind_carrier more stableYu Watanabe1-6/+6
2019-12-07network: fix copy and paste mistakeYu Watanabe1-1/+1
2019-12-07resolved, networkd: don't resolve the user if not rootTopi Miettinen3-31/+33
2019-12-07test-network: add test case for IFBYu Watanabe3-0/+13
2019-12-07network: introduce ifb (Intermediate Functional Block)Susant Sahani6-0/+33
2019-12-07sd-netlink: add support for ifb deviceSusant Sahani2-0/+2
2019-12-06test-network: add test case for IPv4 DADYu Watanabe3-0/+33
2019-12-06network: introduce DAD for static addressSusant Sahani7-14/+208
2019-12-06shared/seccomp: avoid possibly writing bogus errno code in debug logZbigniew Jędrzejewski-Szmek1-5/+5
2019-12-06network: do not drop foreign config if interface is in initialized stateYu Watanabe1-2/+2
2019-12-05Fix typo (duplicate "or")Timo Wilken1-1/+1
2019-12-05cryptsetup: umount encrypted devices before detaching it during shutdownFranck Bui3-9/+18
2019-12-05crypsetup: introduce x-initrd.attach optionFranck Bui5-3/+40
2019-12-05TODO: remove obsolete entriesZbigniew Jędrzejewski-Szmek1-7/+1
2019-12-05Fix use of unitialized variable in error pathZbigniew Jędrzejewski-Szmek1-2/+1
2019-12-05growfs: port over to resize_fs()Zbigniew Jędrzejewski-Szmek3-78/+31
2019-12-05growfs: define main function through macroZbigniew Jędrzejewski-Szmek1-52/+32
2019-12-05seccomp: mmap test results depend on kernel/libseccomp/glibcChristian Ehrhardt1-3/+4
2019-12-05seccomp: use per arch shmat_syscallChristian Ehrhardt1-1/+1
2019-12-05seccomp: ensure rules are loaded in seccomp_memory_deny_write_executeChristian Ehrhardt1-1/+6
2019-12-05seccomp: fix multiplexed system callsChristian Ehrhardt1-8/+8
2019-12-05network: if /sys is rw, then udev should be aroundYu Watanabe1-6/+6
2019-12-05nspawn: do not fail if udev is not runningYu Watanabe1-11/+21
2019-12-04Implement SNI when using DNS-over-TLSGuilhem Lettron12-6/+123
2019-12-04sd-bus: don't include properties maked as "emit-invalidation" in InterfacesAd...Lennart Poettering1-0/+9
2019-12-04sd-bus: add new call sd_bus_message_sensitive() and SD_BUS_VTABLE_SENSITIVELennart Poettering6-6/+59
2019-12-04test-network: add a test case for SFQYu Watanabe2-2/+10
2019-12-04network: SFQ cannot be configured with netem or TBFYu Watanabe1-2/+5
2019-12-04network: tc introduce sfq - Stochastic Fairness QueueingSusant Sahani8-9/+137
2019-12-04test-network: add test case for TBFYu Watanabe3-3/+20
2019-12-04network: drop unnecessary headersYu Watanabe2-5/+0
2019-12-04network: make network_emulator_fill_message() take NetworkEmulatorYu Watanabe3-16/+14
2019-12-04network: rename QDiscs to QDiscYu Watanabe7-29/+29