summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Test indirect var_off stack access in raw modeAndrey Ignatov2019-04-051-0/+27
* samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee2019-04-041-2/+2
* selftests/bpf: ksym_search won't check symbols existsDaniel T. Lee2019-04-041-0/+4
* selftests/bpf: synthetic tests to push verifier limitsAlexei Starovoitov2019-04-042-9/+35
* selftests/bpf: add few verifier scale testsAlexei Starovoitov2019-04-047-1/+215
* libbpf: teach libbpf about log_level bit 2Alexei Starovoitov2019-04-044-4/+17
* selftests: bpf: remove duplicate .flags initialization in ctx_skb.cStanislav Fomichev2019-04-021-1/+0Star
* selftests: bpf: fix -Wformat-invalid-specifier for bpf_obj_id.cStanislav Fomichev2019-04-021-4/+4
* selftests: bpf: fix -Wformat-security warning for flow_dissector_load.cStanislav Fomichev2019-04-021-1/+1
* selftests: bpf: tests.h should depend on .c files, not the outputStanislav Fomichev2019-04-021-2/+2
* bpf: add bpffs multi-dimensional array tests in test_btfYonghong Song2019-04-011-8/+24
* selftests/bpf: Test variable offset stack accessAndrey Ignatov2019-03-291-2/+77
* tools/bpf: generate pkg-config file for libbpfLuca Boccassi2019-03-283-3/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-28137-1343/+4676
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-2730-143/+1037
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-253-14/+54
| | |\
| | | * bpf, libbpf: clarify bump in libbpf version infoDaniel Borkmann2019-03-251-0/+1
| | | * bpf, libbpf: fix version info and add it to shared objectDaniel Borkmann2019-03-251-14/+28
| | | * bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-221-0/+25
| | * | net/sched: act_vlan: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | * | net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | * | net/sched: act_skbmod: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | * | net/sched: act_skbedit: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | * | net/sched: act_simple: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | * | net/sched: act_sample: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | * | net/sched: act_police: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | * | net/sched: act_pedit: validate the control action inside init()Davide Caratti2019-03-211-0/+51
| | * | net/sched: act_nat: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | * | net/sched: act_connmark: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | * | net/sched: act_mirred: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | * | net/sched: act_ife: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | * | net/sched: act_gact: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | * | net/sched: act_csum: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | * | net/sched: act_bpf: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| | |/
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-24109-1314/+3722
| |\ \
| | * \ Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-2278-1028/+1794
| | |\ \
| | | * | perf bpf: Show more BPF program info in print_bpf_prog_info()Song Liu2019-03-213-3/+53
| | | * | perf bpf: Extract logic to create program names from perf_event__synthesize_o...Song Liu2019-03-211-27/+35
| | | * | perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu2019-03-2128-24/+145
| | | * | perf evlist: Introduce side band threadSong Liu2019-03-215-0/+155
| | | * | perf annotate: Enable annotation of BPF programsSong Liu2019-03-203-2/+164
| | | * | perf build: Check what binutils's 'disassembler()' signature to useSong Liu2019-03-203-2/+18
| | | * | perf bpf: Process PERF_BPF_EVENT_PROG_LOAD for annotationSong Liu2019-03-191-0/+54
| | | * | perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFOSong Liu2019-03-193-0/+10
| | | * | perf feature detection: Add -lopcodes to feature-libbfdSong Liu2019-03-191-3/+3
| | | * | perf top: Add option --no-bpf-eventSong Liu2019-03-191-0/+1
| | | * | perf bpf: Save BTF information as headers to perf.dataSong Liu2019-03-192-1/+101
| | | * | perf bpf: Save BTF in a rbtree in perf_envSong Liu2019-03-194-0/+102
| | | * | perf bpf: Save bpf_prog_info information as headers to perf.dataSong Liu2019-03-192-1/+153
| | | * | perf bpf: Save bpf_prog_info in a rbtree in perf_envSong Liu2019-03-196-2/+144