index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
bpf
Age
Commit message (
Expand
)
Author
2021-02-02
samples: bpf: Remove unneeded semicolon
Yang Li
2021-02-02
samples/bpf: Add include dir for MIPS Loongson64 to fix build errors
Tiezhu Yang
2021-01-26
samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warnings
Tiezhu Yang
2021-01-23
samples/bpf: Add xdp program on egress for xdp_redirect_map
Hangbin Liu
2021-01-23
bpf, docs: Update build procedure for manually compiling LLVM and Clang
Tiezhu Yang
2021-01-20
samples/bpf: Add BPF_ATOMIC_OP macro for BPF samples
Björn Töpel
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
2020-12-10
samples/bpf: Fix possible hang in xdpsock with multiple threads
Magnus Karlsson
2020-12-03
samples/bpf: Fix spelling mistake "recieving" -> "receiving"
Colin Ian King
2020-12-03
samples/bpf: Sample application for eBPF load and socket creation split
Mariusz Dudek
2020-12-02
bpf: samples: Do not touch RLIMIT_MEMLOCK
Roman Gushchin
2020-12-01
samples/bpf: Add option to set the busy-poll budget
Björn Töpel
2020-12-01
samples/bpf: Add busy-poll support to xdpsock
Björn Töpel
2020-12-01
samples/bpf: Use recvfrom() in xdpsock/l2fwd
Björn Töpel
2020-12-01
samples/bpf: Use recvfrom() in xdpsock/rxdrop
Björn Töpel
2020-11-26
samples: bpf: Remove bpf_load loader completely
Daniel T. Lee
2020-11-26
samples: bpf: Fix lwt_len_hist reusing previous BPF map
Daniel T. Lee
2020-11-26
samples: bpf: Refactor test_overhead program with libbpf
Daniel T. Lee
2020-11-26
samples: bpf: Refactor ibumad program with libbpf
Daniel T. Lee
2020-11-26
samples: bpf: Refactor task_fd_query program with libbpf
Daniel T. Lee
2020-11-26
samples: bpf: Refactor test_cgrp2_sock2 program with libbpf
Daniel T. Lee
2020-11-26
samples: bpf: Refactor hbm program with libbpf
Daniel T. Lee
2020-11-17
samples/bpf: Increment Tx stats at sending
Magnus Karlsson
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-10
samples/bpf: Remove unused test_ipip.sh
Hangbin Liu
2020-11-10
samples/bpf: Remove duplicate include in hbm
Menglong Dong
2020-10-27
samples/bpf: Set rlimit for memlock to infinity in all samples
Toke Høiland-Jørgensen
2020-10-22
bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static
Daniel Borkmann
2020-10-11
samples: bpf: Refactor XDP kern program maps with BTF-defined map
Daniel T. Lee
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: Driver interrupt statistics in xdpsock
Ciara Loftus
2020-10-06
samples: bpf: Count syscalls in xdpsock
Ciara Loftus
2020-10-06
samples: bpf: Split xdpsock stats into new struct
Ciara Loftus
2020-10-06
samples/bpf: Fix a compilation error with fallthrough marking
Yonghong Song
2020-10-06
samples/bpf: Change Makefile to cope with latest llvm
Yonghong Song
2020-09-30
bpf, selftests: Use bpf_tail_call_static where appropriate
Daniel Borkmann
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-19
samples/bpf: Fix test_map_in_map on s390
Ilya Leoshkevich
2020-09-14
samples/bpf: Add quiet option to xdpsock
Magnus Karlsson
2020-09-14
samples/bpf: Fix possible deadlock in xdpsock
Magnus Karlsson
2020-09-14
samples/bpf: Fix one packet sending in xdpsock
Magnus Karlsson
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-04
samples, bpf: Add xsk_fwd test file to .gitignore
Daniel T. Lee
2020-09-04
samples, bpf: Replace bpf_program__title() with bpf_program__section_name()
Daniel T. Lee
2020-08-31
samples/bpf: Fix to xdpsock to avoid recycling frames
Weqaar Janjua
2020-08-31
samples/bpf: Optimize l2fwd performance in xdpsock
Magnus Karlsson
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
[next]