| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: sockmap: Require attach_bpf_fd when detaching a program | Lorenz Bauer | 2020-07-22 | 1 | -2/+11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-03-30 | 1 | -1/+14 |
|\ |
|
| * | bpf: Implement bpf_link-based cgroup BPF program attachment | Andrii Nakryiko | 2020-03-30 | 1 | -1/+9 |
| * | bpf: Introduce BPF_PROG_TYPE_LSM | KP Singh | 2020-03-30 | 1 | -0/+3 |
| * | bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id | Daniel Borkmann | 2020-03-27 | 1 | -0/+1 |
| * | bpf: Add netns cookie and enable it for bpf cgroup hooks | Daniel Borkmann | 2020-03-27 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2020-03-29 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | bpf: Sanitize the bpf_struct_ops tcp-cc name | Martin KaFai Lau | 2020-03-17 | 1 | -0/+1 |
* | | bpf: Remove bpf_image tree | Jiri Olsa | 2020-03-13 | 1 | -7/+1 |
* | | bpf: Add dispatchers to kallsyms | Jiri Olsa | 2020-03-13 | 1 | -7/+12 |
* | | bpf: Add trampolines to kallsyms | Jiri Olsa | 2020-03-13 | 1 | -0/+3 |
* | | bpf: Add bpf_ksym_add/del functions | Jiri Olsa | 2020-03-13 | 1 | -0/+3 |
* | | bpf: Add prog flag to struct bpf_ksym object | Jiri Olsa | 2020-03-13 | 1 | -0/+1 |
* | | bpf: Move ksym_tnode to bpf_ksym | Jiri Olsa | 2020-03-13 | 1 | -1/+1 |
* | | bpf: Move lnode list node to struct bpf_ksym | Jiri Olsa | 2020-03-13 | 1 | -1/+1 |
* | | bpf: Add name to struct bpf_ksym | Jiri Olsa | 2020-03-13 | 1 | -0/+2 |
* | | bpf: Add struct bpf_ksym | Jiri Olsa | 2020-03-13 | 1 | -0/+6 |
* | | bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER | Björn Töpel | 2020-03-13 | 1 | -10/+11 |
* | | bpf: Abstract away entire bpf_link clean up procedure | Andrii Nakryiko | 2020-03-13 | 1 | -1/+0 |
* | | bpf: Added new helper bpf_get_ns_current_pid_tgid | Carlos Neira | 2020-03-12 | 1 | -0/+1 |
* | | bpf: Add bpf_link_new_file that doesn't install FD | Andrii Nakryiko | 2020-03-11 | 1 | -0/+3 |
* | | bpf: sockmap: Move generic sockmap hooks from BPF TCP | Lorenz Bauer | 2020-03-09 | 1 | -1/+3 |
* | | bpf: Add test ops for BPF_PROG_TYPE_TRACING | KP Singh | 2020-03-04 | 1 | -0/+10 |
* | | bpf: Introduce BPF_MODIFY_RETURN | KP Singh | 2020-03-04 | 1 | -0/+1 |
* | | bpf: Refactor trampoline update code | KP Singh | 2020-03-04 | 1 | -2/+11 |
* | | bpf: Introduce pinnable bpf_link abstraction | Andrii Nakryiko | 2020-03-02 | 1 | -0/+13 |
* | | bpf: INET_DIAG support in bpf_sk_storage | Martin KaFai Lau | 2020-02-27 | 1 | -0/+1 |
* | | bpf: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-02-28 | 1 | -1/+1 |
* | | bpf: Provide recursion prevention helpers | Thomas Gleixner | 2020-02-24 | 1 | -0/+30 |
* | | bpf: Use migrate_disable/enable in array macros and cgroup/lirc code. | David Miller | 2020-02-24 | 1 | -4/+4 |
|/ |
|
* | bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init() | Martin KaFai Lau | 2020-01-29 | 1 | -2/+5 |
* | bpf: Allow to resolve bpf trampoline and dispatcher in unwind | Jiri Olsa | 2020-01-25 | 1 | -1/+11 |
* | bpf: Add BPF_FUNC_jiffies64 | Martin KaFai Lau | 2020-01-22 | 1 | -0/+1 |
* | bpf: Introduce dynamic program extensions | Alexei Starovoitov | 2020-01-22 | 1 | -1/+9 |
* | xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths | Toke Høiland-Jørgensen | 2020-01-16 | 1 | -2/+11 |
* | bpf: Add batch ops to all htab bpf map | Yonghong Song | 2020-01-15 | 1 | -0/+3 |
* | bpf: Add generic support for update and delete batch ops | Brian Vazquez | 2020-01-15 | 1 | -0/+10 |
* | bpf: Add generic support for lookup batch op | Brian Vazquez | 2020-01-15 | 1 | -0/+5 |
* | bpf: Introduce function-by-function verification | Alexei Starovoitov | 2020-01-10 | 1 | -1/+6 |
* | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS | Martin KaFai Lau | 2020-01-09 | 1 | -2/+47 |
* | bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS | Martin KaFai Lau | 2020-01-09 | 1 | -0/+30 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-12-27 | 1 | -4/+76 |
|\ |
|
| * | xdp: Make cpumap flush_list common for all map instances | Björn Töpel | 2019-12-19 | 1 | -2/+2 |
| * | xdp: Make devmap flush_list common for all map instances | Björn Töpel | 2019-12-19 | 1 | -2/+2 |
| * | bpf, x86: Align dispatcher branch targets to 16B | Björn Töpel | 2019-12-13 | 1 | -1/+1 |
| * | bpf, xdp: Start using the BPF dispatcher for XDP | Björn Töpel | 2019-12-13 | 1 | -0/+15 |
| * | bpf: Introduce BPF dispatcher | Björn Töpel | 2019-12-13 | 1 | -0/+56 |
| * | bpf: Move trampoline JIT image allocation to a function | Björn Töpel | 2019-12-13 | 1 | -0/+1 |
* | | bpf: Fix missing prog untrack in release_maps | Daniel Borkmann | 2019-12-16 | 1 | -0/+2 |
* | | bpf: Make BPF trampoline use register_ftrace_direct() API | Alexei Starovoitov | 2019-12-11 | 1 | -0/+1 |
|/ |
|