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