summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-01-26selftests/bpf: Avoid useless void *-castsBjörn Töpel
2021-01-26selftests/bpf: Consistent malloc/calloc usageBjörn Töpel
2021-01-26selftests/bpf: Avoid heap allocationBjörn Töpel
2021-01-26selftests/bpf: Define local variables at the beginning of a blockBjörn Töpel
2021-01-26selftests/bpf: Change type from void * to struct generic_data *Björn Töpel
2021-01-26selftests/bpf: Change type from void * to struct ifaceconfigobj *Björn Töpel
2021-01-26selftests/bpf: Remove casting by introduce local variableBjörn Töpel
2021-01-26selftests/bpf: Improve readability of xdpxceiver/worker_pkt_validate()Björn Töpel
2021-01-26selftests/bpf: Remove memory leakBjörn Töpel
2021-01-26selftests/bpf: Fix style warningsBjörn Töpel
2021-01-26selftests/bpf: Remove unused enumsBjörn Töpel
2021-01-26selftests/bpf: Remove a lot of ifobject castingBjörn Töpel
2021-01-25libbpf, xsk: Select AF_XDP BPF program based on kernel versionBjörn Töpel
2021-01-21selftest/bpf: Fix typoJunlin Yang
2021-01-21libbpf: Use string table index from index table if neededJiri Olsa
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2021-01-20bpf: Permit size-0 datasecYonghong Song
2021-01-20selftests: bpf: Add a new test for bare tracepointsQais Yousef
2021-01-20selftests/bpf: Add verifier tests for x64 jit jump paddingGary Lin
2021-01-20bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.Carlos Neira
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-01-19selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King
2021-01-19selftests: net: fib_tests: remove duplicate log testHangbin Liu
2021-01-17Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-01-15GTP: add support for flow based tunneling APIPravin B Shelar
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-01-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-01-15perf inject: Correct event attribute sizesAl Grant
2021-01-15perf intel-pt: Fix 'CPU too large' errorAdrian Hunter
2021-01-15perf stat: Take cgroups into account for shadow statsNamhyung Kim
2021-01-15perf stat: Introduce struct runtime_stat_dataNamhyung Kim
2021-01-15libperf tests: Fail when failing to get a tracepoint idIan Rogers
2021-01-15libperf tests: If a test fails return non-zeroIan Rogers
2021-01-15libperf tests: Avoid uninitialized variable warningIan Rogers
2021-01-15perf test: Fix shadow stat test for non-bash shellsNamhyung Kim
2021-01-15tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo
2021-01-15tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo
2021-01-15perf bpf examples: Fix bpf.h header include directive in 5sec.c exampleArnaldo Carvalho de Melo
2021-01-15arm64: selftests: Fix spelling of 'Mismatch'Mark Brown
2021-01-14Merge tag 'trace-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-14bpf: Add tests for new BPF atomic operationsBrendan Jackman
2021-01-14bpf: Add bitwise atomic instructionsBrendan Jackman
2021-01-14bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman
2021-01-14bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2021-01-14selftests: Add separate option to nettest for address bindingDavid Ahern
2021-01-14selftests: Remove exraneous newline in nettestDavid Ahern