summaryrefslogtreecommitdiffstats
path: root/samples/bpf/bpf_load.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-1/+1
|\
| * samples, bpf: fix to change the buffer size for read()Chang-Hsien Tsai2019-05-211-1/+1
* | samples/bpf: fix a couple of style issues in bpf_loadDaniel T. Lee2019-05-281-4/+4
|/
* samples: bpf: fix: seg fault with NULL pointer argDaniel T. Lee2018-12-031-1/+3
* samples: bpf: fix: error handling regarding kprobe_eventsDaniel T. Lee2018-11-231-9/+24
* bpf_load: add map name to load_maps error messageShannon Nelson2018-11-071-2/+2
* samples/bpf: remove duplicated includesYueHaibing2018-09-181-1/+0Star
* samples: bpf: ensure that we don't load over MAX_PROGS programsDan Carpenter2018-07-171-0/+3
* samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski2018-05-151-1/+1
* samples: bpf: rename struct bpf_map_def to avoid conflict with libbpfJakub Kicinski2018-05-111-5/+5
* samples/bpf: fix kprobe attachment issue on x64Yonghong Song2018-04-301-8/+26
* samples/bpf: move common-purpose trace functions to selftestsYonghong Song2018-04-291-63/+0Star
* samples, bpf: remove redundant ret assignment in bpf_load_program()Wang Sheng-Hui2018-04-271-2/+0Star
* samples/bpf: raw tracepoint testAlexei Starovoitov2018-03-281-0/+14
* bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend2018-03-191-2/+6
* samples/bpf: use bpf_set_link_xdp_fdEric Leblond2018-02-031-102/+0Star
* samples/bpf: add error checking for perf ioctl calls in bpf loaderYonghong Song2017-12-011-2/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-291-0/+2
|/
* bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-201-8/+13
* bpf: sockmap sample programJohn Fastabend2017-08-161-2/+6
* bpf: fix return in load_bpf_fileLawrence Brakmo2017-07-051-2/+6
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-021-3/+10
* samples/bpf: bpf_load.c order of prog_fd[] should correspond with ELF orderJesper Dangaard Brouer2017-05-311-14/+5Star
* samples/bpf: load_bpf.c make callback fixup more flexibleJesper Dangaard Brouer2017-05-031-9/+8Star
* samples/bpf: make bpf_load.c code compatible with ELF maps section changesJesper Dangaard Brouer2017-05-031-69/+155
* samples/bpf: fix SKB_MODE flag to be a 32-bit unsigned intJesper Dangaard Brouer2017-05-011-1/+2
* samples/bpf: bpf_load.c detect and abort if ELF maps section size is wrongJesper Dangaard Brouer2017-05-011-9/+31
* samples/bpf: Add support for SKB_MODE to xdp1 and xdp_tx_iptunnelDavid Ahern2017-04-271-3/+16
* bpf: Allow bpf sample programs (*_user.c) to change bpf_map_defMartin KaFai Lau2017-04-171-18/+96
* bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-221-5/+17
* samples/bpf: Reset global variablesMickaël Salaün2017-02-131-0/+5
* samples/bpf: Ignore already processed ELF sectionsMickaël Salaün2017-02-131-0/+2
* samples/bpf: Remove perf_event_open() declarationJoe Stringer2016-12-201-1/+2
* samples/bpf: Switch over to libbpfJoe Stringer2016-12-201-1/+2
* samples/bpf: Make samples more libbpf-centricJoe Stringer2016-12-151-4/+13
* bpf: xdp: Add XDP example for head adjustmentMartin KaFai Lau2016-12-081-0/+94
* samples/bpf: Update bpf loader for cgroup section namesDavid Ahern2016-12-021-3/+11
* samples/bpf: fix bpf loaderAlexei Starovoitov2016-11-241-0/+4
* samples/bpf: add perf_event+bpf exampleAlexei Starovoitov2016-09-021-1/+6
* Add sample for adding simple drop program to linkBrenden Blanco2016-07-201-0/+8
* samples/bpf: add tracepoint support to bpf loaderAlexei Starovoitov2016-04-081-5/+21
* samples/bpf: add map_flags to bpf loaderAlexei Starovoitov2016-03-081-1/+2
* samples/bpf: move ksym_search() into libraryAlexei Starovoitov2016-03-081-0/+62
* samples/bpf: make map creation more verboseAlexei Starovoitov2016-03-081-1/+4
* samples/bpf: bpf_tail_call example for tracingAlexei Starovoitov2015-05-211-12/+45
* samples/bpf: Add simple non-portable kprobe filter exampleAlexei Starovoitov2015-04-021-8/+117
* samples: bpf: elf_bpf file loaderAlexei Starovoitov2014-12-061-0/+203