index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-14
samples/bpf: Fix a resource leak
Zhu Jun
1
-1
/
+3
2024-12-14
bpf: Fix the xdp_adjust_tail sample prog issue
Yuan Chen
1
-0
/
+1
2023-09-19
samples/bpf: fix broken map lookup probe
Daniel T. Lee
1
-2
/
+15
2023-07-27
samples/bpf: Fix buffer overflow in tcp_basertt
Pengcheng Yang
1
-1
/
+1
2023-05-30
samples/bpf: Fix fout leak in hbm's run_bpf_prog
Hao Zeng
1
-0
/
+1
2022-04-08
samples/bpf, xdpsock: Fix race when running for fix duration of time
Niklas Söderlund
1
-2
/
+3
2021-09-18
samples: bpf: Fix tracex7 error raised on the missing argument
Juhee Kang
2
-0
/
+6
2021-09-15
bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstring
Matthew Cover
1
-1
/
+1
2021-07-14
samples/bpf: Fix the error return code of xdp_redirect's main()
Wang Hai
1
-1
/
+1
2021-07-14
samples/bpf: Fix Segmentation fault for xdp_redirect command
Wang Hai
1
-1
/
+1
2021-06-03
samples/bpf: Consider frame size in tx_only of xdpsock sample
Magnus Karlsson
1
-1
/
+1
2021-05-19
samples/bpf: Fix broken tracex1 due to kprobe argument change
Yaqi Chen
1
-2
/
+2
2021-03-17
samples, bpf: Add missing munmap in xdpsock
Maciej Fijalkowski
1
-0
/
+2
2020-12-30
samples/bpf: Fix possible hang in xdpsock with multiple threads
Magnus Karlsson
1
-0
/
+2
2020-12-30
samples: bpf: Fix lwt_len_hist reusing previous BPF map
Daniel T. Lee
2
-0
/
+2
2020-10-27
samples/bpf: Set rlimit for memlock to infinity in all samples
Toke Høiland-Jørgensen
5
-5
/
+5
2020-10-22
bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static
Daniel Borkmann
1
-4
/
+4
2020-10-11
samples: bpf: Refactor XDP kern program maps with BTF-defined map
Daniel T. Lee
3
-39
/
+36
2020-10-11
samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
Daniel T. Lee
2
-82
/
+73
2020-10-11
samples: bpf: Refactor xdp_monitor with libbpf
Daniel T. Lee
2
-40
/
+121
2020-10-06
samples: bpf: Driver interrupt statistics in xdpsock
Ciara Loftus
1
-1
/
+119
2020-10-06
samples: bpf: Count syscalls in xdpsock
Ciara Loftus
1
-10
/
+103
2020-10-06
samples: bpf: Split xdpsock stats into new struct
Ciara Loftus
1
-54
/
+69
2020-10-06
samples/bpf: Fix a compilation error with fallthrough marking
Yonghong Song
1
-1
/
+2
2020-10-06
samples/bpf: Change Makefile to cope with latest llvm
Yonghong Song
1
-1
/
+10
2020-09-30
bpf, selftests: Use bpf_tail_call_static where appropriate
Daniel Borkmann
1
-9
/
+11
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-19
/
+37
2020-09-19
samples/bpf: Fix test_map_in_map on s390
Ilya Leoshkevich
1
-4
/
+3
2020-09-14
samples/bpf: Add quiet option to xdpsock
Magnus Karlsson
1
-5
/
+14
2020-09-14
samples/bpf: Fix possible deadlock in xdpsock
Magnus Karlsson
1
-0
/
+1
2020-09-14
samples/bpf: Fix one packet sending in xdpsock
Magnus Karlsson
1
-0
/
+8
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2020-09-04
samples, bpf: Add xsk_fwd test file to .gitignore
Daniel T. Lee
1
-0
/
+1
2020-09-04
samples, bpf: Replace bpf_program__title() with bpf_program__section_name()
Daniel T. Lee
4
-10
/
+10
2020-08-31
samples/bpf: Fix to xdpsock to avoid recycling frames
Weqaar Janjua
1
-5
/
+5
2020-08-31
samples/bpf: Optimize l2fwd performance in xdpsock
Magnus Karlsson
1
-8
/
+14
2020-08-31
samples/bpf: Add new sample xsk_fwd.c
Cristian Dumitrescu
2
-0
/
+1088
2020-08-24
samples: bpf: Refactor tracepoint tracing programs with libbpf
Daniel T. Lee
7
-93
/
+192
2020-08-24
samples: bpf: Refactor kprobe tracing programs with libbpf
Daniel T. Lee
11
-118
/
+272
2020-08-24
samples: bpf: Cleanup bpf_load.o from Makefile
Daniel T. Lee
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-18
samples: bpf: Fix broken bpf programs due to removed symbol
Daniel T. Lee
3
-3
/
+3
2020-07-21
samples/bpf, selftests/bpf: Use bpf_probe_read_kernel
Ilya Leoshkevich
4
-8
/
+24
2020-07-16
samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumap
Lorenzo Bianconi
2
-22
/
+178
2020-07-16
samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loop
Lorenzo Bianconi
1
-9
/
+27
2020-07-13
samples: bpf: Add an option for printing extra statistics in xdpsock
Ciara Loftus
1
-2
/
+85
2020-07-10
bpf: Fix fds_example SIGSEGV error
Wenbo Zhang
1
-1
/
+2
2020-07-08
samples: bpf: Refactor BPF map performance test with libbpf
Daniel T. Lee
2
-147
/
+196
2020-07-08
samples: bpf: Refactor BPF map in map test with libbpf
Daniel T. Lee
3
-49
/
+91
2020-07-08
samples: bpf: Fix bpf programs with kprobe/sys_connect event
Daniel T. Lee
3
-9
/
+18
[next]