index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
bpf-devices.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
basic/linux: update kernel headers from v6.10-rc3
Yu Watanabe
2024-06-19
1
-0
/
+1
*
bpf-devices: if a device node is referenced which doesn't exist, downgrade lo...
Lennart Poettering
2024-02-09
1
-1
/
+7
*
bpf-devices: normalize the return handling of functions that put together policy
Lennart Poettering
2024-02-09
1
-14
/
+15
*
bpf-devices: normalize how we pass around major/minor values
Lennart Poettering
2024-02-09
1
-24
/
+23
*
cgroup: turn device cgroup controller "rwm" strings into proper flags
Lennart Poettering
2023-10-18
1
-65
/
+40
*
nulstr-util: Declare NULSTR_FOREACH() iterator inline
Daan De Meyer
2022-11-11
1
-1
/
+0
*
basic: split out dev_t related calls into new devno-util.[ch]
Lennart Poettering
2022-04-13
1
-1
/
+1
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
bpf: load firewall with name only if supported
Julia Kartseva
2022-01-28
1
-1
/
+1
*
bpf: name unnamed bpf programs
Julia Kartseva
2022-01-22
1
-2
/
+2
*
core: remove refcount for bpf program
alexlzhu
2021-10-12
1
-12
/
+13
*
core: wrap cgroup path with empty_to_root() in log messages
Yu Watanabe
2021-08-04
1
-1
/
+2
*
bpf-devices: update comment
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: avoid some loaded terms
Lennart Poettering
2020-06-25
1
-22
/
+22
*
bpf-devices: line-break some overly long function signatures
Lennart Poettering
2020-01-07
1
-8
/
+48
*
bpf: make sure the kernel do not submit an invalid program if no pattern matched
Zbigniew Jędrzejewski-Szmek
2019-11-11
1
-1
/
+6
*
bpf: optimize device type access away most of the time
Zbigniew Jędrzejewski-Szmek
2019-11-11
1
-18
/
+30
*
bpf: convert 'c'/'b' to bpf_type at the very end
Zbigniew Jędrzejewski-Szmek
2019-11-11
1
-10
/
+18
*
test-bpf-devices: new test for the devices bpf code
Zbigniew Jędrzejewski-Szmek
2019-11-11
1
-8
/
+10
*
bpf: fix off-by-one in class whitelisting
Zbigniew Jędrzejewski-Szmek
2019-11-11
1
-1
/
+1
*
bpf: fix device type filter
Zbigniew Jędrzejewski-Szmek
2019-11-11
1
-1
/
+2
*
bpf: add trace logging
Zbigniew Jędrzejewski-Szmek
2019-11-11
1
-0
/
+8
*
bpf: make bpf_devices_apply_policy() independent of any unit code
Zbigniew Jędrzejewski-Szmek
2019-11-11
1
-11
/
+15
*
core: also split out helper to handle static device nodes
Zbigniew Jędrzejewski-Szmek
2019-11-10
1
-0
/
+30
*
core: move bpf devices implementation to bpf-devices.[ch] and rename
Zbigniew Jędrzejewski-Szmek
2019-11-10
1
-5
/
+160
*
core: rename CGROUP_AUTO/STRICT/CLOSED to CGROUP_DEVICE_POLICY_…
Zbigniew Jędrzejewski-Szmek
2019-11-10
1
-3
/
+3
*
core: constify bpf program arrays
Zbigniew Jędrzejewski-Szmek
2019-11-10
1
-48
/
+42
*
tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0
Yu Watanabe
2019-04-11
1
-1
/
+1
*
Delete duplicate lines
Topi Miettinen
2019-01-12
1
-1
/
+0
*
cgroups: beef up DeviceAllow= syntax a bit
Lennart Poettering
2018-11-29
1
-0
/
+26
*
bpf-devices: fix order of removing and adding BPF programs
Pavel Hrdina
2018-11-13
1
-6
/
+4
*
bpf-devices: fix cgroup v2 devices detection
Pavel Hrdina
2018-11-13
1
-1
/
+1
*
core: support cgroup v2 device controller
Roman Gushchin
2018-10-09
1
-0
/
+247