Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-07-26 | bpf, xdp: Maintain info on attached XDP BPF programs in net_device | Andrii Nakryiko | 3 | -75/+105 |
2020-07-26 | bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALL | Andrii Nakryiko | 1 | -26/+55 |
2020-07-26 | bpf: Fix build on architectures with special bpf_user_pt_regs_t | Song Liu | 1 | -5/+4 |
2020-07-26 | bpf/local_storage: Fix build without CONFIG_CGROUP | YiFei Zhu | 1 | -2/+2 |
2020-07-26 | Documentation/bpf: Document CGROUP_STORAGE map type | YiFei Zhu | 2 | -0/+178 |
2020-07-26 | selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress | YiFei Zhu | 3 | -27/+311 |
2020-07-26 | bpf: Make cgroup storages shared between programs on the same cgroup | YiFei Zhu | 4 | -143/+164 |