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
/
samples
/
bpf
/
Makefile
Age
Commit message (
Expand
)
Author
2020-10-11
samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
Daniel T. Lee
2020-10-11
samples: bpf: Refactor xdp_monitor with libbpf
Daniel T. Lee
2020-10-06
samples/bpf: Change Makefile to cope with latest llvm
Yonghong Song
2020-08-31
samples/bpf: Add new sample xsk_fwd.c
Cristian Dumitrescu
2020-08-24
samples: bpf: Refactor tracepoint tracing programs with libbpf
Daniel T. Lee
2020-08-24
samples: bpf: Refactor kprobe tracing programs with libbpf
Daniel T. Lee
2020-08-24
samples: bpf: Cleanup bpf_load.o from Makefile
Daniel T. Lee
2020-07-08
samples: bpf: Refactor BPF map in map test with libbpf
Daniel T. Lee
2020-05-19
samples, bpf: Refactor tail call user progs with libbpf
Daniel T. Lee
2020-05-19
samples, bpf: Refactor kprobe tracing user progs with libbpf
Daniel T. Lee
2020-03-23
samples, bpf: Refactor perf_event user program with libbpf bpf_link
Daniel T. Lee
2020-03-23
samples, bpf: Move read_trace_pipe to trace_helpers
Daniel T. Lee
2020-02-04
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
2020-01-20
samples/bpf: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-20
samples/bpf: Don't try to remove user's homedir on clean
Toke Høiland-Jørgensen
2019-12-16
samples/bpf: Set -fno-stack-protector when building BPF programs
Toke Høiland-Jørgensen
2019-12-16
samples/bpf: Add missing -lz to TPROGS_LDLIBS
Toke Høiland-Jørgensen
2019-12-16
samples/bpf: Reintroduce missed build targets
Prashant Bhole
2019-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-11
samples/bpf: adjust Makefile and README.rst
Jesper Dangaard Brouer
2019-11-10
samples/bpf: Add XDP_SHARED_UMEM support to xdpsock
Magnus Karlsson
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-31
samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
Björn Töpel
2019-10-12
samples/bpf: Add sysroot support
Ivan Khoronzhuk
2019-10-12
samples/bpf: Provide C/LDFLAGS to libbpf
Ivan Khoronzhuk
2019-10-12
samples/bpf: Use target CC environment for HDR_PROBE
Ivan Khoronzhuk
2019-10-12
samples/bpf: Use own flags but not HOSTCFLAGS
Ivan Khoronzhuk
2019-10-12
samples/bpf: Base target programs rules on Makefile.target
Ivan Khoronzhuk
2019-10-12
samples/bpf: Drop unnecessarily inclusion for bpf_load
Ivan Khoronzhuk
2019-10-12
samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm
Ivan Khoronzhuk
2019-10-12
samples/bpf: Use own EXTRA_CFLAGS for clang commands
Ivan Khoronzhuk
2019-10-12
samples/bpf: Use --target from cross-compile
Ivan Khoronzhuk
2019-10-12
samples/bpf: Fix cookie_uid_helper_example obj build
Ivan Khoronzhuk
2019-10-12
samples/bpf: Fix HDR_PROBE "echo"
Ivan Khoronzhuk
2019-10-08
libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf
Andrii Nakryiko
2019-07-15
samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)
Ilya Leoshkevich
2019-07-03
samples/bpf: add sample program that periodically dumps TCP stats
Stanislav Fomichev
2019-07-03
bpf: Add support for fq's EDT to HBM
brakmo
2019-06-18
samples: bpf: remove unnecessary include options in Makefile
Daniel T. Lee
2019-06-15
samples/bpf: fix include path in Makefile
Prashant Bhole
2019-06-10
samples: bpf: don't run probes at the local make stage
Jakub Kicinski
2019-06-06
samples: bpf: print a warning about headers_install
Jakub Kicinski
2019-05-28
selftests/bpf: convert test_cgrp2_attach2 example into kselftest
Roman Gushchin
2019-03-27
BPF: Add sample code for new ib_umad tracepoint
Ira Weiny
2019-03-02
bpf: User program for testing HBM
brakmo
2019-03-02
bpf: Sample HBM BPF program to limit egress bw
brakmo
2019-03-01
samples: bpf: use libbpf where easy
Jakub Kicinski
2019-03-01
samples: bpf: remove load_sock_ops in favour of bpftool
Jakub Kicinski
2019-02-25
samples/bpf: convert xdpsock to use libbpf for AF_XDP access
Magnus Karlsson
2019-02-01
samples/bpf: Convert XDP samples to libbpf usage
Maciej Fijalkowski
[next]