summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-23selftests/bpf: add a test for a pruning bug in the verifierAlexei Starovoitov
2017-08-23selftests/bpf: add a test for a bug in liveness-based pruningEdward Cree
2017-08-23selftests/net: Add a test to validate behavior of rx timestampsMike Maloney
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-08-20tools lib bpf: improve warningEric Leblond
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau
2017-08-18test_kmod: fix description for -s -and -c parametersLuis R. Rodriguez
2017-08-16bpf: selftests add sockmap testsJohn Fastabend
2017-08-16bpf: selftests: add tests for new __sk_buff membersJohn Fastabend
2017-08-16bpf: sockmap sample programJohn Fastabend
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15selftests: add 'ip get' to rtnetlink.shFlorian Westphal
2017-08-15Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-08-11selftests: bpf: add check for ip XDP redirectWilliam Tu
2017-08-11selftests: timers: freq-step: fix compile errorShuah Khan
2017-08-10selftests: add rtnetlink test scriptFlorian Westphal
2017-08-09bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructionsDaniel Borkmann
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-09selftests: futex: fix run_tests targetShuah Khan
2017-08-08selftests: bpf: add a test for XDP redirectWilliam Tu
2017-08-08selftests/bpf: variable offset negative testsEdward Cree
2017-08-08selftests/bpf: add tests for subtraction & negative numbersEdward Cree
2017-08-08selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifierEdward Cree
2017-08-08selftests/bpf: add test for bogus operations on pointersEdward Cree
2017-08-08selftests/bpf: add a test to test_alignEdward Cree
2017-08-08selftests/bpf: rewrite test_alignEdward Cree
2017-08-08selftests/bpf: change test_verifier expectationsEdward Cree
2017-08-07test_sysctl: fix sysctl.sh by making it executableLuis R. Rodriguez
2017-08-07test_kmod: fix kmod.sh by making it executableLuis R. Rodriguez
2017-08-07bpf: fix selftest/bpf/test_pkt_md_access on s390xThomas Richter
2017-08-04bpf: fix byte order test in test_verifierDaniel Borkmann
2017-08-04bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann
2017-08-03test: add msg_zerocopy testWillem de Bruijn
2017-08-02netvsc: remove bonding setup scriptstephen hemminger
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-29bpf: testing: fix devmap testsJohn Fastabend
2017-07-26bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski
2017-07-26bpf: install libbpf headers on 'make install'Jakub Kicinski
2017-07-26tools/kvm_stat: add '-f help' to get the available event listLin Ma
2017-07-26tools/kvm_stat: use variables instead of hard paths in help outputLin Ma
2017-07-24selftests/bpf: subtraction bounds testEdward Cree
2017-07-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-20bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann
2017-07-20bpf: add test for mixed signed and unsigned bounds checksEdward Cree