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