summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski2023-07-193-1/+8
* bpf: allow any program to use the bpf_map_sum_elem_count kfuncAnton Protopopov2023-07-191-0/+5
* selftests/bpf: Disable newly-added 'owner' field test until refcount re-enabledDave Marchevsky2023-07-191-24/+0
* selftests/bpf: Add rbtree test exercising race which 'owner' field preventsDave Marchevsky2023-07-192-1/+121
* bpf: Add 'owner' field to bpf_{list,rb}_nodeDave Marchevsky2023-07-191-39/+39
* selftests: router_bridge_pvid_vlan_upper: Add a new selftestPetr Machata2023-07-142-0/+156
* selftests: router_bridge_vlan_upper_pvid: Add a new selftestPetr Machata2023-07-142-0/+172
* selftests: router_bridge_vlan: Add PVID change testPetr Machata2023-07-141-15/+85
* selftests: router_bridge: Add tests to remove and add PVIDPetr Machata2023-07-141-0/+50
* selftests: forwarding: lib: Add ping6_, ping_test_fails()Petr Machata2023-07-141-0/+18
* selftests: rtnetlink: add MACsec offload testsSabrina Dubroca2023-07-141-0/+83
* selftests: mptcp: add speed env varGeliang Tang2023-07-141-105/+125
* selftests: mptcp: add fullmesh env varGeliang Tang2023-07-141-7/+9
* selftests: mptcp: add fastclose env varGeliang Tang2023-07-141-9/+12
* selftests: mptcp: set all env vars as local onesGeliang Tang2023-07-141-6/+12
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-1467-99/+3201
|\
| * selftests/bpf: Add selftest for PTR_UNTRUSTEDYafang Shao2023-07-142-0/+65
| * selftests/bpf: Add selftests for nested_trustYafang Shao2023-07-142-0/+31
| * selftests/bpf: add testcase for TRACING with 6+ argumentsMenglong Dong2023-07-1412-15/+332
| * bpftool: Use "fallthrough;" keyword instead of commentsQuentin Monnet2023-07-122-2/+2
| * selftests/bpf: Improve test coverage of bpf_mem_alloc.Alexei Starovoitov2023-07-121-1/+1
| * selftests/bpf: extend existing map resize tests for per-cpu use caseAndrii Nakryiko2023-07-122-5/+17
| * bpftool: Show perf link infoYafang Shao2023-07-121-1/+246
| * bpftool: Add perf event namesYafang Shao2023-07-121-0/+67
| * bpf: Support ->fill_link_info for perf_eventYafang Shao2023-07-121-0/+35
| * bpftool: Show kprobe_multi link infoYafang Shao2023-07-121-3/+115
| * bpftool: Dump the kernel symbol's module nameYafang Shao2023-07-122-1/+7
| * bpf: Support ->fill_link_info for kprobe_multiYafang Shao2023-07-121-0/+5
| * libbpf: Remove HASHMAP_INIT static initialization helperJohn Sanpe2023-07-111-10/+0
| * libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko2023-07-112-4/+16
| * bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsAlexander Lobakin2023-07-111-10/+17
| * bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.cQuentin Monnet2023-07-111-2/+9
| * bpftool: Define a local bpf_perf_link to fix accessing its fieldsAlexander Lobakin2023-07-111-2/+7
| * bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookieAlexander Lobakin2023-07-111-1/+5
| * libbpf: only reset sec_def handler when necessaryAndrii Nakryiko2023-07-091-8/+19
| * selftests/bpf: Correct two typosLu Hongfei2023-07-072-2/+2
| * libbpf: Use available_filter_functions_addrs with multi-kprobesJackie Liu2023-07-071-1/+61
| * libbpf: Cross-join available_filter_functions and kallsyms for multi-kprobesJackie Liu2023-07-071-13/+97
| * selftests/bpf: Bump and validate MAX_SYMSBjörn Töpel2023-07-061-1/+4
| * selftests/bpf: test map percpu statsAnton Protopopov2023-07-062-0/+471
| * selftests/bpf: Add benchmark for bpf memory allocatorHou Tao2023-07-065-0/+502
| * selftests/bpf: Honor $(O) when figuring out pathsBjörn Töpel2023-07-051-0/+4
| * selftests/bpf: Add F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to some testsBjörn Töpel2023-07-055-1/+14
| * selftests/bpf: Add bpf_program__attach_netfilter helper testFlorian Westphal2023-06-302-0/+100
| * libbpf: Add netfilter link attach helperFlorian Westphal2023-06-305-0/+72
| * libbpf: Skip modules BTF loading when CAP_SYS_ADMIN is missingAndrea Terzolo2023-06-301-0/+4
| * selftests/bpf: Verify that the cgroup_skb filters receive expected packets.Kui-Feng Lee2023-06-305-0/+832
| * selftests/bpf: Add test to exercise typedef walkingStanislav Fomichev2023-06-302-0/+25
| * selftests/bpf: Fix bpf_nf failure upon test rerunDaniel Borkmann2023-06-301-2/+3
| * bpf: Replace deprecated -target with --target= for ClangFangrui Song2023-06-299-15/+15