summaryrefslogtreecommitdiff
path: root/samples/bpf/bpf_load.c
AgeCommit message (Expand)Author
2017-12-01samples/bpf: add error checking for perf ioctl calls in bpf loaderYonghong Song
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau
2017-08-16bpf: sockmap sample programJohn Fastabend
2017-07-05bpf: fix return in load_bpf_fileLawrence Brakmo
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo
2017-05-31samples/bpf: bpf_load.c order of prog_fd[] should correspond with ELF orderJesper Dangaard Brouer
2017-05-03samples/bpf: load_bpf.c make callback fixup more flexibleJesper Dangaard Brouer
2017-05-03samples/bpf: make bpf_load.c code compatible with ELF maps section changesJesper Dangaard Brouer
2017-05-01samples/bpf: fix SKB_MODE flag to be a 32-bit unsigned intJesper Dangaard Brouer
2017-04-30samples/bpf: bpf_load.c detect and abort if ELF maps section size is wrongJesper Dangaard Brouer
2017-04-27samples/bpf: Add support for SKB_MODE to xdp1 and xdp_tx_iptunnelDavid Ahern
2017-04-17bpf: Allow bpf sample programs (*_user.c) to change bpf_map_defMartin KaFai Lau
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau
2017-02-13samples/bpf: Reset global variablesMickaël Salaün
2017-02-13samples/bpf: Ignore already processed ELF sectionsMickaël Salaün
2016-12-20samples/bpf: Remove perf_event_open() declarationJoe Stringer
2016-12-20samples/bpf: Switch over to libbpfJoe Stringer
2016-12-15samples/bpf: Make samples more libbpf-centricJoe Stringer
2016-12-08bpf: xdp: Add XDP example for head adjustmentMartin KaFai Lau
2016-12-02samples/bpf: Update bpf loader for cgroup section namesDavid Ahern
2016-11-24samples/bpf: fix bpf loaderAlexei Starovoitov
2016-09-02samples/bpf: add perf_event+bpf exampleAlexei Starovoitov
2016-07-19Add sample for adding simple drop program to linkBrenden Blanco
2016-04-07samples/bpf: add tracepoint support to bpf loaderAlexei Starovoitov
2016-03-08samples/bpf: add map_flags to bpf loaderAlexei Starovoitov
2016-03-08samples/bpf: move ksym_search() into libraryAlexei Starovoitov
2016-03-08samples/bpf: make map creation more verboseAlexei Starovoitov
2015-05-21samples/bpf: bpf_tail_call example for tracingAlexei Starovoitov
2015-04-02samples/bpf: Add simple non-portable kprobe filter exampleAlexei Starovoitov
2014-12-05samples: bpf: elf_bpf file loaderAlexei Starovoitov