summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverageJohn Hubbard2020-04-021-0/+22
* mm/gup_benchmark: support pin_user_pages() and related callsJohn Hubbard2020-04-021-1/+14
* tools/accounting/getdelays.c: fix netlink attribute lengthDavid Ahern2020-04-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-31164-1024/+13419
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-3043-100/+2627
| |\
| | * selftests/bpf: Test FD-based cgroup attachmentAndrii Nakryiko2020-03-302-0/+268
| | * libbpf: Add support for bpf_link-based cgroup attachmentAndrii Nakryiko2020-03-306-1/+122
| | * bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-301-1/+9
| | * bpf: Test_verifier, add alu32 bounds tracking testsJohn Fastabend2020-03-301-0/+39
| | * bpf: Test_verifier, #65 error message updates for trunc of boundary-crossJohn Fastabend2020-03-301-8/+4
| | * bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend2020-03-301-4/+4
| | * bpf: Test_progs, add test to catch retval refine error handlingJohn Fastabend2020-03-302-0/+31
| | * selftests: bpf: Extend sk_assign tests for UDPJoe Stringer2020-03-302-11/+105
| | * selftests: bpf: Add test for sk_assignLorenz Bauer2020-03-302-0/+419
| | * bpf: Add socket assign supportJoe Stringer2020-03-301-1/+24
| | * bpf: lsm: Add selftests for BPF_PROG_TYPE_LSMKP Singh2020-03-303-0/+136
| | * tools/libbpf: Add support for BPF_PROG_TYPE_LSMKP Singh2020-03-304-5/+44
| | * bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-302-0/+3
| | * selftests: Add test for overriding global data value before loadToke Høiland-Jørgensen2020-03-302-1/+62
| | * libbpf: Add setter for initial value for internal mapsToke Høiland-Jørgensen2020-03-303-0/+14
| | * selftests/bpf: Add tests for attaching XDP programsToke Høiland-Jørgensen2020-03-281-0/+62
| | * libbpf: Add function to set link XDP fd while specifying old programToke Høiland-Jørgensen2020-03-283-1/+42
| | * tools: Add EXPECTED_FD-related definitions in if_link.hToke Høiland-Jørgensen2020-03-281-1/+3
| | * libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__createFletcher Dunn2020-03-281-2/+14
| | * bpf: Add selftest cases for ctx_or_null argument typeDaniel Borkmann2020-03-271-0/+105
| | * bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-271-1/+20
| | * bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-271-1/+15
| | * bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend2020-03-251-4/+2
| | * libbpf: Don't allocate 16M for log buffer by defaultStanislav Fomichev2020-03-262-13/+29
| | * libbpf: Remove unused parameter `def` to get_map_field_intTobias Klauser2020-03-261-10/+6
| | * samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee2020-03-232-0/+24
| | * bpf: Add tests for bpf_sk_storage to bpf_tcp_caMartin KaFai Lau2020-03-232-8/+47
| | * selftests/bpf: Fix mix of tabs and spacesBill Wendling2020-03-201-1/+1
| | * bpftool: Add struct_ops supportMartin KaFai Lau2020-03-205-1/+743
| | * bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau2020-03-202-12/+107
| | * bpftool: Print as a string for char arrayMartin KaFai Lau2020-03-201-0/+41
| | * bpftool: Print the enum's name instead of valueMartin KaFai Lau2020-03-201-4/+36
| | * bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definitionWenbo Zhang2020-03-171-1/+1
| | * selftests/bpf: Reset process and thread affinity after each test/sub-testAndrii Nakryiko2020-03-172-1/+42
| | * selftests/bpf: Fix test_progs's parsing of test numbersAndrii Nakryiko2020-03-171-6/+7
| | * selftests/bpf: Fix race in tcp_rtt testAndrii Nakryiko2020-03-171-2/+2
| | * selftests/bpf: Fix nanosleep for real this timeAndrii Nakryiko2020-03-172-11/+7
| | * selftest/bpf: Fix compilation warning in sockmap_parse_prog.cAndrii Nakryiko2020-03-171-1/+0
| * | selftests: mlxsw: Add test cases for devlink-trap policersIdo Schimmel2020-03-302-0/+390
| * | selftests: netdevsim: Add test cases for devlink-trap policersIdo Schimmel2020-03-302-0/+153
| * | netdevsim: Change dummy reporter auto recover defaultEran Ben Elisha2020-03-301-0/+5
| * | selftests:mptcp: fix failure due to whitespace damageMatthieu Baerts2020-03-302-8/+8
| * | selftests: add test-cases for MPTCP MP_JOINPaolo Abeni2020-03-293-4/+383
| * | selftests: add PM netlink functional testsPaolo Abeni2020-03-294-3/+751
| * | selftests: move timestamping selftests to net folderJian Yang2020-03-2912-21/+11