aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf
AgeCommit message (Expand)Author
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2023-09-13samples/bpf: fix broken map lookup probeDaniel T. Lee
2023-09-13samples/bpf: fix bio latency check with tracepointDaniel T. Lee
2023-07-19samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60Jesper Dangaard Brouer
2023-07-19samples/bpf: Fix buffer overflow in tcp_baserttPengcheng Yang
2023-05-24samples/bpf: Fix fout leak in hbm's run_bpf_progHao Zeng
2022-12-31samples/bpf: Fix MAC address swapping in xdp2_kernGerhard Engleder
2022-12-31samples/bpf: Fix map iteration in xdp1_userGerhard Engleder
2022-09-30samples/bpf: Fix typo in xdp_router_ipv4 sampleDeming Wang
2022-09-20samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Rong Tao
2022-09-05samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov
2022-07-15samples: bpf: Fix cross-compiling error by using bootstrap bpftoolPu Lehui
2022-07-13samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao
2022-07-11samples/bpf: Fix xdp_redirect_map egress devmap progJesper Dangaard Brouer
2022-07-05bpf, samples: Remove AF_XDP samplesMagnus Karlsson
2022-06-21samples/bpf: fixup some tools to be able to support xdp multibufferAndy Gospodarek
2022-06-15samples/bpf: Check detach prog exist or not in xdp_fwdZhengchao Shao
2022-06-02sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requestsLorenzo Bianconi
2022-05-09samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is providedJerome Marchand
2022-04-27samples/bpf: Detach xdp prog when program exits unexpectedly in xdp_rxq_info_...Zhengchao Shao
2022-04-20samples/bpf: Reduce the sampling interval in xdp1_userZhengchao Shao
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2022-04-08samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated threadLorenzo Bianconi
2022-04-04samples: bpf: Fix linking xdp_router_ipv4 after migrationAlexander Lobakin
2022-04-04sample: bpf: syscall_tp_user: Print result of verify_mapSong Chen
2022-04-03samples: bpf: Convert xdp_router_ipv4 to XDP samples helperLorenzo Bianconi
2022-03-15samples/bpf, xdpsock: Fix race when running for fix duration of timeNiklas Söderlund
2022-02-03samples/bpf: Get rid of bpf_prog_load_xattr() useAndrii Nakryiko
2022-02-01samples/bpf: Update cpumap/devmap sec_nameLorenzo Bianconi
2022-01-25samples/bpf: use preferred getters/setters instead of deprecated onesAndrii Nakryiko
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-20samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIsAndrii Nakryiko
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf...Yafang Shao
2022-01-12samples/bpf: Stop using bpf_map__def() APIChristy Lee
2022-01-05samples/bpf: xdpsock: Add timestamp for Tx-only operationOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add time-out for cleaning TxOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add sched policy and priority supportOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add cyclic TX operation capabilityOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add clockid selection supportOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operationOng Boon Leong
2022-01-05samples/bpf: xdpsock: Add VLAN support for Tx-only operationOng Boon Leong
2021-12-14samples/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-09samples/bpf: Remove unneeded variableMinghao Chi
2021-12-06samples: bpf: Fix 'unknown warning group' build warning on ClangAlexander Lobakin
2021-12-06samples: bpf: Fix xdp_sample_user.o linking with ClangAlexander Lobakin
2021-12-02samples/bpf: Get rid of deprecated libbpf API usesAndrii Nakryiko
2021-12-02samples/bpf: Clean up samples/bpf build failesAndrii Nakryiko
2021-12-01samples: bpf: Fix conflicting types in fds_exampleAlexander Lobakin