summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-01-26selftests/bpf: Define local variables at the beginning of a blockBjörn Töpel1-5/+7
2021-01-26selftests/bpf: Change type from void * to struct generic_data *Björn Töpel1-4/+4
2021-01-26selftests/bpf: Change type from void * to struct ifaceconfigobj *Björn Töpel1-14/+14
2021-01-26selftests/bpf: Remove casting by introduce local variableBjörn Töpel1-13/+11
2021-01-26selftests/bpf: Improve readability of xdpxceiver/worker_pkt_validate()Björn Töpel1-17/+12
2021-01-26selftests/bpf: Remove memory leakBjörn Töpel1-1/+0
2021-01-26selftests/bpf: Fix style warningsBjörn Töpel1-7/+7
2021-01-26selftests/bpf: Remove unused enumsBjörn Töpel1-2/+0
2021-01-26selftests/bpf: Remove a lot of ifobject castingBjörn Töpel1-45/+43
2021-01-26libbpf, xsk: Select AF_XDP BPF program based on kernel versionBjörn Töpel1-3/+78
2021-01-22selftest/bpf: Fix typoJunlin Yang1-2/+2
2021-01-22libbpf: Use string table index from index table if neededJiri Olsa1-2/+10
2021-01-21bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev7-3/+409
2021-01-21bpf: Permit size-0 datasecYonghong Song1-0/+21
2021-01-21selftests: bpf: Add a new test for bare tracepointsQais Yousef5-1/+69
2021-01-21selftests/bpf: Add verifier tests for x64 jit jump paddingGary Lin2-0/+96
2021-01-21bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.Carlos Neira5-240/+70
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-314/+333
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-104/+102
2021-01-20selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King1-2/+2
2021-01-20selftests: net: fib_tests: remove duplicate log testHangbin Liu1-1/+0
2021-01-18Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds12-208/+224
2021-01-16GTP: add support for flow based tunneling APIPravin B Shelar1-0/+1
2021-01-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski35-156/+1408
2021-01-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski5-103/+102
2021-01-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+2
2021-01-15perf inject: Correct event attribute sizesAl Grant1-0/+8
2021-01-15perf intel-pt: Fix 'CPU too large' errorAdrian Hunter2-3/+3
2021-01-15perf stat: Take cgroups into account for shadow statsNamhyung Kim1-7/+19
2021-01-15perf stat: Introduce struct runtime_stat_dataNamhyung Kim1-173/+173
2021-01-15libperf tests: Fail when failing to get a tracepoint idIan Rogers1-0/+1
2021-01-15libperf tests: If a test fails return non-zeroIan Rogers4-4/+4
2021-01-15libperf tests: Avoid uninitialized variable warningIan Rogers1-2/+2
2021-01-15perf test: Fix shadow stat test for non-bash shellsNamhyung Kim1-16/+14
2021-01-15tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo1-5/+0
2021-01-15tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2021-01-15perf bpf examples: Fix bpf.h header include directive in 5sec.c exampleArnaldo Carvalho de Melo1-1/+1
2021-01-15arm64: selftests: Fix spelling of 'Mismatch'Mark Brown2-2/+2
2021-01-15Merge tag 'trace-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+5
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-446/+383
2021-01-15bpf: Add tests for new BPF atomic operationsBrendan Jackman9-0/+881
2021-01-15bpf: Add bitwise atomic instructionsBrendan Jackman1-0/+6
2021-01-15bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2-1/+5
2021-01-15bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2-0/+4
2021-01-15bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman11-33/+41
2021-01-15selftests: Add separate option to nettest for address bindingDavid Ahern2-8/+15
2021-01-15selftests: Remove exraneous newline in nettestDavid Ahern1-1/+0
2021-01-15selftests: Add separate options for server device bindingsDavid Ahern2-142/+154
2021-01-15selftests: Add new option for client-side passwordsDavid Ahern2-45/+52
2021-01-15selftests: Consistently specify address for MD5 protectionDavid Ahern2-33/+33