开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
2019-11-24
bpf: Simplify __bpf_arch_text_poke poke type handling
Daniel Borkmann
2019-11-24
bpf: Add poke dependency tracking for prog array maps
Daniel Borkmann
2019-11-24
bpf: Add initial poke descriptor table for jit images
Daniel Borkmann
2019-11-24
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
2019-11-24
bpf: Move bpf_free_used_maps into sleepable section
Daniel Borkmann
2019-11-24
bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumps
Daniel Borkmann
2019-11-20
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
2019-11-18
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
2019-11-15
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-15
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
2019-11-02
xsk: Restructure/inline XSKMAP lookup/redirect/flush
Björn Töpel
2019-10-31
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
2019-10-24
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
2019-10-17
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
2019-10-17
bpf: Add support for BTF pointers to x86 JIT
Alexei Starovoitov
2019-10-17
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
2019-10-17
bpf: Add attach_btf_id attribute to program load
Alexei Starovoitov
2019-10-11
bpf: Align struct bpf_prog_stats
Eric Dumazet
2019-08-20
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
2019-08-17
bpf: export bpf_map_inc_not_zero
Stanislav Fomichev
2019-07-29
xdp: Add devmap_hash map type for looking up devices by hashed index
Toke Høiland-Jørgensen
2019-07-29
include/bpf.h: Remove map_insert_ctx() stubs
Toke Høiland-Jørgensen
2019-06-27
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-14
sysctl: define proc_do_static_key()
Eric Dumazet
2019-06-15
bpf: Fix build error without CONFIG_INET
YueHaibing
2019-06-10
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-31
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-05-31
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-05-31
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-05-31
bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAY
brakmo
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
2019-05-29
bpf: remove __rcu annotations from bpf_prog_array
Stanislav Fomichev
2019-05-24
bpf: verifier: insert zero extension according to analysis result
Jiong Wang
2019-05-14
bpf: add map_lookup_elem_sys_only for lookups from syscall side
Daniel Borkmann
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-27
bpf: Introduce bpf sk local storage
Martin KaFai Lau
2019-04-26
bpf: add writable context for raw tracepoints
Matt Mullins
2019-04-25
bpf: Fix preempt_enable_no_resched() abuse
Peter Zijlstra
2019-04-12
bpf: Introduce bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
2019-04-12
bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
Andrey Ignatov
2019-04-11
bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUN
Stanislav Fomichev
[next]