summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/net: cleanup unused parameter in psock_fanoutMike Maloney2017-04-241-9/+9
* bpf: Add sparc support to tools and samples.David S. Miller2017-04-222-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-223-14/+25
|\
| * bpf: Fix values type used in test_mapsDavid Miller2017-04-211-2/+2
| * selftests/net: Fixes psock_fanout CBPF test caseMike Maloney2017-04-202-12/+23
* | bpf: add napi_id read access to __sk_buffDaniel Borkmann2017-04-212-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-201-0/+117
|\|
| * Merge tag 'trace-v4.11-rc5-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-181-0/+117
| |\
| | * selftests: ftrace: Add check for function-fork before running pid filter testSteven Rostedt (VMware)2017-04-181-4/+23
| | * selftests: ftrace: Add a testcase for function PID filterNamhyung Kim2017-04-181-0/+98
* | | bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau2017-04-171-1/+1
* | | bpf: lru: Cleanup test_lru_map.cMartin KaFai Lau2017-04-171-23/+9Star
* | | bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRUMartin KaFai Lau2017-04-171-5/+65
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-165-18/+27
|\| |
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-04-151-0/+6
| |\ \
| | * \ Merge tag 'perf-urgent-for-mingo-4.11-20170411' of git://git.kernel.org/pub/s...Ingo Molnar2017-04-111-0/+6
| | |\ \
| | | * | perf annotate s390: Fix perf annotate error -95 (4.10 regression)Christian Borntraeger2017-04-071-0/+6
| * | | | cpupower: Fix turbo frequency reporting for pre-Sandy Bridge coresBen Hutchings2017-04-131-0/+1
| * | | | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki2017-04-132-13/+15
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | tools/power turbostat: update version numberLen Brown2017-04-131-1/+1
| | * | | tools/power turbostat: fix impossibly large CPU%c1 valueLen Brown2017-04-131-1/+1
| | * | | tools/power turbostat: turbostat.8 add missing column definitionsDoug Smythies2017-04-131-0/+2
| | * | | tools/power turbostat: update HWP dump to decimal from hexLen Brown2017-04-131-3/+3
| | * | | tools/power turbostat: enable package THERM_INTERRUPT dumpLen Brown2017-04-131-6/+2Star
| | * | | tools/power turbostat: show missing Core and GFX power on SKL and KBLLen Brown2017-04-131-1/+3
| | * | | tools/power turbostat: bugfix: GFXMHz column not changingLen Brown2017-03-041-1/+3
| * | | | Merge tag 'powerpc-4.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-04-081-5/+5
| |\ \ \ \
| | * | | | selftests/powerpc: Fix standalone powerpc buildMichael Ellerman2017-03-271-5/+5
* | | | | | tools: bpf_jit_disasm: Add option to dump JIT image to a file.David Daney2017-04-131-4/+36
* | | | | | bpf: fix comment typoAlexander Alemayhu2017-04-101-1/+1
* | | | | | selftests/bpf: fix merge conflictAlexei Starovoitov2017-04-061-5/+0Star
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-063-6/+308
|\| | | | |
| * | | | | bpf: add various verifier test cases for self-testsDaniel Borkmann2017-04-013-6/+283
| * | | | | bpf: improve verifier packet range checksAlexei Starovoitov2017-03-251-0/+20
| | |_|_|/ | |/| | |
* | | | | selftests: add a generic testsuite for ethernet deviceLABBE Corentin2017-04-052-1/+201
* | | | | selftests/bpf: add l4 load balancer test based on sched_clsAlexei Starovoitov2017-04-013-1/+563
* | | | | selftests/bpf: add a test for basic XDP functionalityAlexei Starovoitov2017-04-014-1/+332
* | | | | selftests/bpf: add a test for overlapping packet range checksAlexei Starovoitov2017-04-013-4/+215
* | | | | tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov2017-04-012-2/+3
* | | | | tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-013-1/+51
* | | | | Add a eBPF helper function to retrieve socket uidChenbo Feng2017-03-241-1/+2
* | | | | Add a helper function to get socket cookie in eBPFChenbo Feng2017-03-241-1/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-243-13/+37
|\| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-232-12/+36
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bpf: fix hashmap extra_elems logicAlexei Starovoitov2017-03-221-3/+26
| | * | | selftests/bpf: fix broken build, take 2Zi Shen Lim2017-03-221-9/+10
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-171-1/+1
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann2017-03-171-1/+1
* | | | bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-224-13/+140
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-1525-67/+399
|\| | |