summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: net: mscc: ocelot: add a test for egress VLAN modificationVladimir Oltean2021-10-021-0/+39
* selftests: net: mscc: ocelot: rename the VLAN modification test to ingressVladimir Oltean2021-10-021-3/+3
* selftests: net: mscc: ocelot: bring up the ports automaticallyVladimir Oltean2021-10-021-0/+5
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-10-01109-732/+1804
|\
| * selftests/bpf: Use BTF-defined key/value for map definitionsHengqi Chen2021-10-0113-40/+38
| * libbpf: Support uniform BTF-defined key/value specification across all BPF mapsHengqi Chen2021-10-011-0/+24
| * selftests/bpf: Use kselftest skip code for skipped testsPo-Hsu Lin2021-09-302-3/+9
| * libbpf: Fix skel_internal.h to set errno on loader retval < 0Kumar Kartikeya Dwivedi2021-09-291-2/+4
| * libbpf: Properly ignore STT_SECTION symbols in legacy map definitionsToke Høiland-Jørgensen2021-09-291-0/+2
| * libbpf: Make gen_loader data aligned.Alexei Starovoitov2021-09-291-1/+6
| * bpf: selftests: Fix fd cleanup in get_branch_snapshotKumar Kartikeya Dwivedi2021-09-291-3/+2
| * selftests/bpf: Fix probe_user test failure with clang build kernelYonghong Song2021-09-282-4/+28
| * bpftool: Avoid using "?: " in generated codeYucong Sun2021-09-281-1/+4
| * selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") useAndrii Nakryiko2021-09-282-20/+20
| * libbpf: Add opt-in strict BPF program section name handling logicAndrii Nakryiko2021-09-282-46/+99
| * libbpf: Complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SECAndrii Nakryiko2021-09-281-101/+35
| * libbpf: Refactor ELF section handler definitionsAndrii Nakryiko2021-09-281-111/+84
| * libbpf: Reduce reliance of attach_fns on sec_def internalsAndrii Nakryiko2021-09-282-18/+30
| * libbpf: Refactor internal sec_def handling to enable pluggabilityAndrii Nakryiko2021-09-281-42/+87
| * selftests/bpf: Normalize all the rest SEC() usesAndrii Nakryiko2021-09-2812-35/+33
| * selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko2021-09-2839-157/+141
| * selftests/bpf: Normalize XDP section names in selftestsAndrii Nakryiko2021-09-2819-30/+27
| * libbpf: Add "tc" SEC_DEF which is a better name for "classifier"Andrii Nakryiko2021-09-281-0/+1
| * libbpf: Ignore STT_SECTION symbols in 'maps' sectionToke Høiland-Jørgensen2021-09-271-2/+3
| * selftests: xsk: Add frame_headroom testMagnus Karlsson2021-09-282-11/+44
| * selftests: xsk: Change interleaving of packets in unaligned modeMagnus Karlsson2021-09-281-3/+3
| * selftests: xsk: Add single packet testMagnus Karlsson2021-09-282-0/+14
| * selftests: xsk: Introduce pacing of trafficMagnus Karlsson2021-09-282-7/+29
| * selftests: xsk: Fix socket creation retryMagnus Karlsson2021-09-281-6/+5
| * selftests: xsk: Put the same buffer only once in the fill ringMagnus Karlsson2021-09-281-6/+11
| * selftests: xsk: Fix missing initializationMagnus Karlsson2021-09-281-0/+7
| * bpf: selftest: Add verifier tests for <8-byte scalar spill and refillMartin KaFai Lau2021-09-261-0/+161
| * bpf: selftest: A bpf prog that has a 32bit scalar spillMartin KaFai Lau2021-09-263-0/+393
| * selftests/bpf: Fix btf_dump __int128 test failure with clang build kernelYonghong Song2021-09-241-6/+21
| * seltests: bpf: test_tunnel: Use ip neighJiri Benc2021-09-211-2/+3
| * libbpf: Add legacy uprobe attaching supportAndrii Nakryiko2021-09-211-8/+122
| * libbpf: Refactor and simplify legacy kprobe codeAndrii Nakryiko2021-09-212-73/+88
| * selftests/bpf: Adopt attach_probe selftest to work on old kernelsAndrii Nakryiko2021-09-211-4/+20
| * libbpf: Fix memory leak in legacy kprobe attach logicAndrii Nakryiko2021-09-211-3/+7
| * libbpf: Add doc comments in libbpf.hGrant Seltzer2021-09-201-8/+57
| * bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf commentsDave Marchevsky2021-09-171-2/+3
| * selftests/bpf: Add trace_vprintk test progDave Marchevsky2021-09-173-1/+103
| * selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTsDave Marchevsky2021-09-171-15/+9
| * bpftool: Only probe trace_vprintk feature in 'full' modeDave Marchevsky2021-09-172-13/+10
| * libbpf: Use static const fmt string in __bpf_printkDave Marchevsky2021-09-171-1/+7
| * libbpf: Modify bpf_printk to choose helper based on arg countDave Marchevsky2021-09-171-8/+37
| * bpf: Add bpf_trace_vprintk helperDave Marchevsky2021-09-171-0/+11
| * selftests/bpf: Stop using bpf_program__loadDave Marchevsky2021-09-171-8/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-3046-158/+1054
|\ \
| * \ Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-305-7/+482
| |\ \