index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
bpf
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-05
bpf, samples: Add -fno-asynchronous-unwind-tables to BPF Clang invocation
Toke Høiland-Jørgensen
1
-0
/
+1
2021-05-26
sample/bpf: Add xdp_redirect_map_multi for redirect_map broadcast test
Hangbin Liu
1
-0
/
+3
2021-02-02
samples/bpf: Add include dir for MIPS Loongson64 to fix build errors
Tiezhu Yang
1
-0
/
+4
2021-01-26
samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warnings
Tiezhu Yang
1
-0
/
+4
2021-01-23
bpf, docs: Update build procedure for manually compiling LLVM and Clang
Tiezhu Yang
1
-1
/
+1
2020-12-03
samples/bpf: Sample application for eBPF load and socket creation split
Mariusz Dudek
1
-1
/
+3
2020-11-26
samples: bpf: Remove bpf_load loader completely
Daniel T. Lee
1
-6
/
+4
2020-11-26
samples: bpf: Refactor test_overhead program with libbpf
Daniel T. Lee
1
-1
/
+1
2020-11-26
samples: bpf: Refactor ibumad program with libbpf
Daniel T. Lee
1
-1
/
+1
2020-11-26
samples: bpf: Refactor task_fd_query program with libbpf
Daniel T. Lee
1
-1
/
+1
2020-11-26
samples: bpf: Refactor test_cgrp2_sock2 program with libbpf
Daniel T. Lee
1
-1
/
+1
2020-11-26
samples: bpf: Refactor hbm program with libbpf
Daniel T. Lee
1
-1
/
+1
2020-10-11
samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
Daniel T. Lee
1
-1
/
+1
2020-10-11
samples: bpf: Refactor xdp_monitor with libbpf
Daniel T. Lee
1
-1
/
+1
2020-10-06
samples/bpf: Change Makefile to cope with latest llvm
Yonghong Song
1
-1
/
+10
2020-08-31
samples/bpf: Add new sample xsk_fwd.c
Cristian Dumitrescu
1
-0
/
+3
2020-08-24
samples: bpf: Refactor tracepoint tracing programs with libbpf
Daniel T. Lee
1
-3
/
+3
2020-08-24
samples: bpf: Refactor kprobe tracing programs with libbpf
Daniel T. Lee
1
-5
/
+5
2020-08-24
samples: bpf: Cleanup bpf_load.o from Makefile
Daniel T. Lee
1
-1
/
+1
2020-07-08
samples: bpf: Refactor BPF map in map test with libbpf
Daniel T. Lee
1
-1
/
+1
2020-05-19
samples, bpf: Refactor tail call user progs with libbpf
Daniel T. Lee
1
-2
/
+2
2020-05-19
samples, bpf: Refactor kprobe tracing user progs with libbpf
Daniel T. Lee
1
-6
/
+6
2020-03-23
samples, bpf: Refactor perf_event user program with libbpf bpf_link
Daniel T. Lee
1
-2
/
+2
2020-03-23
samples, bpf: Move read_trace_pipe to trace_helpers
Daniel T. Lee
1
-2
/
+2
2020-02-04
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
1
-59
/
+59
2020-01-20
samples/bpf: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
1
-2
/
+1
2020-01-20
samples/bpf: Don't try to remove user's homedir on clean
Toke Høiland-Jørgensen
1
-1
/
+1
2019-12-16
samples/bpf: Set -fno-stack-protector when building BPF programs
Toke Høiland-Jørgensen
1
-0
/
+1
2019-12-16
samples/bpf: Add missing -lz to TPROGS_LDLIBS
Toke Høiland-Jørgensen
1
-1
/
+1
2019-12-16
samples/bpf: Reintroduce missed build targets
Prashant Bhole
1
-0
/
+2
2019-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+1
2019-11-11
samples/bpf: adjust Makefile and README.rst
Jesper Dangaard Brouer
1
-2
/
+2
2019-11-10
samples/bpf: Add XDP_SHARED_UMEM support to xdpsock
Magnus Karlsson
1
-0
/
+1
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2019-10-31
samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
Björn Töpel
1
-0
/
+1
2019-10-12
samples/bpf: Add sysroot support
Ivan Khoronzhuk
1
-0
/
+5
2019-10-12
samples/bpf: Provide C/LDFLAGS to libbpf
Ivan Khoronzhuk
1
-1
/
+2
2019-10-12
samples/bpf: Use target CC environment for HDR_PROBE
Ivan Khoronzhuk
1
-3
/
+2
2019-10-12
samples/bpf: Use own flags but not HOSTCFLAGS
Ivan Khoronzhuk
1
-2
/
+4
2019-10-12
samples/bpf: Base target programs rules on Makefile.target
Ivan Khoronzhuk
1
-66
/
+69
2019-10-12
samples/bpf: Drop unnecessarily inclusion for bpf_load
Ivan Khoronzhuk
1
-1
/
+1
2019-10-12
samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm
Ivan Khoronzhuk
1
-0
/
+8
2019-10-12
samples/bpf: Use own EXTRA_CFLAGS for clang commands
Ivan Khoronzhuk
1
-4
/
+5
2019-10-12
samples/bpf: Use --target from cross-compile
Ivan Khoronzhuk
1
-1
/
+1
2019-10-12
samples/bpf: Fix cookie_uid_helper_example obj build
Ivan Khoronzhuk
1
-1
/
+0
2019-10-12
samples/bpf: Fix HDR_PROBE "echo"
Ivan Khoronzhuk
1
-1
/
+1
2019-10-08
libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf
Andrii Nakryiko
1
-1
/
+1
2019-07-15
samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)
Ilya Leoshkevich
1
-1
/
+1
2019-07-03
samples/bpf: add sample program that periodically dumps TCP stats
Stanislav Fomichev
1
-0
/
+1
2019-07-03
bpf: Add support for fq's EDT to HBM
brakmo
1
-0
/
+2
[next]