summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-04-10libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZEMagnus Karlsson
2019-04-10bpf, bpftool: fix a few ubsan warningsYonghong Song
2019-04-09bpf, selftest: add test cases for BTF Var and DataSecDaniel Borkmann
2019-04-09bpf, selftest: test global data/bss/rodata sectionsJoe Stringer
2019-04-09bpf, selftest: test {rd, wr}only flags and direct value accessDaniel Borkmann
2019-04-09bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann
2019-04-09bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann
2019-04-09bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann
2019-04-09bpf, libbpf: refactor relocation handlingJoe Stringer
2019-04-09bpf: sync {btf, bpf}.h uapi header from tools infrastructureDaniel Borkmann
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann
2019-04-06libbpf: Ignore -Wformat-nonliteral warningAndrey Ignatov
2019-04-05selftests/bpf: Test unbounded var_off stack accessAndrey Ignatov
2019-04-05selftests/bpf: Test indirect var_off stack access in unpriv modeAndrey Ignatov
2019-04-05selftests/bpf: Test indirect var_off stack access in raw modeAndrey Ignatov
2019-04-04samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee
2019-04-04selftests/bpf: ksym_search won't check symbols existsDaniel T. Lee
2019-04-04selftests/bpf: synthetic tests to push verifier limitsAlexei Starovoitov
2019-04-04selftests/bpf: add few verifier scale testsAlexei Starovoitov
2019-04-04libbpf: teach libbpf about log_level bit 2Alexei Starovoitov
2019-04-02selftests: bpf: remove duplicate .flags initialization in ctx_skb.cStanislav Fomichev
2019-04-02selftests: bpf: fix -Wformat-invalid-specifier for bpf_obj_id.cStanislav Fomichev
2019-04-02selftests: bpf: fix -Wformat-security warning for flow_dissector_load.cStanislav Fomichev
2019-04-02selftests: bpf: tests.h should depend on .c files, not the outputStanislav Fomichev
2019-04-01bpf: add bpffs multi-dimensional array tests in test_btfYonghong Song
2019-03-29selftests/bpf: Test variable offset stack accessAndrey Ignatov
2019-03-28tools/bpf: generate pkg-config file for libbpfLuca Boccassi
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-26selftests: bpf: don't depend on hardcoded perf sample_freqStanislav Fomichev
2019-03-25bpf: test_tc_tunnel.sh needs reverse path filtering disabledAlan Maguire
2019-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-03-24bpf, libbpf: clarify bump in libbpf version infoDaniel Borkmann
2019-03-24bpf, libbpf: fix version info and add it to shared objectDaniel Borkmann
2019-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-22selftests: bpf: tc-bpf flow shaping with EDTPeter Oskolkov
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...Thomas Gleixner
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner
2019-03-22selftests/bpf: convert bpf tunnel test to encap modesWillem de Bruijn
2019-03-22selftests/bpf: convert bpf tunnel test to BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn
2019-03-22selftests/bpf: convert bpf tunnel test to BPF_ADJ_ROOM_MACWillem de Bruijn
2019-03-22bpf: Sync bpf.h to toolsWillem de Bruijn
2019-03-22selftests/bpf: extend bpf tunnel test with tsoWillem de Bruijn
2019-03-22selftests/bpf: extend bpf tunnel test with greWillem de Bruijn
2019-03-22selftests/bpf: expand bpf tunnel test to ipv6Willem de Bruijn
2019-03-22selftests/bpf: expand bpf tunnel test with decapWillem de Bruijn
2019-03-22selftests/bpf: bpf tunnel encap testWillem de Bruijn
2019-03-21bpf: verifier: propagate liveness on all framesJakub Kicinski
2019-03-21selftests: bpf: modify urandom_read and link it non-staticallyIvan Vecera