summaryrefslogtreecommitdiffstats
path: root/samples/bpf/xdp_redirect_cpu_user.c
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumapLorenzo Bianconi2020-07-161-14/+161
* samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loopLorenzo Bianconi2020-07-161-9/+27
* bpf, xdp, samples: Fix null pointer dereference in *_user codeGaurav Singh2020-06-161-5/+2
* samples, bpf: Refactor pointer error check with libbpfDaniel T. Lee2020-05-191-4/+1
* samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUSLorenzo Bianconi2020-05-141-13/+16
* samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-1/+1
* samples/bpf: Xdp_redirect_cpu fix missing tracepoint attachJesper Dangaard Brouer2019-12-201-4/+55
* samples/bpf: Attach XDP programs in driver mode by defaultToke Høiland-Jørgensen2019-12-161-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-1/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner2019-06-191-1/+2
* | samples: bpf: refactor header include pathDaniel T. Lee2019-06-181-1/+1
|/
* samples/bpf: Check the prog id before exitingMaciej Fijalkowski2019-02-011-6/+29
* samples/bpf: Add a "force" flag to XDP samplesMaciej Fijalkowski2019-02-011-2/+6
* samples/bpf: Convert XDP samples to libbpf usageMaciej Fijalkowski2019-02-011-43/+102
* samples/bpf: xdp_redirect_cpu have not need for read_trace_pipeJesper Dangaard Brouer2019-02-011-10/+0
* samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERMJesper Dangaard Brouer2018-08-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-131-2/+2
|\
| * samples/bpf: xdp_redirect_cpu load balance like SuricataJesper Dangaard Brouer2018-08-101-2/+2
* | samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easierJesper Dangaard Brouer2018-08-091-2/+2
|/
* samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski2018-05-141-1/+1
* samples/bpf: use bpf_set_link_xdp_fdEric Leblond2018-02-021-3/+3
* samples/bpf: add cpumap sample program xdp_redirect_cpuJesper Dangaard Brouer2017-10-181-0/+697