summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-0626-567/+3454
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-012-1/+29
| |\
| * | selftests: correct define in msg_zerocopy.cWillem de Bruijn2017-09-011-3/+3
| * | bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King2017-08-301-2/+2
| * | tc-testing: add test for testing ife typeAlexander Aring2017-08-291-0/+50
| * | selftests: add addrlabel add/delete to rtnetlink.shFlorian Westphal2017-08-291-0/+41
| * | selftests/bpf: check the instruction dumps are populatedJakub Kicinski2017-08-281-4/+12
| * | bpf: test_maps add sockmap stress testJohn Fastabend2017-08-281-1/+28
| * | bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2017-08-282-4/+30
| * | bpf: more SK_SKB selftestsJohn Fastabend2017-08-281-0/+98
| * | bpf: additional sockmap self testsJohn Fastabend2017-08-283-46/+96
| * | bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-287-99/+68
| * | selftests/bpf: add a test for a pruning bug in the verifierAlexei Starovoitov2017-08-231-0/+28
| * | selftests/bpf: add a test for a bug in liveness-based pruningEdward Cree2017-08-231-0/+16
| * | selftests/net: Add a test to validate behavior of rx timestampsMike Maloney2017-08-233-1/+393
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-212-3/+4
| |\ \
| * | | 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
| |\ \ \
| * | | | 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
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | xdp: bpf redirect with map sample programJohn Fastabend2017-07-171-0/+2
| * | | | | | | bpf: add devmap, a map for storing net device referencesJohn Fastabend2017-07-171-0/+15
| * | | | | | | tools: hv: ignore a NIC if it has been configuredsixiao@microsoft.com2017-07-161-2/+25
* | | | | | | | Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-053-34/+75
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'acpica'Rafael J. Wysocki2017-09-033-34/+75
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | ACPICA: acpidump: Add DSDT/FACS instance support for Linux and EFILv Zheng2017-08-031-32/+73
| | * | | | | | | ACPICA: CLib: Add short multiply/shift supportLv Zheng2017-08-032-2/+2
* | | | | | | | | Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-0513-413/+880
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'pm-tools'Rafael J. Wysocki2017-09-0413-413/+880
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |