aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-29selftests: bpf: remove duplicated includeYueHaibing3-4/+0
2019-01-27selftests: bpf: break up the rest of test_verifierJakub Kicinski23-6149/+6051
2019-01-27selftests: bpf: break up test_verifierJakub Kicinski48-10136/+9902
2019-01-27selftests: bpf: prepare for break up of verifier testsJakub Kicinski3-0/+17
2019-01-26selftests: bpf: makefile support sub-register code-gen test modeJiong Wang1-25/+70
2019-01-26selftests: bpf: functional and min/max reasoning unit tests for JMP32Jiong Wang1-24/+762
2019-01-26bpf: JIT blinds support JMP32Jiong Wang1-0/+20
2019-01-26tools: bpftool: teach cfg code about JMP32Jiong Wang1-2/+7
2019-01-26bpf: allocate 0x06 to new eBPF instruction class JMP32Jiong Wang1-0/+1
2019-01-25selftests/bpf: suppress readelf stderr when probing for BTF supportStanislav Fomichev1-1/+2
2019-01-24bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet2-0/+37
2019-01-24bpftool: feature probing, change default actionPrashant Bhole1-1/+1
2019-01-23selftests: bpf: add tests for dead code removalJakub Kicinski2-7/+549
2019-01-23selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_userStanislav Fomichev1-3/+3
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song3-12/+48
2019-01-22tools: bpftool: add bash completion for bpftool probesQuentin Monnet1-0/+19
2019-01-22tools: bpftool: add probes for a network deviceQuentin Monnet2-14/+73
2019-01-22tools: bpftool: add C-style "#define" output for probesQuentin Monnet2-30/+133
2019-01-22tools: bpftool: add probes for eBPF helper functionsQuentin Monnet5-0/+121
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet6-1/+118
2019-01-22tools: bpftool: add probes for eBPF program typesQuentin Monnet5-2/+159
2019-01-22tools: bpftool: add probes for kernel configuration optionsQuentin Monnet1-0/+182
2019-01-22tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet1-0/+187
2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet10-1/+200
2019-01-17bpftool: add bash completion for peek/push/enqueue/pop/dequeueStanislav Fomichev1-18/+73
2019-01-17bpftool: add pop and dequeue commandsStanislav Fomichev2-35/+98
2019-01-17bpftool: add push and enqueue commandsStanislav Fomichev2-1/+14
2019-01-17bpftool: add peek commandStanislav Fomichev2-1/+7
2019-01-17bpftool: don't print empty key/value for mapsStanislav Fomichev1-19/+28
2019-01-17bpftool: make key optional in lookup commandStanislav Fomichev2-9/+5
2019-01-17bpftool: make key and value optional in update commandStanislav Fomichev2-9/+31
2019-01-16tools/bpf: support __int128 in bpftool map pretty dumperYonghong Song1-12/+86
2019-01-16tools/bpf: add bpffs pretty print test for int128Yonghong Song1-0/+79
2019-01-16tools/bpf: refactor test_btf pretty printing for multiple map value formatsYonghong Song1-37/+75
2019-01-16tools/bpf: add int128 raw test in test_btfYonghong Song1-0/+93
2019-01-16libbpf: don't define CC and ARStanislav Fomichev1-16/+1
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-42/+357
2019-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds43-697/+797
2019-01-11tools/bpf: fix bpftool map dump with bitfieldsYonghong Song1-6/+7
2019-01-11tools/bpf: test btf bitfield with >=256 struct member offsetYonghong Song1-8/+21
2019-01-10Merge tag 'riscv-for-linus-4.21-rc2-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds2-0/+27
2019-01-10selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell1-1/+3
2019-01-10selftests/bpf: add missing executables to .gitignoreStanislav Fomichev2-0/+2
2019-01-10tools headers powerpc: Remove unistd.hRavi Bangoria2-405/+0
2019-01-10perf powerpc: Rework syscall table generationRavi Bangoria3-14/+450
2019-01-09perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbolsArnaldo Carvalho de Melo1-0/+1
2019-01-09tools include uapi: Sync linux/if_link.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+19
2019-01-08tools/vm/page_owner: use page_owner_sort in the use exampleMiles Chen1-1/+3
2019-01-08selftests: forwarding: Add a test for VLAN deletionIdo Schimmel1-1/+14
2019-01-08selftests: forwarding: Fix test for different devicesIdo Schimmel1-1/+1