index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
bpf-firewall.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/cgroup: call bpf_firewall_close in cgroup_runtime_free
Mike Yuan
2024-06-28
1
-6
/
+2
*
core/bpf-firewall: constify and reduce scope of variables
Zbigniew Jędrzejewski-Szmek
2024-05-29
1
-7
/
+6
*
tree-wide: make sure net/if.h is included before any linux/ header
Frantisek Sumsal
2024-04-09
1
-1
/
+2
*
core: split out cgroup specific state fields from Unit → CGroupRuntime
Lennart Poettering
2024-02-16
1
-67
/
+90
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-1
/
+1
*
bpf-firewall: give a name to maps used
Dominique Martinet
2023-04-18
1
-3
/
+8
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-5
/
+5
*
core/bpf: prefix log messages from different bpf subsystems
Zbigniew Jędrzejewski-Szmek
2022-06-02
1
-29
/
+35
*
bpf-firewall: invert test
Lennart Poettering
2022-03-24
1
-10
/
+11
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-2
/
+0
*
bpf: load firewall with name only if supported
Julia Kartseva
2022-01-28
1
-5
/
+16
*
bpf: name unnamed bpf programs
Julia Kartseva
2022-01-22
1
-3
/
+4
*
Merge pull request #21583 from bluca/bpf_assert
Yu Watanabe
2021-12-01
1
-1
/
+4
|
\
|
*
cgroup: don't emit BPF firewall warning when manager is in test mode
Luca Boccassi
2021-12-01
1
-1
/
+4
*
|
core/bpf-firewall: make bpf_firewall_supported() always set unsupported reaso...
Yu Watanabe
2021-12-01
1
-2
/
+8
|
/
*
core/bpf-firewall: add missing oom check
Yu Watanabe
2021-10-13
1
-1
/
+3
*
core: remove refcount for bpf program
alexlzhu
2021-10-12
1
-25
/
+18
*
core: replace IPAddressAccessItem with struct in_addr_prefix
Yu Watanabe
2021-09-14
1
-13
/
+21
*
bpf-firewall: close gap when updating the firewall
Lennart Poettering
2021-06-08
1
-4
/
+19
*
bpf-program: export hash_ops for BPFProgam objects
Lennart Poettering
2021-06-08
1
-4
/
+2
*
bpf-firewall: move destruction of IP firewall objects to bpf-firewall.c
Lennart Poettering
2021-06-08
1
-0
/
+23
*
core: add UNIT_GET_SLICE() helper
Lennart Poettering
2021-05-25
1
-2
/
+2
*
bpf-firewall: attach with BPF_F_ALLOW_MULTI if kernel supports
Julia Kartseva
2021-04-10
1
-6
/
+3
*
bpf: do not use structured initialization for bpf_attr
Luca Boccassi
2021-01-10
1
-11
/
+13
*
core: detect_container() may return negative errno
Yu Watanabe
2020-12-14
1
-1
/
+1
*
core: use SYNTHETIC_ERRNO() macro
Yu Watanabe
2020-11-27
1
-8
/
+4
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
core: make log_unit_error() or friends return void
Yu Watanabe
2020-09-08
1
-5
/
+5
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-2
/
+1
*
tree: wide "the the" and other trivial grammar fixes
Zbigniew Jędrzejewski-Szmek
2020-07-02
1
-1
/
+1
*
core/bpf-firewall: use the correct cleanup function
Zbigniew Jędrzejewski-Szmek
2020-06-24
1
-3
/
+2
*
tree-wide: use set_ensure_put()
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-10
/
+3
*
core: constify bpf program arrays
Zbigniew Jędrzejewski-Szmek
2019-11-10
1
-5
/
+5
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
Create src/shared/unit-file.[ch] for unit-file related ops
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-0
/
+1
*
bpf-firewall: custom BPF programs through IP(Ingress|Egress)FilterPath=
Kai Lüke
2019-06-25
1
-2
/
+104
*
bpf-firewall: optimization for IPAddressXYZ="any" (and unprivileged users)
Anita Zhang
2019-06-22
1
-36
/
+61
*
bpf: use more TAKE_FD()
Lennart Poettering
2019-06-20
1
-4
/
+2
*
Silence warning about BPF firewall in containers
Zbigniew Jędrzejewski-Szmek
2019-06-04
1
-11
/
+26
*
Move warning about unsupported BPF firewall right before the firewall would b...
Zbigniew Jędrzejewski-Szmek
2019-06-04
1
-8
/
+18
*
tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0
Yu Watanabe
2019-04-11
1
-1
/
+1
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
*
tree-wide: drop missing.h from headers and use relevant missing_*.h
Yu Watanabe
2018-12-06
1
-0
/
+1
*
bpf-firewall: always use log_unit_xyz() insteadof log_xyz()
Lennart Poettering
2018-10-09
1
-12
/
+12
*
core: fix the check if CONFIG_CGROUP_BPF is on
Alexander Filippov
2018-09-18
1
-8
/
+8
*
tree-wide: drop empty lines in comments
Yu Watanabe
2018-07-23
1
-1
/
+0
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
Fix three uses of bogus errno value in logs (and returned value in one case)
Zbigniew Jędrzejewski-Szmek
2018-04-24
1
-2
/
+3
[next]