summaryrefslogtreecommitdiffstats
path: root/samples/bpf
AgeCommit message (Expand)Author
2020-07-16bpf, xdp, samples: Fix null pointer dereference in *_user codeGaurav Singh
2020-07-16samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUSLorenzo Bianconi
2020-06-08samples: bpf: Fix build errorMatteo Croce
2020-05-15samples/bpf: Set -fno-stack-protector when building BPF programsToke Høiland-Jørgensen
2020-05-04samples/bpf: Xdp_redirect_cpu fix missing tracepoint attachJesper Dangaard Brouer
2020-05-04samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen
2020-04-12samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsJesper Dangaard Brouer
2020-03-20samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee
2020-03-20samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee
2020-01-19samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroBjörn Töpel
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-05-21samples, bpf: suppress compiler warningMatteo Croce
2019-05-21samples, bpf: fix to change the buffer size for read()Chang-Hsien Tsai
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-04-25samples: bpf: add hbm sample to .gitignoreDaniel T. Lee
2019-04-05samples/bpf: fix build with new clangAlexei Starovoitov
2019-04-04samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee
2019-03-27BPF: Add sample code for new ib_umad tracepointIra Weiny
2019-03-21samples: bpf: add xdp_sample_pkts to .gitignoreDaniel T. Lee
2019-03-07bpf: hbm: fix spelling mistake "deault" -> "default"Colin Ian King
2019-03-02bpf: HBM test scriptbrakmo
2019-03-02bpf: User program for testing HBMbrakmo
2019-03-02bpf: Sample HBM BPF program to limit egress bwbrakmo
2019-03-02samples/bpf: silence compiler warning for xdpsock_user.cYonghong Song
2019-03-01samples: bpf: use libbpf where easyJakub Kicinski
2019-03-01samples: bpf: remove load_sock_ops in favour of bpftoolJakub Kicinski
2019-03-01samples: bpf: force IPv4 in pingJakub Kicinski
2019-02-27samples: bpf: fix: broken sample regarding removed functionDaniel T. Lee
2019-02-25samples/bpf: convert xdpsock to use libbpf for AF_XDP accessMagnus Karlsson
2019-02-22samples/bpf: Fix dummy program unloading for xdp_redirect samplesToke Høiland-Jørgensen
2019-02-01samples/bpf: Check the prog id before exitingMaciej Fijalkowski
2019-02-01samples/bpf: Add a "force" flag to XDP samplesMaciej Fijalkowski
2019-02-01samples/bpf: Extend RLIMIT_MEMLOCK for xdp_{sample_pkts, router_ipv4}Maciej Fijalkowski
2019-02-01samples/bpf: Convert XDP samples to libbpf usageMaciej Fijalkowski
2019-02-01samples/bpf: xdp_redirect_cpu have not need for read_trace_pipeJesper Dangaard Brouer
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-01-26selftests: bpf: functional and min/max reasoning unit tests for JMP32Jiong Wang
2019-01-15samples/bpf: workaround clang asm goto compilation errorsYonghong Song
2019-01-10samples: bpf: user proper argument indexIoana Ciornei
2019-01-07selftests/bpf: fix incorrect users of create_and_get_cgroupStanislav Fomichev
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-12-23treewide: add intermediate .s files to targetsMasahiro Yamada
2018-12-23treewide: remove explicit rules for *offsets.sMasahiro Yamada
2018-12-03samples: bpf: fix: seg fault with NULL pointer argDaniel T. Lee
2018-11-30samples: bpf: get ifindex from ifnameMatteo Croce