index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
cgroup.c
Age
Commit message (
Expand
)
Author
2023-02-16
bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2022-09-21
bpftool: Fix wrong cgroup attach flags being assigned to effective progs
Pu Lehui
2022-06-29
bpftool: implement cgroup tree for BPF_LSM_CGROUP
Stanislav Fomichev
2022-06-02
bpftool: Use libbpf_bpf_attach_type_str
Daniel Müller
2022-01-19
bpftool: Adding support for BTF program names
Raman Shukhau
2021-07-30
tools: bpftool: Document and add bash completion for -L, -B options
Quentin Monnet
2021-07-30
tools: bpftool: Update and synchronise option list in doc and help msg
Quentin Monnet
2021-05-25
bpftool: Add sock_release help info for cgroup attach/prog load command
Liu Jian
2020-06-01
tools, bpftool: Clean subcommand help messages
Quentin Monnet
2020-05-19
bpf, bpftool: Enable get{peer, sock}name attach types
Daniel Borkmann
2020-04-28
bpftool: Expose attach_type-to-string array to non-cgroup code
Andrii Nakryiko
2020-01-20
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2019-12-26
bpf: Print error message for bpftool cgroup show
Hechao Li
2019-08-14
tools: bpftool: compile with $(EXTRA_WARNINGS)
Quentin Monnet
2019-07-30
tools: bpftool: add support for reporting the effective cgroup progs
Jakub Kicinski
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-27
bpftool: support cgroup sockopt
Stanislav Fomichev
2019-06-26
tools: bpftool: use correct argument in cgroup errors
Jakub Kicinski
2019-06-06
bpf, bpftool: enable recvmsg attach types
Daniel Borkmann
2019-04-16
bpftool: Support sysctl hook
Andrey Ignatov
2019-04-16
tools: bpftool: reset errno for "bpftool cgroup tree"
Quentin Monnet
2018-12-13
tools: bpftool: dual license all files
Jakub Kicinski
2018-07-07
bpftool: introduce cgroup tree command
Roman Gushchin
2018-05-30
bpftool: Support sendmsg{4,6} attach types
Andrey Ignatov
2018-04-18
bpftool: Support new prog types and attach types
Andrey Ignatov
2018-01-04
tools: bpftool: remove new lines from errors
Jakub Kicinski
2018-01-04
tools: bpftool: alias show and list commands
Jakub Kicinski
2018-01-04
tools: bpftool: rename cgroup list -> show in the code
Jakub Kicinski
2017-12-14
bpftool: implement cgroup bpf operations
Roman Gushchin