summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* syscalls: run ninja update-syscall-*Lennart Poettering2021-06-0918-0/+18
* Merge pull request #19851 from poettering/bpf-firewall-tweaksLennart Poettering2021-06-0917-126/+322
|\
| * bpf-firewall: close gap when updating the firewallLennart Poettering2021-06-081-4/+19
| * bpf-program: document BPFProgram a bitLennart Poettering2021-06-081-0/+9
| * bpf-program: serialize attached BPF programs across daemon reexec/reloadLennart Poettering2021-06-083-3/+165
| * bpf-program: export hash_ops for BPFProgam objectsLennart Poettering2021-06-083-4/+6
| * bpf-program: use structured initialization when allocating BPFProgram objectsLennart Poettering2021-06-081-4/+6
| * bpf-link: prefix function names with "bpf_"Lennart Poettering2021-06-083-7/+7
| * core: rename socket-bind.[ch] → bpf-socket-bind.[ch]Lennart Poettering2021-06-089-38/+38
| * bpf: various coding style fixesLennart Poettering2021-06-083-43/+41
| * bpf-firewall: move destruction of IP firewall objects to bpf-firewall.cLennart Poettering2021-06-084-23/+31
* | Merge pull request #19852 from yuwata/network-stable-secretYu Watanabe2021-06-095-12/+59
|\ \
| * | network: introduce IPv6StableSecretAddress= settingYu Watanabe2021-06-095-12/+59
| |/
* | journald: when journald namespace instances log, they can do so safely to the...Lennart Poettering2021-06-091-9/+16
* | network: do not process requests which conditionalized with link flags while ...Yu Watanabe2021-06-097-10/+63
* | network: make several link settings criticalYu Watanabe2021-06-091-6/+6
* | network: use request queue to handle always-up or -down activation policyYu Watanabe2021-06-093-9/+4
* | network: use request queue to handle bound_to listYu Watanabe2021-06-095-6/+80
* | network: handle bound_by list even if IgnoreCarrierLoss=yesYu Watanabe2021-06-091-6/+14
* | network: add brief comments about bound_to and bound_by listYu Watanabe2021-06-091-0/+5
* | network: apply activation policy only when it is once activatedYu Watanabe2021-06-091-2/+2
* | network: do not drop requests on carrier lostYu Watanabe2021-06-091-2/+0
* | network: route: update error messageYu Watanabe2021-06-091-1/+1
* | network: also adjust IPv6 MTU by the maximum MTU of the interfaceYu Watanabe2021-06-091-1/+10
* | network: read the minimum and maximum MTU of the interface, and adjust reques...Yu Watanabe2021-06-093-12/+54
* | network: use request queue to configure CAN interfacesYu Watanabe2021-06-096-122/+85
|/
* test-libcrypt-util: print out default for password settings, run make_salt() ...Zbigniew Jędrzejewski-Szmek2021-06-082-1/+27
* resolved: fix strange function recursionZbigniew Jędrzejewski-Szmek2021-06-081-18/+18
* journal-file: truncate archived journalsVito Caputo2021-06-081-21/+58
* tmpfiles: extend "Age" to accept an "age-by" argumentSrinidhi Kaushik2021-06-081-64/+201
* Merge pull request #19166 from bluca/coredump_compress_on_the_flyLennart Poettering2021-06-089-76/+259
|\
| * coredump: check cgroups memory limit if storing on tmpfsLuca Boccassi2021-06-081-64/+130
| * compress: return uncompressed size to the callerLuca Boccassi2021-06-083-11/+23
| * core: add MemoryAvailable unit propertyLuca Boccassi2021-06-085-1/+106
* | udev: make WakeOnLan= take multiple featuresYu Watanabe2021-06-085-94/+116
* | core/socket: do not assign another fd to SocketPort which already has a fd on...Yu Watanabe2021-06-081-25/+61
* | Merge pull request #19817 from keszybz/switch-root-serializationLennart Poettering2021-06-085-17/+30
|\ \
| * | core: do not serialize mounts and automounts for switch-rootZbigniew Jędrzejewski-Szmek2021-06-085-7/+20
| * | core: drop bitfields in VTable objectZbigniew Jędrzejewski-Szmek2021-06-041-8/+8
| * | core: update commentZbigniew Jędrzejewski-Szmek2021-06-041-2/+2
* | | tmpfiles: add '=' action modifier.Allen Webb2021-06-085-26/+223
| |/ |/|
* | meson: do not share compiler flags except for emitting warningsYu Watanabe2021-06-081-0/+1
* | network: wait for all set-link requests are processedYu Watanabe2021-06-081-1/+7
* | network: drop trivial aliases of link_set_state()Yu Watanabe2021-06-081-20/+4
* | network: use link_request_to_set_master() or friendsYu Watanabe2021-06-0812-765/+56
* | network: introduce link_request_to_activate()Yu Watanabe2021-06-088-128/+196
* | network: it is not necessary to call RTM_GETLINK when carrier is gainedYu Watanabe2021-06-081-3/+3
* | network: set bridge or bond properties after master ifindex is setYu Watanabe2021-06-082-1/+16
* | network: sync link information after set-link request is processedYu Watanabe2021-06-081-10/+33
* | network: use link_call_getlink() where applicableYu Watanabe2021-06-081-63/+20