summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | selftests/bpf: Test concurrent updates on bpf_task_storage_busyHou Tao2022-09-012-0/+161
| * | | | | | | selftests/bpf: Move sys_pidfd_open() into task_local_storage_helpers.hHou Tao2022-09-013-18/+20
| * | | | | | | selftests/bpf: Add test cases for htab updateHou Tao2022-08-313-0/+156
| * | | | | | | selftest/bpf: Ensure no module loading in bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau2022-08-311-0/+4
| * | | | | | | libbpf: Add GCC support for bpf_tail_call_staticJames Hilliard2022-08-311-6/+13
| * | | | | | | bpftool: Add support for querying cgroup_iter linkHao Luo2022-08-301-0/+35
| * | | | | | | selftests/bpf: Fix connect4_prog tcp/socket header type conflictJames Hilliard2022-08-291-2/+3
| * | | | | | | selftests/bpf: Fix bind{4,6} tcp/socket header type conflictJames Hilliard2022-08-292-4/+0
| * | | | | | | bpf: Fix a few typos in BPF helpers documentationQuentin Monnet2022-08-271-8/+8
| * | | | | | | selftests/bpf: Declare subprog_noise as static in tailcall_bpf2bpf4James Hilliard2022-08-271-1/+1
| * | | | | | | selftests/bpf: fix type conflict in test_tc_dtimeJames Hilliard2022-08-261-1/+0
| * | | | | | | libbpf: add map_get_fd_by_id and map_delete_elem in light skeletonBenjamin Tissoires2022-08-261-0/+23
| * | | | | | | bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo2022-08-264-12/+12
| * | | | | | | bpftool: Fix a wrong type cast in btf_dumper_intLam Thai2022-08-251-1/+1
| * | | | | | | selftests/bpf: add a selftest for cgroup hierarchical stats collectionYosry Ahmed2022-08-253-0/+584
| * | | | | | | selftests/bpf: extend cgroup helpersYosry Ahmed2022-08-252-47/+174
| * | | | | | | selftests/bpf: Test cgroup_iter.Hao Luo2022-08-254-1/+271
| * | | | | | | bpf: Introduce cgroup iterHao Luo2022-08-252-2/+32
| * | | | | | | selftests/bpf: Fix wrong size passed to bpf_setsockopt()Yang Yingliang2022-08-251-3/+7
| * | | | | | | selftests/bpf: Add cb_refs test to s390x deny listDaniel Müller2022-08-251-0/+1
| * | | | | | | selftests/bpf: Add tests for reference state fixes for callbacksKumar Kartikeya Dwivedi2022-08-252-0/+164
| * | | | | | | selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhereStanislav Fomichev2022-08-244-0/+90
| * | | | | | | bpf: update bpf_{g,s}et_retval documentationStanislav Fomichev2022-08-241-5/+17
| * | | | | | | bpf, selftests: Test BPF_FLOW_DISSECTOR_CONTINUEShmulik Ladkani2022-08-233-0/+44
| * | | | | | | bpf, test_run: Propagate bpf_flow_dissect's retval to user's bpf_attr.test.re...Shmulik Ladkani2022-08-232-2/+23
| * | | | | | | bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progsShmulik Ladkani2022-08-231-0/+5
| * | | | | | | selftest/bpf: Add setget_sockopt to DENYLIST.s390xMartin KaFai Lau2022-08-191-0/+1
| * | | | | | | selftests/bpf: Fix spelling mistake.Colin Ian King2022-08-191-1/+1
| * | | | | | | selftests/bpf: bpf_setsockopt testsMartin KaFai Lau2022-08-193-1/+606
* | | | | | | | selftests: net: dsa: symlink the tc_actions.sh testVladimir Oltean2022-09-023-1/+4
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-0112-76/+133
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-013-25/+51
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | selftests: net: sort .gitignore fileAxel Rasmussen2022-08-311-25/+25
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-08-262-0/+26
| | |\ \ \ \ \
| | | * | | | | selftests/bpf: Add regression test for pruning fixKumar Kartikeya Dwivedi2022-08-251-0/+25
| | | * | | | | selftests/bpf: Add lru_bug to s390x deny listDaniel Müller2022-08-121-0/+1
| * | | | | | | Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-281-16/+18
| |\ \ \ \ \ \ \
| | * | | | | | | x86/sev: Mark snp_abort() noreturnBorislav Petkov2022-08-251-16/+18
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | perf stat: Capitalize topdown metrics' namesZhengjun Xing2022-08-271-12/+12
| * | | | | | | perf docs: Update the documentation for the save_type filterKan Liang2022-08-271-0/+3
| * | | | | | | perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=addressIan Rogers2022-08-271-5/+19
| * | | | | | | perf record: Fix manpage formatting of description of support to hybrid systemsAndi Kleen2022-08-272-12/+2
| * | | | | | | perf test: Stat test for repeat with a weak groupIan Rogers2022-08-271-0/+19
| * | | | | | | perf stat: Clear evsel->reset_group for each stat runIan Rogers2022-08-271-0/+1
| * | | | | | | tools kvm headers arm64: Update KVM header from the kernel sourcesArnaldo Carvalho de Melo2022-08-271-2/+4
| * | | | | | | perf python: Fix build when PYTHON_CONFIG is user suppliedJames Clark2022-08-271-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | net-next: Fix IP_UNICAST_IF option behavior for connected socketsRichard Gobert2022-09-012-2/+44
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-2639-261/+1113
|\| | | | | |
| * | | | | | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-255-0/+90
| |\ \ \ \ \ \
| | * | | | | | selftests: include bonding tests into the kselftest infraJonathan Toppins2022-08-235-0/+90