summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-0225-50/+125
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | tc-testing: added tests with cookie for conntrack TC actionRoman Mashak2019-11-011-0/+72
| * | | | | | | | | | | | | | | | | | tc-testing: implement tests for new fast_init action flagVlad Buslov2019-10-306-0/+144
| * | | | | | | | | | | | | | | | | | tc-testing: fixed two failing pedit testsRoman Mashak2019-10-301-2/+2
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-2645-983/+1522
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | selftests/bpf: Fix .gitignore to ignore no_alu32/Andrii Nakryiko2019-10-251-1/+1
| | * | | | | | | | | | | | | | | | | bpftool: Allow to read btf as raw dataJiri Olsa2019-10-251-1/+56
| | * | | | | | | | | | | | | | | | | libbpf: Fix strncat bounds error in libbpf_prog_type_by_nameKP Singh2019-10-231-1/+1
| | * | | | | | | | | | | | | | | | | selftests/bpf: Fix LDLIBS orderAndrii Nakryiko2019-10-231-4/+4
| | * | | | | | | | | | | | | | | | | selftests/bpf: Move test_section_names into test_progs and fix itAndrii Nakryiko2019-10-232-61/+31
| | * | | | | | | | | | | | | | | | | libbpf: Use implicit XSKMAP lookup from AF_XDP XDP programBjörn Töpel2019-10-231-10/+32
| | * | | | | | | | | | | | | | | | | libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declarationAndrii Nakryiko2019-10-226-16/+21
| | * | | | | | | | | | | | | | | | | tools/bpf: Turn on llvm alu32 attribute by defaultYonghong Song2019-10-221-20/+8
| | * | | | | | | | | | | | | | | | | selftest/bpf: Get rid of a bunch of explicit BPF program type settingAndrii Nakryiko2019-10-214-14/+0
| | * | | | | | | | | | | | | | | | | selftests/bpf: Make reference_tracking test use subtestsAndrii Nakryiko2019-10-212-10/+11
| | * | | | | | | | | | | | | | | | | selftests/bpf: Make a copy of subtest nameAndrii Nakryiko2019-10-211-5/+12
| | * | | | | | | | | | | | | | | | | libbpf: Teach bpf_object__open to guess program typesAndrii Nakryiko2019-10-211-29/+36
| | * | | | | | | | | | | | | | | | | libbpf: Add uprobe/uretprobe and tp/raw_tp section suffixesAndrii Nakryiko2019-10-211-0/+4
| | * | | | | | | | | | | | | | | | | libbpf: Add bpf_program__get_{type, expected_attach_type) APIsAndrii Nakryiko2019-10-213-0/+18
| | * | | | | | | | | | | | | | | | | tools: Sync if_link.hAndrii Nakryiko2019-10-211-0/+2
| | * | | | | | | | | | | | | | | | | tools, bpf: Rename pr_warning to pr_warn to align with kernel loggingKefeng Wang2019-10-215-393/+386
| | * | | | | | | | | | | | | | | | | scripts/bpf: Print an error when known types list needs updatingJakub Sitnicki2019-10-201-0/+3
| | * | | | | | | | | | | | | | | | | bpf, libbpf: Add kernel version section parsing backJohn Fastabend2019-10-181-1/+20
| | * | | | | | | | | | | | | | | | | selftest/bpf: Remove test_libbpf.sh and test_libbpf_openAndrii Nakryiko2019-10-174-190/+1
| | * | | | | | | | | | | | | | | | | selftests/bpf: Move test_queue_stack_map.h into progs/ where it belongsAndrii Nakryiko2019-10-172-3/+0
| | * | | | | | | | | | | | | | | | | selftests/bpf: Replace test_progs and test_maps w/ general ruleAndrii Nakryiko2019-10-172-138/+180
| | * | | | | | | | | | | | | | | | | selftests/bpf: Add simple per-test targets to MakefileAndrii Nakryiko2019-10-171-0/+10
| | * | | | | | | | | | | | | | | | | selftests/bpf: Switch test_maps to test_progs' test.h formatAndrii Nakryiko2019-10-172-11/+5
| | * | | | | | | | | | | | | | | | | selftests/bpf: Make CO-RE reloc test impartial to test_progs flavorAndrii Nakryiko2019-10-173-4/+5
| | * | | | | | | | | | | | | | | | | selftests/bpf: Teach test_progs to cd into subdirAndrii Nakryiko2019-10-171-1/+32
| | * | | | | | | | | | | | | | | | | selftests/bpf: Restore the netns after flow dissector reattach testJakub Sitnicki2019-10-171-4/+17
| | * | | | | | | | | | | | | | | | | selftests/bpf: Add kfree_skb raw_tp testAlexei Starovoitov2019-10-172-0/+192
| | * | | | | | | | | | | | | | | | | bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-1/+26
| | * | | | | | | | | | | | | | | | | libbpf: Auto-detect btf_id of BTF-based raw_tracepointsAlexei Starovoitov2019-10-172-6/+35
| | * | | | | | | | | | | | | | | | | bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov2019-10-171-0/+1
| | * | | | | | | | | | | | | | | | | selftests: bpf: Don't try to read files without read permissionJiri Pirko2019-10-151-1/+1
| | * | | | | | | | | | | | | | | | | selftests: bpf: Add selftest for __sk_buff tstampStanislav Fomichev2019-10-152-0/+6
| | * | | | | | | | | | | | | | | | | selftests/bpf: Add field existence CO-RE relocs testsAndrii Nakryiko2019-10-1511-2/+233
| | * | | | | | | | | | | | | | | | | libbpf: Add BPF-side definitions of supported field relocation kindsAndrii Nakryiko2019-10-151-1/+23
| | * | | | | | | | | | | | | | | | | libbpf: Add support for field existance CO-RE relocationAndrii Nakryiko2019-10-152-17/+61
| | * | | | | | | | | | | | | | | | | libbpf: Refactor bpf_object__open APIs to use common optsAndrii Nakryiko2019-10-151-36/+35
| | * | | | | | | | | | | | | | | | | libbpf: Update BTF reloc support to latest Clang formatAndrii Nakryiko2019-10-154-29/+40
| * | | | | | | | | | | | | | | | | | tc-testing: list required kernel options for act_ct actionRoman Mashak2019-10-261-0/+10
| * | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-10-262-1/+229
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | selftests: netfilter: add ipvs tunnel test caseHaishuang Yan2019-10-111-0/+30
| | * | | | | | | | | | | | | | | | | | selftests: netfilter: add ipvs nat test caseHaishuang Yan2019-10-111-1/+21
| | * | | | | | | | | | | | | | | | | | selftests: netfilter: add ipvs test scriptHaishuang Yan2019-10-112-1/+179
| * | | | | | | | | | | | | | | | | | | tc-testing: updated pedit TDC testsRoman Mashak2019-10-211-0/+200
| * | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-2056-127/+460
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | selftests: mlxsw: Add Spectrum-2 target scale for tc flower scale testDanielle Ratson2019-10-182-1/+21
OpenPOWER on IntegriCloud