index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.18-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_qcom-6.18.y
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
bpf
/
xdp_rxq_info_user.c
Age
Commit message (
Expand
)
Author
2023-02-16
samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2022-04-27
samples/bpf: Detach xdp prog when program exits unexpectedly in xdp_rxq_info_...
Zhengchao Shao
2022-04-10
samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
2022-02-03
samples/bpf: Get rid of bpf_prog_load_xattr() use
Andrii Nakryiko
2022-01-20
samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIs
Andrii Nakryiko
2022-01-12
samples/bpf: Stop using bpf_map__def() API
Christy Lee
2020-12-02
bpf: samples: Do not touch RLIMIT_MEMLOCK
Roman Gushchin
2020-10-27
samples/bpf: Set rlimit for memlock to infinity in all samples
Toke Høiland-Jørgensen
2020-06-16
bpf, xdp, samples: Fix null pointer dereference in *_user code
Gaurav Singh
2020-01-20
samples/bpf: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2019-12-16
samples/bpf: Attach XDP programs in driver mode by default
Toke Høiland-Jørgensen
2019-12-04
samples/bpf: Fix broken xdp_rxq_info due to map order assumptions
Jesper Dangaard Brouer
2019-11-08
samples: bpf: Update outdated error message
Daniel T. Lee
2019-06-18
samples: bpf: refactor header include path
Daniel T. Lee
2019-02-01
samples/bpf: Check the prog id before exiting
Maciej Fijalkowski
2019-02-01
samples/bpf: Add a "force" flag to XDP samples
Maciej Fijalkowski
2018-08-16
samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM
Jesper Dangaard Brouer
2018-06-28
samples/bpf: xdp_rxq_info action XDP_TX must adjust MAC-addrs
Jesper Dangaard Brouer
2018-06-28
samples/bpf: extend xdp_rxq_info to read packet payload
Jesper Dangaard Brouer
2018-05-11
samples: bpf: convert some XDP samples from bpf_load to libbpf
Jakub Kicinski
2018-02-02
samples/bpf: use bpf_set_link_xdp_fd
Eric Leblond
2018-01-05
samples/bpf: program demonstrating access to xdp_rxq_info
Jesper Dangaard Brouer