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
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-12-04
bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_id
Yonghong Song
2019-12-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-11-29
bpf: Fix build in minimal configurations
Alexei Starovoitov
2019-11-27
bpf: Fix static checker warning
Alexei Starovoitov
2019-11-26
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-11-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2019-11-25
Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2019-11-24
bpf: Simplify __bpf_arch_text_poke poke type handling
Daniel Borkmann
2019-11-24
bpf: Constant map key tracking for prog array pokes
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: Provide better register bounds after jmp32 instructions
Yonghong Song
2019-11-24
xdp: Fix cleanup on map free for devmap_hash map type
Toke Høiland-Jørgensen
2019-11-23
Revert "bpf: Emit audit messages upon successful prog load and unload"
Jakub Kicinski
2019-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2019-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-20
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
2019-11-20
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
2019-11-19
bpf: Make array_map_mmap static
YueHaibing
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-15
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
2019-11-12
cgroup: use cgrp->kn->id as the cgroup ID
Tejun Heo
2019-11-12
kernfs: convert kernfs_node->id from union kernfs_node_id to u64
Tejun Heo
2019-11-11
irq_work: Convert flags to atomic_t
Frederic Weisbecker
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-07
bpf: Add array support to btf_struct_access
Martin KaFai Lau
2019-11-06
bpf: Account for insn->off when doing bpf_probe_read_kernel
Martin KaFai Lau
2019-11-07
bpf, offload: Unlock on error in bpf_offload_dev_create()
Dan Carpenter
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
bpf: Switch BPF probe insns to bpf_probe_read_kernel
Daniel Borkmann
2019-11-02
xsk: Restructure/inline XSKMAP lookup/redirect/flush
Björn Töpel
2019-11-02
bpf: Implement map_gen_lookup() callback for XSKMAP
Maciej Fijalkowski
2019-11-02
xsk: Store struct xdp_sock as a flexible array member of the XSKMAP
Björn Töpel
2019-10-31
bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()
Björn Töpel
2019-10-31
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
[next]