summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdevsim: move sdev specific bpf debugfs files to sdev dirJiri Pirko2019-04-131-1/+1
* selftests: Add debugging options to pmtu.shDavid Ahern2019-04-121-89/+124
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-1247-244/+3276
|\
| * tools: add smp_* barrier variants to include infrastructureDaniel Borkmann2019-04-112-2/+15
| * selftests_bpf: add L2 encap to test_tc_tunnelAlan Maguire2019-04-113-59/+277
| * bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2Alan Maguire2019-04-111-0/+10
| * selftests_bpf: extend test_tc_tunnel for UDP encapAlan Maguire2019-04-113-48/+143
| * selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-112-0/+110
| * libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-113-0/+17
| * tools/bpftool: show btf id in program informationPrashant Bhole2019-04-111-0/+6
| * libbpf: Fix build with gcc-8Andrey Ignatov2019-04-111-1/+1
| * libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZEMagnus Karlsson2019-04-101-4/+5
| * bpf, bpftool: fix a few ubsan warningsYonghong Song2019-04-101-10/+9
| * bpf, selftest: add test cases for BTF Var and DataSecDaniel Borkmann2019-04-101-2/+663
| * bpf, selftest: test global data/bss/rodata sectionsJoe Stringer2019-04-103-4/+267
| * bpf, selftest: test {rd, wr}only flags and direct value accessDaniel Borkmann2019-04-104-5/+573
| * bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann2019-04-102-4/+65
| * bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann2019-04-105-20/+235
| * bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann2019-04-106-48/+314
| * bpf, libbpf: refactor relocation handlingJoe Stringer2019-04-101-30/+32
| * bpf: sync {btf, bpf}.h uapi header from tools infrastructureDaniel Borkmann2019-04-102-6/+46
| * bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-101-0/+3
| * libbpf: Ignore -Wformat-nonliteral warningAndrey Ignatov2019-04-071-0/+5
| * selftests/bpf: Test unbounded var_off stack accessAndrey Ignatov2019-04-051-2/+55
| * selftests/bpf: Test indirect var_off stack access in unpriv modeAndrey Ignatov2019-04-051-0/+27
| * 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/+0
| * 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
* | net: sched: flower: use correct ht function to prevent duplicatesVlad Buslov2019-04-111-0/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-093-2/+86
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-091-0/+20
| |\ \
| | * | selftests: add a tc matchall test caseNicolas Dichtel2019-04-081-0/+20
| * | | selftests/tpm2: Open tpm dev in unbuffered modeTadeusz Struk2019-04-091-2/+2
| * | | selftests/tpm2: Extend tests to cover partial readsTadeusz Struk2019-04-092-0/+64
| |/ /
* | | selftests: fib_tests: Add tests for ipv6 gateway with ipv4 routeDavid Ahern2019-04-091-1/+69
* | | selftests: forwarding: test for bridge mcast traffic after report and leaveNikolay Aleksandrov2019-04-071-0/+152
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-0540-198/+757
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-057-15/+191
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-042-12/+75
| | |\ \
| | | * | net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-031-2/+4