summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-11311-30321/+21445
|\
| * net/sched: Remove ipt action testsJamal Hadi Salim2024-01-071-243/+0
| * selftests: forwarding: Avoid failures to source net/lib.shBenjamin Poirier2024-01-051-1/+26
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-0548-470/+1299
| |\
| | * selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attachDmitrii Dolgov2024-01-042-0/+53
| | * selftests/bpf: Add test for recursive attachment of tracing progsDmitrii Dolgov2024-01-043-0/+137
| | * selftests/bpf: Test gotol with large offsetsIlya Leoshkevich2024-01-041-0/+19
| | * selftests/bpf: Double the size of test_loader logIlya Leoshkevich2024-01-041-1/+1
| | * bpfilter: remove bpfilterQuentin Deslandes2024-01-045-8/+0
| | * selftests/bpf: add __arg_ctx BTF rewrite testAndrii Nakryiko2024-01-031-0/+106
| | * selftests/bpf: add arg:ctx cases to test_global_funcs testsAndrii Nakryiko2024-01-031-0/+49
| | * libbpf: implement __arg_ctx fallback logicAndrii Nakryiko2024-01-031-4/+252
| | * libbpf: move BTF loading step after relocation stepAndrii Nakryiko2024-01-031-1/+1
| | * libbpf: move exception callbacks assignment logic into relocation stepAndrii Nakryiko2024-01-031-80/+85
| | * libbpf: use stable map placeholder FDsAndrii Nakryiko2024-01-032-38/+77
| | * libbpf: don't rely on map->fd as an indicator of map being createdAndrii Nakryiko2024-01-031-15/+27
| | * libbpf: use explicit map reuse flag to skip map creation stepsAndrii Nakryiko2024-01-031-1/+1
| | * libbpf: make uniform use of btf__fd() accessor inside libbpfAndrii Nakryiko2024-01-031-1/+1
| | * selftests/bpf: Add a selftest with > 512-byte percpu allocation sizeYonghong Song2024-01-031-0/+18
| | * selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_maYonghong Song2024-01-032-40/+46
| | * bpf: sockmap, add tests for proto updates replace socketJohn Fastabend2024-01-031-0/+69
| | * bpf: sockmap, add tests for proto updates single socket to many mapJohn Fastabend2024-01-031-0/+74
| | * bpf: sockmap, add tests for proto updates many to single mapJohn Fastabend2024-01-031-1/+70
| | * selftests/bpf: Convert profiler.c to bpf_cmp.Alexei Starovoitov2024-01-031-46/+18
| | * bpf: Add bpf_nop_mov() asm macro.Alexei Starovoitov2024-01-031-0/+5
| | * selftests/bpf: Remove bpf_assert_eq-like macros.Alexei Starovoitov2024-01-031-150/+0
| | * selftests/bpf: Convert exceptions_assert.c to bpf_cmpAlexei Starovoitov2024-01-031-40/+40
| | * bpf: Introduce "volatile compare" macrosAlexei Starovoitov2024-01-033-12/+80
| | * selftests/bpf: Attempt to build BPF programs with -Wsign-compareAlexei Starovoitov2024-01-0325-29/+30
| | * bpf: Add a possibly-zero-sized read testAndrei Matei2024-01-031-1/+38
| | * bpf: Simplify checking size of helper accessesAndrei Matei2024-01-032-5/+5
| * | selftests/net: fix GRO coalesce test and add ext header coalesce testsRichard Gobert2024-01-051-6/+87
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-047-23/+35
| |\ \
| * | | selftests/net: change shebang to bash to support "source"Yujie Liu2024-01-032-4/+4
| | |/ | |/|
| * | net/sched: Remove uapi support for CBQ qdiscJamal Hadi Salim2024-01-021-80/+0
| * | net/sched: Remove uapi support for ATM qdiscJamal Hadi Salim2024-01-021-15/+0
| * | net/sched: Remove uapi support for dsmark qdiscJamal Hadi Salim2024-01-021-14/+0
| * | net/sched: Remove uapi support for tcindex classifierJamal Hadi Salim2024-01-021-16/+0
| * | net/sched: Remove uapi support for rsvp classifierJamal Hadi Salim2024-01-021-31/+0
| * | selftests: mptcp: diag: check CURRESTAB countersGeliang Tang2024-01-021-1/+16
| * | selftests: mptcp: join: check CURRESTAB countersGeliang Tang2024-01-021-5/+41
| * | selftest/tcp-ao: Work on namespace-ified sysctl_optmem_maxDmitry Safonov2024-01-021-8/+27
| * | selftest/tcp-ao: Set routes in a proper VRF table idDmitry Safonov2024-01-023-10/+9
| * | net/sched: Retire ipt actionJamal Hadi Salim2024-01-022-2/+0
| * | Merge tag 'nf-next-23-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2024-01-013-1/+434
| |\ \
| | * | netfilter: ctnetlink: support filtering by zoneFelix Huettner2023-12-223-1/+434
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...David S. Miller2024-01-0116-73/+306
| |\ \ \
| | * | | libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang2023-12-211-0/+2
| | * | | libbpf: Skip DWARF sections in linker sanity checkAlyssa Ross2023-12-211-0/+3
| | * | | selftests/bpf: Remove tests for zeroed-array kptrHou Tao2023-12-201-51/+49