index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
samples/bpf: Fix possible hang in xdpsock with multiple threads
Magnus Karlsson
2020-12-10
1
-0
/
+2
*
samples/bpf: Fix spelling mistake "recieving" -> "receiving"
Colin Ian King
2020-12-03
1
-1
/
+1
*
samples/bpf: Sample application for eBPF load and socket creation split
Mariusz Dudek
2020-12-03
4
-6
/
+337
*
bpf: samples: Do not touch RLIMIT_MEMLOCK
Roman Gushchin
2020-12-03
27
-133
/
+0
*
samples/bpf: Add option to set the busy-poll budget
Björn Töpel
2020-12-01
1
-0
/
+5
*
samples/bpf: Add busy-poll support to xdpsock
Björn Töpel
2020-12-01
1
-7
/
+33
*
samples/bpf: Use recvfrom() in xdpsock/l2fwd
Björn Töpel
2020-12-01
1
-14
/
+12
*
samples/bpf: Use recvfrom() in xdpsock/rxdrop
Björn Töpel
2020-12-01
1
-4
/
+4
*
samples: bpf: Remove bpf_load loader completely
Daniel T. Lee
2020-11-27
4
-731
/
+5
*
samples: bpf: Fix lwt_len_hist reusing previous BPF map
Daniel T. Lee
2020-11-27
2
-0
/
+2
*
samples: bpf: Refactor test_overhead program with libbpf
Daniel T. Lee
2020-11-27
2
-24
/
+60
*
samples: bpf: Refactor ibumad program with libbpf
Daniel T. Lee
2020-11-27
3
-31
/
+68
*
samples: bpf: Refactor task_fd_query program with libbpf
Daniel T. Lee
2020-11-27
2
-28
/
+75
*
samples: bpf: Refactor test_cgrp2_sock2 program with libbpf
Daniel T. Lee
2020-11-27
3
-22
/
+62
*
samples: bpf: Refactor hbm program with libbpf
Daniel T. Lee
2020-11-27
5
-72
/
+78
*
samples/bpf: Increment Tx stats at sending
Magnus Karlsson
2020-11-17
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-14
2
-180
/
+0
|
\
|
*
samples/bpf: Remove unused test_ipip.sh
Hangbin Liu
2020-11-11
1
-179
/
+0
|
*
samples/bpf: Remove duplicate include in hbm
Menglong Dong
2020-11-10
1
-1
/
+0
*
|
samples/bpf: Set rlimit for memlock to infinity in all samples
Toke Høiland-Jørgensen
2020-10-27
5
-5
/
+5
|
/
*
bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static
Daniel Borkmann
2020-10-22
1
-4
/
+4
*
samples: bpf: Refactor XDP kern program maps with BTF-defined map
Daniel T. Lee
2020-10-11
3
-39
/
+36
*
samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
Daniel T. Lee
2020-10-11
2
-82
/
+73
*
samples: bpf: Refactor xdp_monitor with libbpf
Daniel T. Lee
2020-10-11
2
-40
/
+121
*
samples: bpf: Driver interrupt statistics in xdpsock
Ciara Loftus
2020-10-06
1
-1
/
+119
*
samples: bpf: Count syscalls in xdpsock
Ciara Loftus
2020-10-06
1
-10
/
+103
*
samples: bpf: Split xdpsock stats into new struct
Ciara Loftus
2020-10-06
1
-54
/
+69
*
samples/bpf: Fix a compilation error with fallthrough marking
Yonghong Song
2020-10-06
1
-1
/
+2
*
samples/bpf: Change Makefile to cope with latest llvm
Yonghong Song
2020-10-06
1
-1
/
+10
*
bpf, selftests: Use bpf_tail_call_static where appropriate
Daniel Borkmann
2020-09-30
1
-9
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-23
7
-19
/
+37
|
\
|
*
samples/bpf: Fix test_map_in_map on s390
Ilya Leoshkevich
2020-09-19
1
-4
/
+3
|
*
samples/bpf: Add quiet option to xdpsock
Magnus Karlsson
2020-09-15
1
-5
/
+14
|
*
samples/bpf: Fix possible deadlock in xdpsock
Magnus Karlsson
2020-09-15
1
-0
/
+1
|
*
samples/bpf: Fix one packet sending in xdpsock
Magnus Karlsson
2020-09-15
1
-0
/
+8
|
*
samples, bpf: Add xsk_fwd test file to .gitignore
Daniel T. Lee
2020-09-04
1
-0
/
+1
|
*
samples, bpf: Replace bpf_program__title() with bpf_program__section_name()
Daniel T. Lee
2020-09-04
4
-10
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
|
samples/bpf: Fix to xdpsock to avoid recycling frames
Weqaar Janjua
2020-08-31
1
-5
/
+5
*
|
samples/bpf: Optimize l2fwd performance in xdpsock
Magnus Karlsson
2020-08-31
1
-8
/
+14
*
|
samples/bpf: Add new sample xsk_fwd.c
Cristian Dumitrescu
2020-08-31
2
-0
/
+1088
*
|
samples: bpf: Refactor tracepoint tracing programs with libbpf
Daniel T. Lee
2020-08-25
7
-93
/
+192
*
|
samples: bpf: Refactor kprobe tracing programs with libbpf
Daniel T. Lee
2020-08-25
11
-118
/
+272
*
|
samples: bpf: Cleanup bpf_load.o from Makefile
Daniel T. Lee
2020-08-25
1
-1
/
+1
*
|
samples: bpf: Fix broken bpf programs due to removed symbol
Daniel T. Lee
2020-08-19
3
-3
/
+3
|
/
*
samples/bpf, selftests/bpf: Use bpf_probe_read_kernel
Ilya Leoshkevich
2020-07-21
4
-8
/
+24
*
samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumap
Lorenzo Bianconi
2020-07-16
2
-22
/
+178
*
samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loop
Lorenzo Bianconi
2020-07-16
1
-9
/
+27
*
samples: bpf: Add an option for printing extra statistics in xdpsock
Ciara Loftus
2020-07-14
1
-2
/
+85
[next]