aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/xdp_adjust_tail_user.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-16samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Gravatar Ilya Leoshkevich 1-1/+1
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKGravatar Yafang Shao 1-1/+0
2022-02-03samples/bpf: Get rid of bpf_prog_load_xattr() useGravatar Andrii Nakryiko 1-5/+12
2022-01-20samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIsGravatar Andrii Nakryiko 1-4/+4
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKGravatar Roman Gushchin 1-6/+0
2020-01-20samples/bpf: Use consistent include paths for libbpfGravatar Toke Høiland-Jørgensen 1-2/+2
2019-12-16samples/bpf: Attach XDP programs in driver mode by defaultGravatar Toke Høiland-Jørgensen 1-1/+4
2019-10-07samples: bpf: Add max_pckt_size option at xdp_adjust_tailGravatar Daniel T. Lee 1-9/+20
2019-06-26samples: bpf: make the use of xdp samples consistentGravatar Daniel T. Lee 1-2/+10
2019-06-18samples: bpf: refactor header include pathGravatar Daniel T. Lee 1-2/+2
2019-02-01samples/bpf: Check the prog id before exitingGravatar Maciej Fijalkowski 1-4/+26
2019-02-01samples/bpf: Add a "force" flag to XDP samplesGravatar Maciej Fijalkowski 1-2/+6
2018-05-11samples: bpf: convert some XDP samples from bpf_load to libbpfGravatar Jakub Kicinski 1-14/+22
2018-04-18bpf: add bpf_xdp_adjust_tail sample progGravatar Nikita V. Shirokov 1-0/+142