summaryrefslogtreecommitdiffstats
path: root/samples/bpf
Commit message (Expand)AuthorAgeFilesLines
* samples, bpf: Add missing munmap in xdpsockMaciej Fijalkowski2021-03-041-0/+2
* samples: bpf: Remove unneeded semicolonYang Li2021-02-021-1/+1
* samples/bpf: Add include dir for MIPS Loongson64 to fix build errorsTiezhu Yang2021-02-021-0/+4
* samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warningsTiezhu Yang2021-01-261-0/+4
* samples/bpf: Add xdp program on egress for xdp_redirect_mapHangbin Liu2021-01-232-25/+147
* bpf, docs: Update build procedure for manually compiling LLVM and ClangTiezhu Yang2021-01-232-9/+15
* samples/bpf: Add BPF_ATOMIC_OP macro for BPF samplesBjörn Töpel2021-01-201-4/+20
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-144-9/+10
* samples/bpf: Fix possible hang in xdpsock with multiple threadsMagnus Karlsson2020-12-101-0/+2
* samples/bpf: Fix spelling mistake "recieving" -> "receiving"Colin Ian King2020-12-031-1/+1
* samples/bpf: Sample application for eBPF load and socket creation splitMariusz Dudek2020-12-034-6/+337
* bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin2020-12-0227-133/+0
* samples/bpf: Add option to set the busy-poll budgetBjörn Töpel2020-12-011-0/+5
* samples/bpf: Add busy-poll support to xdpsockBjörn Töpel2020-12-011-7/+33
* samples/bpf: Use recvfrom() in xdpsock/l2fwdBjörn Töpel2020-12-011-14/+12
* samples/bpf: Use recvfrom() in xdpsock/rxdropBjörn Töpel2020-12-011-4/+4
* samples: bpf: Remove bpf_load loader completelyDaniel T. Lee2020-11-264-731/+5
* samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee2020-11-262-0/+2
* samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee2020-11-262-24/+60
* samples: bpf: Refactor ibumad program with libbpfDaniel T. Lee2020-11-263-31/+68
* samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee2020-11-262-28/+75
* samples: bpf: Refactor test_cgrp2_sock2 program with libbpfDaniel T. Lee2020-11-263-22/+62
* samples: bpf: Refactor hbm program with libbpfDaniel T. Lee2020-11-265-72/+78
* samples/bpf: Increment Tx stats at sendingMagnus Karlsson2020-11-171-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-142-180/+0
|\
| * samples/bpf: Remove unused test_ipip.shHangbin Liu2020-11-101-179/+0
| * samples/bpf: Remove duplicate include in hbmMenglong Dong2020-11-101-1/+0
* | samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen2020-10-275-5/+5
|/
* bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann2020-10-221-4/+4
* samples: bpf: Refactor XDP kern program maps with BTF-defined mapDaniel T. Lee2020-10-113-39/+36
* samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee2020-10-112-82/+73
* samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee2020-10-112-40/+121
* samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus2020-10-061-1/+119
* samples: bpf: Count syscalls in xdpsockCiara Loftus2020-10-061-10/+103
* samples: bpf: Split xdpsock stats into new structCiara Loftus2020-10-061-54/+69
* samples/bpf: Fix a compilation error with fallthrough markingYonghong Song2020-10-061-1/+2
* samples/bpf: Change Makefile to cope with latest llvmYonghong Song2020-10-061-1/+10
* bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann2020-09-301-9/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-237-19/+37
|\
| * samples/bpf: Fix test_map_in_map on s390Ilya Leoshkevich2020-09-191-4/+3
| * samples/bpf: Add quiet option to xdpsockMagnus Karlsson2020-09-141-5/+14
| * samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson2020-09-141-0/+1
| * samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson2020-09-141-0/+8
| * samples, bpf: Add xsk_fwd test file to .gitignoreDaniel T. Lee2020-09-041-0/+1
| * samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Daniel T. Lee2020-09-044-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\ \ | |/ |/|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua2020-08-311-5/+5
* | samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson2020-08-311-8/+14
* | samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu2020-08-312-0/+1088