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