summaryrefslogtreecommitdiffstats
path: root/samples/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-1/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner2019-06-191-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-182-2/+2
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-072-2/+2
| |\
| | * samples, bpf: suppress compiler warningMatteo Croce2019-05-211-1/+1
| | * samples, bpf: fix to change the buffer size for read()Chang-Hsien Tsai2019-05-211-1/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-052-18/+2Star
|/ /
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-3020-80/+20Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-093-0/+269
|\
| * BPF: Add sample code for new ib_umad tracepointIra Weiny2019-03-273-0/+269
* | samples: bpf: add hbm sample to .gitignoreDaniel T. Lee2019-04-251-0/+1
* | samples/bpf: fix build with new clangAlexei Starovoitov2019-04-051-0/+1
* | samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee2019-04-044-1/+21
* | samples: bpf: add xdp_sample_pkts to .gitignoreDaniel T. Lee2019-03-221-0/+1
|/
* bpf: hbm: fix spelling mistake "deault" -> "default"Colin Ian King2019-03-071-2/+2
* bpf: HBM test scriptbrakmo2019-03-021-0/+436
* bpf: User program for testing HBMbrakmo2019-03-022-0/+444
* bpf: Sample HBM BPF program to limit egress bwbrakmo2019-03-024-0/+327
* samples/bpf: silence compiler warning for xdpsock_user.cYonghong Song2019-03-021-3/+3
* samples: bpf: use libbpf where easyJakub Kicinski2019-03-014-25/+35
* samples: bpf: remove load_sock_ops in favour of bpftoolJakub Kicinski2019-03-0112-114/+16Star
* samples: bpf: force IPv4 in pingJakub Kicinski2019-03-015-5/+5
* samples: bpf: fix: broken sample regarding removed functionDaniel T. Lee2019-02-273-3/+3
* samples/bpf: convert xdpsock to use libbpf for AF_XDP accessMagnus Karlsson2019-02-254-648/+261Star
* samples/bpf: Fix dummy program unloading for xdp_redirect samplesToke Høiland-Jørgensen2019-02-222-2/+2
* samples/bpf: Check the prog id before exitingMaciej Fijalkowski2019-02-0110-48/+308
* samples/bpf: Add a "force" flag to XDP samplesMaciej Fijalkowski2019-02-0110-40/+119
* samples/bpf: Extend RLIMIT_MEMLOCK for xdp_{sample_pkts, router_ipv4}Maciej Fijalkowski2019-02-012-0/+14
* samples/bpf: Convert XDP samples to libbpf usageMaciej Fijalkowski2019-02-016-103/+253
* samples/bpf: xdp_redirect_cpu have not need for read_trace_pipeJesper Dangaard Brouer2019-02-011-10/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-291-0/+20
|\
| * selftests: bpf: functional and min/max reasoning unit tests for JMP32Jiong Wang2019-01-261-0/+20
* | samples/bpf: workaround clang asm goto compilation errorsYonghong Song2019-01-152-0/+17
|/
* samples: bpf: user proper argument indexIoana Ciornei2019-01-101-1/+1
* selftests/bpf: fix incorrect users of create_and_get_cgroupStanislav Fomichev2019-01-072-8/+8
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-3/+1Star
|\
| * treewide: add intermediate .s files to targetsMasahiro Yamada2018-12-231-0/+1
| * treewide: remove explicit rules for *offsets.sMasahiro Yamada2018-12-231-3/+0Star
* | samples: bpf: fix: seg fault with NULL pointer argDaniel T. Lee2018-12-031-1/+3
* | samples: bpf: get ifindex from ifnameMatteo Croce2018-12-011-2/+7
* | samples: bpf: improve xdp1 exampleMatteo Croce2018-12-011-10/+8Star
* | samples: bpf: fix: error handling regarding kprobe_eventsDaniel T. Lee2018-11-231-9/+24
* | tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song2018-11-201-0/+8
* | bpf_load: add map name to load_maps error messageShannon Nelson2018-11-071-2/+2
|/
* bpf, tracex3_user: erase "ARRAY_SIZE" redefinedBo YU2018-10-041-2/+0Star
* samples/bpf: extend test_cgrp2_attach2 test to use per-cpu cgroup storageRoman Gushchin2018-10-011-1/+18
* samples/bpf: fix compilation failurePrashant Bhole2018-09-213-11/+12
* samples/bpf: fix a compilation failureYonghong Song2018-09-181-2/+2
* samples/bpf: remove duplicated includesYueHaibing2018-09-183-3/+0Star
* samples/bpf: xdpsock, minor fixesPrashant Bhole2018-09-012-3/+2Star