index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2019-09-24
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-09-18
vfs: Convert bpf to use the new mount API
David Howells
2019-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-16
bpf: fix accessing bpf_sysctl.file_pos on s390
Ilya Leoshkevich
2019-09-16
xdp: Fix race in dev_map_hash_update_elem() when replacing element
Toke Høiland-Jørgensen
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-05
bpf: fix precision tracking of stack slots
Alexei Starovoitov
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-28
bpf: introduce verifier internal test flag
Alexei Starovoitov
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-26
bpf: handle 32-bit zext during constant blinding
Naveen N. Rao
2019-08-24
bpf: fix use after free in prog symbol exposure
Daniel Borkmann
2019-08-24
bpf: fix precision tracking in presence of bpf2bpf calls
Alexei Starovoitov
2019-08-20
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
2019-08-20
bpf: add BTF ids in procfs for file descriptors to BTF objects
Quentin Monnet
2019-08-20
bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()
YueHaibing
2019-08-17
xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP
Björn Töpel
2019-08-17
xsk: remove AF_XDP socket from map when the socket is released
Björn Töpel
2019-08-17
bpf: export bpf_map_inc_not_zero
Stanislav Fomichev
2019-08-15
btf: fix return value check in btf_vmlinux_init()
Wei Yongjun
2019-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2019-08-13
btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinux
Andrii Nakryiko
2019-08-13
btf: expose BTF info through sysfs
Andrii Nakryiko
2019-08-01
bpf: always allocate at least 16 bytes for setsockopt hook
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
xdp: Refactor devmap allocation code for reuse
Toke Høiland-Jørgensen
2019-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-07-23
bpf: fix narrower loads on s390
Ilya Leoshkevich
2019-07-20
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-07-18
bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()
Josh Poimboeuf
2019-07-18
Merge branch 'x86/debug' into core/urgent
Thomas Gleixner
2019-07-15
bpf: fix BTF verifier size resolution logic
Andrii Nakryiko
2019-07-12
bpf: verifier: avoid fall-through warnings
Gustavo A. R. Silva
2019-07-12
bpf: fix precision bit propagation for BPF_ST instructions
Andrii Nakryiko
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-07-09
bpf: Fix ORC unwinding in non-JIT BPF code
Josh Poimboeuf
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-07-08
bpf: cgroup: Fix build error without CONFIG_NET
YueHaibing
2019-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-07-03
bpf: fix precision tracking
Alexei Starovoitov
2019-07-03
Merge branch 'timers/vdso' into timers/core
Thomas Gleixner
2019-06-29
devmap: Allow map lookups from eBPF
Toke Høiland-Jørgensen
2019-06-29
devmap/cpumap: Use flush list instead of bitmap
Toke Høiland-Jørgensen
2019-06-29
xskmap: Move non-standard list manipulation to helper
Toke Høiland-Jørgensen
2019-06-27
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
2019-06-27
bpf: fix cgroup bpf release synchronization
Roman Gushchin
2019-06-26
bpf: fix BPF_ALU32 | BPF_ARSH on BE arches
Jiong Wang
2019-06-25
xdp: Add tracepoint for bulk XDP_TX
Toshiaki Makita
2019-06-24
bpf: fix NULL deref in btf_type_is_resolve_source_only
Stanislav Fomichev
[next]