index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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
Files
Lines
2023-08-24
samples/bpf: Remove the xdp_rxq_info utility
Toke Høiland-Jørgensen
1
-614
/
+0
2023-02-16
samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
1
-1
/
+1
2022-04-27
samples/bpf: Detach xdp prog when program exits unexpectedly in xdp_rxq_info_...
Zhengchao Shao
1
-6
/
+16
2022-04-10
samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
1
-1
/
+0
2022-02-03
samples/bpf: Get rid of bpf_prog_load_xattr() use
Andrii Nakryiko
1
-5
/
+11
2022-01-20
samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIs
Andrii Nakryiko
1
-4
/
+4
2022-01-12
samples/bpf: Stop using bpf_map__def() API
Christy Lee
1
-5
/
+5
2020-12-02
bpf: samples: Do not touch RLIMIT_MEMLOCK
Roman Gushchin
1
-6
/
+0
2020-10-27
samples/bpf: Set rlimit for memlock to infinity in all samples
Toke Høiland-Jørgensen
1
-1
/
+1
2020-06-16
bpf, xdp, samples: Fix null pointer dereference in *_user code
Gaurav Singh
1
-10
/
+3
2020-01-20
samples/bpf: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
1
-2
/
+2
2019-12-16
samples/bpf: Attach XDP programs in driver mode by default
Toke Høiland-Jørgensen
1
-0
/
+4
2019-12-04
samples/bpf: Fix broken xdp_rxq_info due to map order assumptions
Jesper Dangaard Brouer
1
-3
/
+3
2019-11-08
samples: bpf: Update outdated error message
Daniel T. Lee
1
-3
/
+3
2019-06-18
samples: bpf: refactor header include path
Daniel T. Lee
1
-2
/
+2
2019-02-01
samples/bpf: Check the prog id before exiting
Maciej Fijalkowski
1
-5
/
+28
2019-02-01
samples/bpf: Add a "force" flag to XDP samples
Maciej Fijalkowski
1
-2
/
+6
2018-08-16
samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM
Jesper Dangaard Brouer
1
-1
/
+2
2018-06-28
samples/bpf: xdp_rxq_info action XDP_TX must adjust MAC-addrs
Jesper Dangaard Brouer
1
-0
/
+11
2018-06-28
samples/bpf: extend xdp_rxq_info to read packet payload
Jesper Dangaard Brouer
1
-6
/
+28
2018-05-11
samples: bpf: convert some XDP samples from bpf_load to libbpf
Jakub Kicinski
1
-15
/
+31
2018-02-02
samples/bpf: use bpf_set_link_xdp_fd
Eric Leblond
1
-2
/
+2
2018-01-05
samples/bpf: program demonstrating access to xdp_rxq_info
Jesper Dangaard Brouer
1
-0
/
+531