summaryrefslogtreecommitdiffstats
path: root/samples/bpf
AgeCommit message (Expand)Author
2021-03-04samples, bpf: Add missing munmap in xdpsockMaciej Fijalkowski
2021-02-02samples: bpf: Remove unneeded semicolonYang Li
2021-02-02samples/bpf: Add include dir for MIPS Loongson64 to fix build errorsTiezhu Yang
2021-01-26samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warningsTiezhu Yang
2021-01-23samples/bpf: Add xdp program on egress for xdp_redirect_mapHangbin Liu
2021-01-23bpf, docs: Update build procedure for manually compiling LLVM and ClangTiezhu Yang
2021-01-20samples/bpf: Add BPF_ATOMIC_OP macro for BPF samplesBjörn Töpel
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2020-12-10samples/bpf: Fix possible hang in xdpsock with multiple threadsMagnus Karlsson
2020-12-03samples/bpf: Fix spelling mistake "recieving" -> "receiving"Colin Ian King
2020-12-03samples/bpf: Sample application for eBPF load and socket creation splitMariusz Dudek
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin
2020-12-01samples/bpf: Add option to set the busy-poll budgetBjörn Töpel
2020-12-01samples/bpf: Add busy-poll support to xdpsockBjörn Töpel
2020-12-01samples/bpf: Use recvfrom() in xdpsock/l2fwdBjörn Töpel
2020-12-01samples/bpf: Use recvfrom() in xdpsock/rxdropBjörn Töpel
2020-11-26samples: bpf: Remove bpf_load loader completelyDaniel T. Lee
2020-11-26samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee
2020-11-26samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor ibumad program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor test_cgrp2_sock2 program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor hbm program with libbpfDaniel T. Lee
2020-11-17samples/bpf: Increment Tx stats at sendingMagnus Karlsson
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-10samples/bpf: Remove unused test_ipip.shHangbin Liu
2020-11-10samples/bpf: Remove duplicate include in hbmMenglong Dong
2020-10-27samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann
2020-10-11samples: bpf: Refactor XDP kern program maps with BTF-defined mapDaniel T. Lee
2020-10-11samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee
2020-10-11samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee
2020-10-06samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus
2020-10-06samples: bpf: Count syscalls in xdpsockCiara Loftus
2020-10-06samples: bpf: Split xdpsock stats into new structCiara Loftus
2020-10-06samples/bpf: Fix a compilation error with fallthrough markingYonghong Song
2020-10-06samples/bpf: Change Makefile to cope with latest llvmYonghong Song
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-19samples/bpf: Fix test_map_in_map on s390Ilya Leoshkevich
2020-09-14samples/bpf: Add quiet option to xdpsockMagnus Karlsson
2020-09-14samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson
2020-09-14samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04samples, bpf: Add xsk_fwd test file to .gitignoreDaniel T. Lee
2020-09-04samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Daniel T. Lee
2020-08-31samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua
2020-08-31samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson
2020-08-31samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu
2020-08-24samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee