index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
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
2019-10-31
bpf: Fix bpf jit kallsym access
Alexei Starovoitov
2019-10-30
bpf: Allow narrow loads of bpf_sysctl fields with offset > 0
Ilya Leoshkevich
2019-10-30
bpf/cgroup: Replace rcu_swap_protected() with rcu_replace_pointer()
Paul E. McKenney
2019-10-30
bpf: Enforce 'return 0' in BTF-enabled raw_tp programs
Alexei Starovoitov
2019-10-24
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
2019-10-22
bpf: Fix use after free in bpf_get_prog_name
Daniel Borkmann
2019-10-22
bpf: Fix use after free in subprog's jited symbol removal
Daniel Borkmann
2019-10-21
xdp: Handle device unregister for devmap_hash map type
Toke Høiland-Jørgensen
2019-10-18
xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds
Toke Høiland-Jørgensen
2019-10-18
bpf: Fix bpf_attr.attach_btf_id check
Alexei Starovoitov
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: Add support for BTF pointers to interpreter
Alexei Starovoitov
2019-10-17
bpf: Attach raw_tp program with BTF via type name
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-17
bpf: Process in-kernel BTF
Alexei Starovoitov
2019-10-16
bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
Song Liu
2019-10-11
bpf: Fix cast to pointer from integer of different size warning
Andrii Nakryiko
2019-10-11
bpf: Track contents of read-only maps as scalars
Andrii Nakryiko
2019-10-09
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
2019-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
[prev]
[next]