index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
Makefile
Age
Commit message (
Expand
)
Author
2024-06-21
libbpf,bpf: Share BTF relocate-related code with kernel
Alan Maguire
2024-05-01
bpf: crypto: fix build when CONFIG_CRYPTO=m
Vadim Fedorenko
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-04-24
bpf: make common crypto API for TC/XDP programs
Vadim Fedorenko
2024-03-31
kbuild: make -Woverride-init warnings more consistent
Arnd Bergmann
2024-03-11
bpf: Introduce bpf_arena.
Alexei Starovoitov
2024-01-24
bpf: Introduce BPF token object
Andrii Nakryiko
2023-07-19
bpf: Add fd-based tcx multi-prog infra with link support
Daniel Borkmann
2023-07-19
bpf: Add generic attach/detach/query API for multi-progs
Daniel Borkmann
2023-04-11
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko
2023-01-25
bpf: Enable cpumasks to be queried and used as kptrs
David Vernet
2022-10-25
bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
Yonghong Song
2022-09-05
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
2022-08-25
bpf: Introduce cgroup iter
Hao Luo
2022-05-10
bpf: Add bpf_link iterator
Dmitrii Dolgov
2021-12-02
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
2021-10-28
bpf: Add bloom filter map implementation
Joanne Koong
2021-02-26
bpf: Enable task local storage for tracing programs
Song Liu
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-06
bpf: Implement task local storage
KP Singh
2020-10-29
bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE
Ard Biesheuvel
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-25
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
2020-08-20
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
2020-07-25
bpf: Add bpf_prog iterator
Alexei Starovoitov
2020-06-01
flow_dissector: Move out netns_bpf prog callbacks
Jakub Sitnicki
2020-06-01
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
2020-05-21
xsk: Move xskmap.c to net/xdp/
Björn Töpel
2020-05-09
bpf: Add task and task/file iterator targets
Yonghong Song
2020-05-09
bpf: Add bpf_map iterator
Yonghong Song
2020-05-09
bpf: Implement an interface to register bpf_iter targets
Yonghong Song
2020-03-30
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
2019-12-13
bpf: Introduce BPF dispatcher
Björn Töpel
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-08-13
btf: expose BTF info through sysfs
Andrii Nakryiko
2019-06-12
bpf: silence warning messages in core
Valdis Klētnieks
2018-10-19
bpf: add queue and stack maps
Mauricio Vasquez B
2018-10-15
bpf, sockmap: convert to generic sk_msg interface
Daniel Borkmann
2018-08-11
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
2018-08-03
bpf: introduce cgroup storage maps
Roman Gushchin
2018-05-03
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
2018-04-19
bpf: btf: Introduce BPF Type Format (BTF)
Martin KaFai Lau
2018-01-04
bpf: only build sockmap with CONFIG_INET
John Fastabend
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-18
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
2017-10-10
bpf: move instruction printing into a separate file
Jakub Kicinski
2017-08-16
bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSER
John Fastabend
[next]