summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-212-3/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-211-1/+2
| |\
| | * tools lib bpf: improve warningEric Leblond2017-08-201-1/+2
| * | test_kmod: fix description for -s -and -c parametersLuis R. Rodriguez2017-08-181-2/+2
| |/
* | bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-194-5/+44
* | bpf: selftests add sockmap testsJohn Fastabend2017-08-167-39/+443
* | bpf: selftests: add tests for new __sk_buff membersJohn Fastabend2017-08-161-0/+152
* | bpf: sockmap sample programJohn Fastabend2017-08-164-4/+67
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-154-5/+4
|\ \ | |/
| * Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-08-154-5/+4
| |\
| | * selftests: timers: freq-step: fix compile errorShuah Khan2017-08-111-4/+3
| | * selftests: futex: fix run_tests targetShuah Khan2017-08-091-1/+1
| | * test_sysctl: fix sysctl.sh by making it executableLuis R. Rodriguez2017-08-071-0/+0
| | * test_kmod: fix kmod.sh by making it executableLuis R. Rodriguez2017-08-071-0/+0
* | | selftests: add 'ip get' to rtnetlink.shFlorian Westphal2017-08-151-0/+32
* | | selftests: bpf: add check for ip XDP redirectWilliam Tu2017-08-111-0/+5
* | | selftests: add rtnetlink test scriptFlorian Westphal2017-08-102-1/+200
* | | bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructionsDaniel Borkmann2017-08-091-0/+313
* | | bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-094-9/+25
|\ \ \ | |/ /
| * | bpf: fix selftest/bpf/test_pkt_md_access on s390xThomas Richter2017-08-071-0/+11
| * | bpf: fix byte order test in test_verifierDaniel Borkmann2017-08-041-9/+10
| * | bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann2017-08-042-0/+4
* | | selftests: bpf: add a test for XDP redirectWilliam Tu2017-08-084-3/+86
* | | selftests/bpf: variable offset negative testsEdward Cree2017-08-081-0/+41
* | | selftests/bpf: add tests for subtraction & negative numbersEdward Cree2017-08-081-0/+104
* | | selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifierEdward Cree2017-08-081-8/+8
* | | selftests/bpf: add test for bogus operations on pointersEdward Cree2017-08-081-2/+64
* | | selftests/bpf: add a test to test_alignEdward Cree2017-08-081-0/+67
* | | selftests/bpf: rewrite test_alignEdward Cree2017-08-081-93/+132
* | | selftests/bpf: change test_verifier expectationsEdward Cree2017-08-081-180/+152
* | | test: add msg_zerocopy testWillem de Bruijn2017-08-034-1/+811
* | | netvsc: remove bonding setup scriptstephen hemminger2017-08-021-255/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-017-13/+58
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-313-3/+34
| |\ \
| | * | bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski2017-07-262-3/+6
| | * | selftests/bpf: subtraction bounds testEdward Cree2017-07-241-0/+28
| * | | tools/kvm_stat: add '-f help' to get the available event listLin Ma2017-07-261-2/+14
| * | | tools/kvm_stat: use variables instead of hard paths in help outputLin Ma2017-07-261-3/+3
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-213-5/+7
| |\ \ \ | | |/ / | |/| |
| | * | perf symbols: Accept zero as the kernel base addressArnaldo Carvalho de Melo2017-07-121-1/+1
| | * | perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its ta...Jin Yao2017-07-101-1/+1
| | * | perf evsel: State in the default event name if attr.exclude_kernel is setArnaldo Carvalho de Melo2017-07-101-2/+4
| | * | perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo2017-07-101-1/+1
* | | | bpf: testing: fix devmap testsJohn Fastabend2017-07-292-1/+4
* | | | bpf: install libbpf headers on 'make install'Jakub Kicinski2017-07-261-0/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-2121-239/+2175
|\ \ \ \ | |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-204-9/+479
| |\ \ \ | | |_|/ | |/| |
| | * | bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann2017-07-201-0/+418
| | * | bpf: add test for mixed signed and unsigned bounds checksEdward Cree2017-07-201-0/+52
OpenPOWER on IntegriCloud