summaryrefslogtreecommitdiffstats
path: root/samples/bpf/xdp1_user.c
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-161-1/+1
* samples/bpf: Fix map iteration in xdp1_userGerhard Engleder2022-10-191-1/+1
* samples/bpf: Reduce the sampling interval in xdp1_userZhengchao Shao2022-04-201-1/+1
* samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-1/+0
* samples/bpf: Get rid of bpf_prog_load_xattr() useAndrii Nakryiko2022-02-031-5/+11
* samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIsAndrii Nakryiko2022-01-201-4/+4
* selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen2021-10-061-1/+1
* bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin2020-12-021-6/+0
* samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-2/+2
* samples/bpf: Attach XDP programs in driver mode by defaultToke Høiland-Jørgensen2019-12-161-1/+4
* samples: bpf: Update outdated error messageDaniel T. Lee2019-11-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-201-2/+2
|\
| * samples: bpf: refactor header include pathDaniel T. Lee2019-06-181-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
|/
* samples/bpf: Check the prog id before exitingMaciej Fijalkowski2019-02-011-1/+23
* samples/bpf: Add a "force" flag to XDP samplesMaciej Fijalkowski2019-02-011-3/+7
* samples: bpf: user proper argument indexIoana Ciornei2019-01-101-1/+1
* samples: bpf: get ifindex from ifnameMatteo Croce2018-11-301-2/+7
* samples: bpf: improve xdp1 exampleMatteo Croce2018-11-301-10/+8
* samples: bpf: convert some XDP samples from bpf_load to libbpfJakub Kicinski2018-05-111-10/+21
* samples/bpf: use bpf_set_link_xdp_fdEric Leblond2018-02-021-2/+2
* samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp1Tushar Dave2017-10-291-0/+8
* samples/bpf: run cleanup routines when receiving SIGTERMAndy Gospodarek2017-05-111-0/+1
* xdp: add flag to enforce driver modeDaniel Borkmann2017-05-111-2/+6
* samples/bpf: fix SKB_MODE flag to be a 32-bit unsigned intJesper Dangaard Brouer2017-05-011-4/+4
* samples/bpf: Add support for SKB_MODE to xdp1 and xdp_tx_iptunnelDavid Ahern2017-04-271-8/+32
* samples/bpf: Make samples more libbpf-centricJoe Stringer2016-12-151-1/+1
* bpf: xdp: Add XDP example for head adjustmentMartin KaFai Lau2016-12-081-93/+0
* bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann2016-11-271-1/+3
* Add sample for adding simple drop program to linkBrenden Blanco2016-07-191-0/+181