summaryrefslogtreecommitdiffstats
path: root/samples/bpf
AgeCommit message (Expand)AuthorLines
2022-11-25samples/bpf: Fix wrong allocation size in xdp_router_ipv4_userRong Tao-1/+1
2022-11-18bpf, samples: Use "grep -E" instead of "egrep"Tiezhu Yang-1/+1
2022-11-07samples/bpf: Fix sockex3 error: Missing BPF prog typeRong Tao-55/+63
2022-11-04samples/bpf: Fix tracex2 error: No such file or directoryRong Tao-3/+4
2022-11-01samples/bpf: Fix typo in READMEKang Minchul-1/+1
2022-10-19samples/bpf: Fix typos in READMEDaniel Müller-2/+2
2022-10-19samples/bpf: Fix double word in commentsShaomin Deng-1/+1
2022-10-19samples/bpf: Fix MAC address swapping in xdp2_kernGerhard Engleder-0/+4
2022-10-19samples/bpf: Fix map iteration in xdp1_userGerhard Engleder-1/+1
2022-09-30samples/bpf: Fix typo in xdp_router_ipv4 sampleDeming Wang-1/+1
2022-09-20samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Rong Tao-3/+3
2022-09-05samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov-17/+29
2022-07-15samples: bpf: Fix cross-compiling error by using bootstrap bpftoolPu Lehui-6/+4
2022-07-13samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao-6/+12
2022-07-11samples/bpf: Fix xdp_redirect_map egress devmap progJesper Dangaard Brouer-2/+13
2022-07-05bpf, samples: Remove AF_XDP samplesMagnus Karlsson-3346/+0
2022-06-21samples/bpf: fixup some tools to be able to support xdp multibufferAndy Gospodarek-7/+17
2022-06-15samples/bpf: Check detach prog exist or not in xdp_fwdZhengchao Shao-6/+49
2022-06-02sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requestsLorenzo Bianconi-0/+9
2022-05-09samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is providedJerome Marchand-5/+4
2022-04-27samples/bpf: Detach xdp prog when program exits unexpectedly in xdp_rxq_info_...Zhengchao Shao-6/+16
2022-04-20samples/bpf: Reduce the sampling interval in xdp1_userZhengchao Shao-1/+1
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao-42/+7
2022-04-08samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated threadLorenzo Bianconi-33/+55
2022-04-04samples: bpf: Fix linking xdp_router_ipv4 after migrationAlexander Lobakin-0/+1
2022-04-04sample: bpf: syscall_tp_user: Print result of verify_mapSong Chen-0/+3
2022-04-03samples: bpf: Convert xdp_router_ipv4 to XDP samples helperLorenzo Bianconi-459/+381
2022-03-15samples/bpf, xdpsock: Fix race when running for fix duration of timeNiklas Söderlund-3/+3
2022-02-03samples/bpf: Get rid of bpf_prog_load_xattr() useAndrii Nakryiko-35/+63
2022-02-01samples/bpf: Update cpumap/devmap sec_nameLorenzo Bianconi-6/+6
2022-01-25samples/bpf: use preferred getters/setters instead of deprecated onesAndrii Nakryiko-4/+4
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-46/+45
2022-01-20samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIsAndrii Nakryiko-41/+40
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds-9/+11
2022-01-20samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf...Yafang Shao-9/+11
2022-01-12samples/bpf: Stop using bpf_map__def() APIChristy Lee-5/+5
2022-01-05samples/bpf: xdpsock: Add timestamp for Tx-only operationOng Boon Leong-9/+68
2022-01-05samples/bpf: xdpsock: Add time-out for cleaning TxOng Boon Leong-2/+9
2022-01-05samples/bpf: xdpsock: Add sched policy and priority supportOng Boon Leong-2/+59
2022-01-05samples/bpf: xdpsock: Add cyclic TX operation capabilityOng Boon Leong-5/+80
2022-01-05samples/bpf: xdpsock: Add clockid selection supportOng Boon Leong-2/+38
2022-01-05samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operationOng Boon Leong-5/+30
2022-01-05samples/bpf: xdpsock: Add VLAN support for Tx-only operationOng Boon Leong-15/+75
2021-12-14samples/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee-3/+20
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-84/+128
2021-12-09samples/bpf: Remove unneeded variableMinghao Chi-3/+1
2021-12-06samples: bpf: Fix 'unknown warning group' build warning on ClangAlexander Lobakin-0/+2
2021-12-06samples: bpf: Fix xdp_sample_user.o linking with ClangAlexander Lobakin-1/+6
2021-12-02samples/bpf: Get rid of deprecated libbpf API usesAndrii Nakryiko-57/+108
2021-12-02samples/bpf: Clean up samples/bpf build failesAndrii Nakryiko-21/+12