aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf
Commit message (Expand)AuthorAge
...
* | samples: bpf: add hbm sample to .gitignoreDaniel T. Lee2019-04-25
* | samples/bpf: fix build with new clangAlexei Starovoitov2019-04-05
* | samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee2019-04-04
* | samples: bpf: add xdp_sample_pkts to .gitignoreDaniel T. Lee2019-03-21
|/
* bpf: hbm: fix spelling mistake "deault" -> "default"Colin Ian King2019-03-07
* bpf: HBM test scriptbrakmo2019-03-02
* bpf: User program for testing HBMbrakmo2019-03-02
* bpf: Sample HBM BPF program to limit egress bwbrakmo2019-03-02
* samples/bpf: silence compiler warning for xdpsock_user.cYonghong Song2019-03-01
* samples: bpf: use libbpf where easyJakub Kicinski2019-02-28
* samples: bpf: remove load_sock_ops in favour of bpftoolJakub Kicinski2019-02-28
* samples: bpf: force IPv4 in pingJakub Kicinski2019-02-28
* samples: bpf: fix: broken sample regarding removed functionDaniel T. Lee2019-02-27
* samples/bpf: convert xdpsock to use libbpf for AF_XDP accessMagnus Karlsson2019-02-25
* samples/bpf: Fix dummy program unloading for xdp_redirect samplesToke Høiland-Jørgensen2019-02-22
* samples/bpf: Check the prog id before exitingMaciej Fijalkowski2019-02-01
* samples/bpf: Add a "force" flag to XDP samplesMaciej Fijalkowski2019-02-01
* samples/bpf: Extend RLIMIT_MEMLOCK for xdp_{sample_pkts, router_ipv4}Maciej Fijalkowski2019-02-01
* samples/bpf: Convert XDP samples to libbpf usageMaciej Fijalkowski2019-02-01
* samples/bpf: xdp_redirect_cpu have not need for read_trace_pipeJesper Dangaard Brouer2019-02-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-28
|\
| * selftests: bpf: functional and min/max reasoning unit tests for JMP32Jiong Wang2019-01-26
* | samples/bpf: workaround clang asm goto compilation errorsYonghong Song2019-01-15
|/
* samples: bpf: user proper argument indexIoana Ciornei2019-01-10
* selftests/bpf: fix incorrect users of create_and_get_cgroupStanislav Fomichev2019-01-07
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-29
|\
| * treewide: add intermediate .s files to targetsMasahiro Yamada2018-12-22
| * treewide: remove explicit rules for *offsets.sMasahiro Yamada2018-12-22
* | samples: bpf: fix: seg fault with NULL pointer argDaniel T. Lee2018-12-03
* | samples: bpf: get ifindex from ifnameMatteo Croce2018-12-01
* | samples: bpf: improve xdp1 exampleMatteo Croce2018-12-01
* | samples: bpf: fix: error handling regarding kprobe_eventsDaniel T. Lee2018-11-23
* | tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song2018-11-20
* | bpf_load: add map name to load_maps error messageShannon Nelson2018-11-07
|/
* bpf, tracex3_user: erase "ARRAY_SIZE" redefinedBo YU2018-10-04
* samples/bpf: extend test_cgrp2_attach2 test to use per-cpu cgroup storageRoman Gushchin2018-10-01
* samples/bpf: fix compilation failurePrashant Bhole2018-09-21
* samples/bpf: fix a compilation failureYonghong Song2018-09-18
* samples/bpf: remove duplicated includesYueHaibing2018-09-18
* samples/bpf: xdpsock, minor fixesPrashant Bhole2018-08-31
* bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample programNikita V. Shirokov2018-08-31
* samples/bpf: add -c/--copy -z/--zero-copy flags to xdpsockBjörn Töpel2018-08-29
* samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERMJesper Dangaard Brouer2018-08-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-15
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-13
| |\
| | * samples/bpf: xdp_redirect_cpu load balance like SuricataJesper Dangaard Brouer2018-08-10
| | * samples/bpf: add Paul Hsieh's (LGPL 2.1) hash function SuperFastHashJesper Dangaard Brouer2018-08-10
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-11
| |\ \ | | |/ | |/|
| * | samples/bpf: extend test_cgrp2_attach2 test to use cgroup storageRoman Gushchin2018-08-02
| * | samples: bpf: convert xdpsock_user.c to libbpfJakub Kicinski2018-07-27