summaryrefslogtreecommitdiffstats
path: root/samples/bpf/xdp_fwd_user.c
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-161-2/+2
* samples/bpf: Check detach prog exist or not in xdp_fwdZhengchao Shao2022-06-151-6/+49
* samples/bpf: Get rid of bpf_prog_load_xattr() useAndrii Nakryiko2022-02-031-6/+9
* samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIsAndrii Nakryiko2022-01-201-2/+2
* samples/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee2021-12-141-2/+10
* samples/bpf: Add missing option to xdp_fwd usageWang Hai2021-06-161-0/+2
* samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-1/+1
* samples/bpf: Attach XDP programs in driver mode by defaultToke Høiland-Jørgensen2019-12-161-3/+14
* samples/bpf: make xdp_fwd more practically usable via devmap lookupJesper Dangaard Brouer2019-08-091-11/+22
* samples/bpf: xdp_fwd rename devmap name to be xdp_tx_portsJesper Dangaard Brouer2019-08-091-1/+1
* samples: bpf: refactor header include pathDaniel T. Lee2019-06-181-1/+1
* samples: bpf: convert xdp_fwd_user.c to libbpfJakub Kicinski2018-07-271-11/+23
* samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski2018-05-141-1/+1
* samples/bpf: Add example of ipv4 and ipv6 forwarding in XDPDavid Ahern2018-05-111-0/+136