summaryrefslogtreecommitdiffstats
path: root/samples/bpf
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Fix the error return code of xdp_redirect's main()Wang Hai2021-06-181-1/+1
* samples/bpf: Fix Segmentation fault for xdp_redirect commandWang Hai2021-06-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-177-3/+399
|\
| * samples/bpf: Add missing option to xdp_sample_pkts usageWang Hai2021-06-161-1/+2
| * samples/bpf: Add missing option to xdp_fwd usageWang Hai2021-06-161-0/+2
| * sample/bpf: Add xdp_redirect_map_multi for redirect_map broadcast testHangbin Liu2021-05-263-0/+393
| * samples: bpf: Ix kernel-doc syntax in file headerAditya Srivastava2021-05-242-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-1/+1
|\ \ | |/ |/|
| * samples/bpf: Consider frame size in tx_only of xdpsock sampleMagnus Karlsson2021-05-071-1/+1
* | samples, bpf: Suppress compiler warningHailong Liu2021-05-121-1/+1
|/
* samples/bpf: Fix broken tracex1 due to kprobe argument changeYaqi Chen2021-04-191-2/+2
* samples: bpf: Do not unload prog within xdpsockMaciej Fijalkowski2021-03-301-41/+14
* bpf: Remove unused headersLu Wei2021-03-252-2/+0
* samples: bpf: Fix a spelling typo in do_hbm_test.shMasanari Iida2021-03-151-1/+1
* 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