index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
2
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-12-08
2
-2
/
+8
|
\
|
*
bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_id
Yonghong Song
2019-12-05
1
-1
/
+4
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-12-02
1
-1
/
+4
|
|
\
|
|
*
bpf: Fix build in minimal configurations
Alexei Starovoitov
2019-11-29
1
-0
/
+1
|
|
*
bpf: Fix static checker warning
Alexei Starovoitov
2019-11-27
1
-1
/
+3
*
|
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-12-03
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
irq_work: Convert flags to atomic_t
Frederic Weisbecker
2019-11-11
1
-1
/
+1
*
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-11-27
1
-1
/
+1
|
\
\
\
|
*
|
|
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
2019-10-09
1
-1
/
+1
*
|
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-11-27
1
-2
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
bpf/cgroup: Replace rcu_swap_protected() with rcu_replace_pointer()
Paul E. McKenney
2019-10-30
1
-2
/
+2
|
|
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2019-11-26
12
-313
/
+2267
|
\
\
\
|
*
|
|
bpf: Simplify __bpf_arch_text_poke poke type handling
Daniel Borkmann
2019-11-25
2
-15
/
+5
|
*
|
|
bpf: Constant map key tracking for prog array pokes
Daniel Borkmann
2019-11-25
1
-9
/
+111
|
*
|
|
bpf: Add poke dependency tracking for prog array maps
Daniel Borkmann
2019-11-25
3
-12
/
+200
|
*
|
|
bpf: Add initial poke descriptor table for jit images
Daniel Borkmann
2019-11-25
1
-0
/
+34
|
*
|
|
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
2019-11-25
4
-21
/
+43
|
*
|
|
bpf: Move bpf_free_used_maps into sleepable section
Daniel Borkmann
2019-11-25
2
-20
/
+23
|
*
|
|
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
2019-11-25
1
-0
/
+19
|
*
|
|
xdp: Fix cleanup on map free for devmap_hash map type
Toke Høiland-Jørgensen
2019-11-25
1
-28
/
+46
|
*
|
|
Revert "bpf: Emit audit messages upon successful prog load and unload"
Jakub Kicinski
2019-11-23
1
-31
/
+0
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2019-11-23
1
-1
/
+3
|
|
\
\
\
|
*
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-21
10
-135
/
+1184
|
|
\
\
\
\
|
|
*
|
|
|
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
2019-11-20
1
-4
/
+7
|
|
*
|
|
|
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
2019-11-20
1
-0
/
+31
|
|
*
|
|
|
bpf: Make array_map_mmap static
YueHaibing
2019-11-20
1
-1
/
+1
|
|
*
|
|
|
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
2019-11-18
2
-9
/
+148
|
|
*
|
|
|
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
2019-11-18
2
-23
/
+12
|
|
*
|
|
|
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
2019-11-18
5
-40
/
+27
|
|
*
|
|
|
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
4
-27
/
+147
|
|
*
|
|
|
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
3
-3
/
+98
|
|
*
|
|
|
bpf: Annotate context types
Alexei Starovoitov
2019-11-15
3
-6
/
+114
|
|
*
|
|
|
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2019-11-15
2
-6
/
+28
|
|
*
|
|
|
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-15
6
-8
/
+419
|
|
*
|
|
|
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
2019-11-15
1
-0
/
+6
|
|
*
|
|
|
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
2019-11-15
1
-0
/
+4
|
|
*
|
|
|
bpf: Add array support to btf_struct_access
Martin KaFai Lau
2019-11-07
1
-29
/
+166
|
|
*
|
|
|
bpf: Account for insn->off when doing bpf_probe_read_kernel
Martin KaFai Lau
2019-11-07
1
-1
/
+1
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-09
2
-4
/
+7
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
/
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-02
4
-96
/
+73
|
|
\
\
\
\
|
|
*
|
|
|
bpf: Switch BPF probe insns to bpf_probe_read_kernel
Daniel Borkmann
2019-11-02
1
-4
/
+5
|
|
*
|
|
|
xsk: Restructure/inline XSKMAP lookup/redirect/flush
Björn Töpel
2019-11-02
1
-48
/
+0
|
|
*
|
|
|
bpf: Implement map_gen_lookup() callback for XSKMAP
Maciej Fijalkowski
2019-11-02
1
-0
/
+17
|
|
*
|
|
|
xsk: Store struct xdp_sock as a flexible array member of the XSKMAP
Björn Töpel
2019-11-02
1
-32
/
+23
|
|
*
|
|
|
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
2019-10-31
2
-13
/
+27
|
|
*
|
|
|
bpf: Fix bpf jit kallsym access
Alexei Starovoitov
2019-10-31
1
-3
/
+0
|
|
*
|
|
|
bpf: Enforce 'return 0' in BTF-enabled raw_tp programs
Alexei Starovoitov
2019-10-30
1
-0
/
+5
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
3
-13
/
+53
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
2019-10-25
3
-64
/
+65
[next]