aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-08-09bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructionsGravatar Daniel Borkmann 1-0/+313
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsGravatar Daniel Borkmann 1-0/+5
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-9/+25
2017-08-08selftests: bpf: add a test for XDP redirectGravatar William Tu 4-3/+86
2017-08-08selftests/bpf: variable offset negative testsGravatar Edward Cree 1-0/+41
2017-08-08selftests/bpf: add tests for subtraction & negative numbersGravatar Edward Cree 1-0/+104
2017-08-08selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifierGravatar Edward Cree 1-8/+8
2017-08-08selftests/bpf: add test for bogus operations on pointersGravatar Edward Cree 1-2/+64
2017-08-08selftests/bpf: add a test to test_alignGravatar Edward Cree 1-0/+67
2017-08-08selftests/bpf: rewrite test_alignGravatar Edward Cree 1-93/+132
2017-08-08selftests/bpf: change test_verifier expectationsGravatar Edward Cree 1-180/+152
2017-08-07bpf: fix selftest/bpf/test_pkt_md_access on s390xGravatar Thomas Richter 1-0/+11
2017-08-04bpf: fix byte order test in test_verifierGravatar Daniel Borkmann 1-9/+10
2017-08-04bpf, s390: fix build for libbpf and selftest suiteGravatar Daniel Borkmann 2-0/+4
2017-08-03test: add msg_zerocopy testGravatar Willem de Bruijn 4-1/+811
2017-08-02netvsc: remove bonding setup scriptGravatar stephen hemminger 1-255/+0
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 7-13/+58
2017-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-3/+34
2017-07-29bpf: testing: fix devmap testsGravatar John Fastabend 2-1/+4
2017-07-26bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Gravatar Jakub Kicinski 2-3/+6
2017-07-26bpf: install libbpf headers on 'make install'Gravatar Jakub Kicinski 1-0/+4
2017-07-26tools/kvm_stat: add '-f help' to get the available event listGravatar Lin Ma 1-2/+14
2017-07-26tools/kvm_stat: use variables instead of hard paths in help outputGravatar Lin Ma 1-3/+3
2017-07-24selftests/bpf: subtraction bounds testGravatar Edward Cree 1-0/+28
2017-07-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-5/+7
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 21-239/+2175
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-9/+479
2017-07-20bpf: more tests for mixed signed and unsigned bounds checksGravatar Daniel Borkmann 1-0/+418
2017-07-20bpf: add test for mixed signed and unsigned bounds checksGravatar Edward Cree 1-0/+52
2017-07-20bpf: fix up test cases with mixed signed/unsigned boundsGravatar Daniel Borkmann 1-4/+4
2017-07-20bpf: allow to specify log level and reduce it for test_verifierGravatar Daniel Borkmann 4-5/+5
2017-07-17xdp: bpf redirect with map sample programGravatar John Fastabend 1-0/+2
2017-07-17bpf: add devmap, a map for storing net device referencesGravatar John Fastabend 1-0/+15
2017-07-16tools: hv: ignore a NIC if it has been configuredGravatar sixiao@microsoft.com 1-2/+25
2017-07-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-0/+633
2017-07-14kmod: throttle kmod thread limitGravatar Luis R. Rodriguez 1-22/+2
2017-07-14kmod: add test driver to stress test the module loaderGravatar Luis R. Rodriguez 3-0/+653
2017-07-14Merge tag 'ntb-4.13' of git://github.com/jonmason/ntbGravatar Linus Torvalds 1-2/+9
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 3-2/+66
2017-07-13Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 7-221/+777
2017-07-13Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 3-5/+211
2017-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-1/+212
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Gravatar Michal Hocko 1-1/+1
2017-07-12test_sysctl: test against int proc_dointvec() array supportGravatar Luis R. Rodriguez 1-0/+89
2017-07-12test_sysctl: add simple proc_douintvec() caseGravatar Luis R. Rodriguez 1-0/+63
2017-07-12test_sysctl: add simple proc_dointvec() caseGravatar Luis R. Rodriguez 1-0/+62
2017-07-12test_sysctl: test against PAGE_SIZE for intGravatar Luis R. Rodriguez 1-0/+66
2017-07-12test_sysctl: add generic script to expand on testsGravatar Luis R. Rodriguez 5-220/+495
2017-07-12test_sysctl: add dedicated proc sysctl test driverGravatar Luis R. Rodriguez 3-4/+5
2017-07-12perf symbols: Accept zero as the kernel base addressGravatar Arnaldo Carvalho de Melo 1-1/+1