summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * bpftool: Show kprobe_multi link infoYafang Shao2023-07-111-3/+115
| | * bpftool: Dump the kernel symbol's module nameYafang Shao2023-07-112-1/+7
| | * bpf: Support ->fill_link_info for kprobe_multiYafang Shao2023-07-113-0/+47
| |/
| * samples/bpf: syscall_tp: Aarch64 no open syscallRong Tao2023-07-111-0/+4
| * 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
| * bpf,docs: Create new standardization subdirectoryDavid Vernet2023-07-105-4/+22
| * Merge branch 'bpftool: Fix skeletons compilation for older kernels'Andrii Nakryiko2023-07-102-15/+38
| |\
| | * bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsAlexander Lobakin2023-07-101-10/+17
| | * bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.cQuentin Monnet2023-07-101-2/+9
| | * bpftool: Define a local bpf_perf_link to fix accessing its fieldsAlexander Lobakin2023-07-101-2/+7
| | * bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookieAlexander Lobakin2023-07-101-1/+5
| |/
| * libbpf: only reset sec_def handler when necessaryAndrii Nakryiko2023-07-081-8/+19
| * selftests/bpf: Correct two typosLu Hongfei2023-07-072-2/+2
| * libbpf: Use available_filter_functions_addrs with multi-kprobesJackie Liu2023-07-061-1/+61
| * libbpf: Cross-join available_filter_functions and kallsyms for multi-kprobesJackie Liu2023-07-061-13/+97
| * selftests/bpf: Bump and validate MAX_SYMSBjörn Töpel2023-07-061-1/+4
| * Merge branch 'bpf: add percpu stats for bpf_map'Alexei Starovoitov2023-07-067-263/+834
| |\
| | * selftests/bpf: test map percpu statsAnton Protopopov2023-07-062-0/+471
| | * bpf: make preloaded map iterators to display map elements countAnton Protopopov2023-07-062-260/+275
| | * bpf: populate the per-cpu insertions/deletions counters for hashmapsAnton Protopopov2023-07-061-2/+20
| | * bpf: add a new kfunc to return current bpf_map elements countAnton Protopopov2023-07-061-1/+38
| | * bpf: add percpu stats for bpf_map elements insertions/deletionsAnton Protopopov2023-07-061-0/+30
| |/
| * selftests/bpf: Add benchmark for bpf memory allocatorHou Tao2023-07-055-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
| * bpf: Remove unnecessary ring buffer size checkHou Tao2023-07-051-15/+11
| * Merge branch 'libbpf: add netfilter link attach helper'Andrii Nakryiko2023-06-307-0/+172
| |\
| | * 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
| * bpf, net: Check skb ownership against full socket.Kui-Feng Lee2023-06-301-2/+2
| * selftests/bpf: Add test to exercise typedef walkingStanislav Fomichev2023-06-303-0/+29
| * bpf: Resolve modifiers when walking structsStanislav Fomichev2023-06-301-0/+2
| * selftests/bpf: Fix bpf_nf failure upon test rerunDaniel Borkmann2023-06-301-2/+3
| * bpf, docs: Fix definition of BPF_NEG operationDave Thaler2023-06-291-1/+1
| * bpf: Replace deprecated -target with --target= for ClangFangrui Song2023-06-2918-35/+35
| * lib/test_bpf: Call page_address() on page acquired with GFP_KERNEL flagSumitra Sharma2023-06-291-11/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-13802-5353/+19144
|\ \
| * \ Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-1391-521/+1011
| |\ \
| | * \ Merge branch 'net-sched-fixes-for-sch_qfq'Paolo Abeni2023-07-132-3/+101
| | |\ \
| | | * | selftests: tc-testing: add test for qfq with stab overheadPedro Tammela2023-07-131-0/+38
| | | * | net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela2023-07-131-1/+6
| | | * | selftests: tc-testing: add tests for qfq mtu sanity checkPedro Tammela2023-07-131-0/+48
| | | * | net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela2023-07-131-2/+9
| | |/ /
| | * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-127-28/+93
| | |\ \
| | | * | xdp: use trusted arguments in XDP hints kfuncsLarysa Zaremba2023-07-111-1/+1
| | | * | bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui2023-07-111-16/+24
| | | * | riscv, bpf: Fix inconsistent JIT image generationBjörn Töpel2023-07-112-9/+16