aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)AuthorFilesLines
2020-12-10samples/bpf: Fix possible hang in xdpsock with multiple threadsGravatar Magnus Karlsson 1-0/+2
2020-12-03samples/bpf: Fix spelling mistake "recieving" -> "receiving"Gravatar Colin Ian King 1-1/+1
2020-12-03samples/bpf: Sample application for eBPF load and socket creation splitGravatar Mariusz Dudek 4-6/+337
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKGravatar Roman Gushchin 27-133/+0
2020-12-01samples/bpf: Add option to set the busy-poll budgetGravatar Björn Töpel 1-0/+5
2020-12-01samples/bpf: Add busy-poll support to xdpsockGravatar Björn Töpel 1-7/+33
2020-12-01samples/bpf: Use recvfrom() in xdpsock/l2fwdGravatar Björn Töpel 1-14/+12
2020-12-01samples/bpf: Use recvfrom() in xdpsock/rxdropGravatar Björn Töpel 1-4/+4
2020-11-26samples: bpf: Remove bpf_load loader completelyGravatar Daniel T. Lee 4-731/+5
2020-11-26samples: bpf: Fix lwt_len_hist reusing previous BPF mapGravatar Daniel T. Lee 2-0/+2
2020-11-26samples: bpf: Refactor test_overhead program with libbpfGravatar Daniel T. Lee 2-24/+60
2020-11-26samples: bpf: Refactor ibumad program with libbpfGravatar Daniel T. Lee 3-31/+68
2020-11-26samples: bpf: Refactor task_fd_query program with libbpfGravatar Daniel T. Lee 2-28/+75
2020-11-26samples: bpf: Refactor test_cgrp2_sock2 program with libbpfGravatar Daniel T. Lee 3-22/+62
2020-11-26samples: bpf: Refactor hbm program with libbpfGravatar Daniel T. Lee 5-72/+78
2020-11-17samples/bpf: Increment Tx stats at sendingGravatar Magnus Karlsson 1-3/+3
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 2-180/+0
2020-11-10samples/bpf: Remove unused test_ipip.shGravatar Hangbin Liu 1-179/+0
2020-11-10samples/bpf: Remove duplicate include in hbmGravatar Menglong Dong 1-1/+0
2020-10-27samples/bpf: Set rlimit for memlock to infinity in all samplesGravatar Toke Høiland-Jørgensen 5-5/+5
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticGravatar Daniel Borkmann 1-4/+4
2020-10-11samples: bpf: Refactor XDP kern program maps with BTF-defined mapGravatar Daniel T. Lee 3-39/+36
2020-10-11samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuGravatar Daniel T. Lee 2-82/+73
2020-10-11samples: bpf: Refactor xdp_monitor with libbpfGravatar Daniel T. Lee 2-40/+121
2020-10-06samples: bpf: Driver interrupt statistics in xdpsockGravatar Ciara Loftus 1-1/+119
2020-10-06samples: bpf: Count syscalls in xdpsockGravatar Ciara Loftus 1-10/+103
2020-10-06samples: bpf: Split xdpsock stats into new structGravatar Ciara Loftus 1-54/+69
2020-10-06samples/bpf: Fix a compilation error with fallthrough markingGravatar Yonghong Song 1-1/+2
2020-10-06samples/bpf: Change Makefile to cope with latest llvmGravatar Yonghong Song 1-1/+10
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateGravatar Daniel Borkmann 1-9/+11
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 7-19/+37
2020-09-19samples/bpf: Fix test_map_in_map on s390Gravatar Ilya Leoshkevich 1-4/+3
2020-09-14samples/bpf: Add quiet option to xdpsockGravatar Magnus Karlsson 1-5/+14
2020-09-14samples/bpf: Fix possible deadlock in xdpsockGravatar Magnus Karlsson 1-0/+1
2020-09-14samples/bpf: Fix one packet sending in xdpsockGravatar Magnus Karlsson 1-0/+8
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2020-09-04samples, bpf: Add xsk_fwd test file to .gitignoreGravatar Daniel T. Lee 1-0/+1
2020-09-04samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Gravatar Daniel T. Lee 4-10/+10
2020-08-31samples/bpf: Fix to xdpsock to avoid recycling framesGravatar Weqaar Janjua 1-5/+5
2020-08-31samples/bpf: Optimize l2fwd performance in xdpsockGravatar Magnus Karlsson 1-8/+14
2020-08-31samples/bpf: Add new sample xsk_fwd.cGravatar Cristian Dumitrescu 2-0/+1088
2020-08-24samples: bpf: Refactor tracepoint tracing programs with libbpfGravatar Daniel T. Lee 7-93/+192
2020-08-24samples: bpf: Refactor kprobe tracing programs with libbpfGravatar Daniel T. Lee 11-118/+272
2020-08-24samples: bpf: Cleanup bpf_load.o from MakefileGravatar Daniel T. Lee 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-18samples: bpf: Fix broken bpf programs due to removed symbolGravatar Daniel T. Lee 3-3/+3
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelGravatar Ilya Leoshkevich 4-8/+24
2020-07-16samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumapGravatar Lorenzo Bianconi 2-22/+178
2020-07-16samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loopGravatar Lorenzo Bianconi 1-9/+27
2020-07-13samples: bpf: Add an option for printing extra statistics in xdpsockGravatar Ciara Loftus 1-2/+85