linux-block.git
2023-01-25 David Vernetbpf/docs: Document cpumask kfuncs in a new file
2023-01-25 David Vernetselftests/bpf: Add selftest suite for cpumask kfuncs
2023-01-25 David Vernetselftests/bpf: Add nested trust selftests suite
2023-01-25 David Vernetbpf: Enable cpumasks to be queried and used as kptrs
2023-01-25 David Vernetbpf: Disallow NULLable pointers for trusted kfuncs
2023-01-25 David Vernetbpf: Allow trusted args to walk struct when checking...
2023-01-25 David Vernetbpf: Enable annotating trusted nested pointers
2023-01-24 Dave Thalerbpf, docs: Fix modulo zero, division by zero, overflow...
2023-01-23 Daniel BorkmannMerge branch 'libbpf-extend-arguments-tracing'
2023-01-23 Andrii Nakryikolibbpf: Clean up now not needed __PT_PARM{1-6}_SYSCALL_...
2023-01-23 Andrii Nakryikoselftests/bpf: Add 6-argument syscall tracing test
2023-01-23 Andrii Nakryikolibbpf: Define loongarch syscall regs spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Define arc syscall regs spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Define riscv syscall regs spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Define sparc syscall regs spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Define powerpc syscall regs spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Define mips syscall regs spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Define arm64 syscall regs spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Define arm syscall regs spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Define s390x syscall regs spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Define i386 syscall regs spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Define x86-64 syscall regs spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Improve syscall tracing support in bpf_tracing.h
2023-01-23 Andrii Nakryikoselftests/bpf: Validate arch-specific argument register...
2023-01-23 Andrii Nakryikolibbpf: Add BPF_UPROBE and BPF_URETPROBE macro aliases
2023-01-23 Andrii Nakryikolibbpf: Complete LoongArch (loongarch) spec in bpf_trac...
2023-01-23 Andrii Nakryikolibbpf: Fix and complete ARC spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Complete riscv arch spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Complete sparc spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Complete powerpc spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Complete mips spec in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Fix arm and arm64 specs in bpf_tracing.h
2023-01-23 Andrii Nakryikolibbpf: Add 6th argument support for x86-64 in bpf_trac...
2023-01-23 Andrii Nakryikolibbpf: Add support for fetching up to 8 arguments...
2023-01-23 David Vernetselftests/bpf: Use __failure macro in task kfunc testsuite
2023-01-23 Martin KaFai LauMerge branch 'xdp: hints via kfuncs'
2023-01-23 Stanislav Fomichevselftests/bpf: Simple program to dump XDP RX metadata
2023-01-23 Toke Høiland... net/mlx5e: Support RX XDP metadata
2023-01-23 Toke Høiland... net/mlx5e: Introduce wrapper for xdp_buff
2023-01-23 Toke Høiland... xsk: Add cb area to struct xdp_buff_xsk
2023-01-23 Stanislav Fomichevnet/mlx4_en: Support RX XDP metadata
2023-01-23 Stanislav Fomichevnet/mlx4_en: Introduce wrapper for xdp_buff
2023-01-23 Stanislav Fomichevselftests/bpf: Verify xdp_metadata xdp->af_xdp path
2023-01-23 Stanislav Fomichevveth: Support RX XDP metadata
2023-01-23 Stanislav Fomichevveth: Introduce veth_xdp_buff wrapper for xdp_buff
2023-01-23 Toke Høiland... bpf: Support consuming XDP HW metadata from fext programs
2023-01-23 Stanislav Fomichevbpf: XDP metadata RX kfuncs
2023-01-23 Stanislav Fomichevselftests/bpf: Update expected test_offload.py messages
2023-01-23 Stanislav Fomichevbpf: Introduce device-bound XDP programs
2023-01-23 Stanislav Fomichevbpf: Reshuffle some parts of bpf/offload.c
2023-01-23 Stanislav Fomichevbpf: Move offload initialization into late_initcall
2023-01-23 Stanislav Fomichevbpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
2023-01-23 Stanislav Fomichevbpf: Document XDP RX metadata
2023-01-21 Alexei StarovoitovMerge branch 'Dynptr fixes'
2023-01-21 Kumar Kartikeya... selftests/bpf: Add dynptr helper tests
2023-01-21 Kumar Kartikeya... selftests/bpf: Add dynptr partial slot overwrite tests
2023-01-21 Kumar Kartikeya... selftests/bpf: Add dynptr var_off tests
2023-01-21 Kumar Kartikeya... selftests/bpf: Add dynptr pruning tests
2023-01-21 Eduard Zingermanselftests/bpf: convenience macro for use with 'asm...
2023-01-21 Kumar Kartikeya... bpf: Avoid recomputing spi in process_dynptr_func
2023-01-21 Kumar Kartikeya... bpf: Combine dynptr_get_spi and is_spi_bounds_valid
2023-01-21 Kumar Kartikeya... bpf: Allow reinitializing unreferenced dynptr stack...
2023-01-21 Kumar Kartikeya... bpf: Invalidate slices on destruction of dynptrs on...
2023-01-21 Kumar Kartikeya... bpf: Fix partial dynptr stack slot reads/writes
2023-01-21 Kumar Kartikeya... bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
2023-01-21 Kumar Kartikeya... bpf: Fix state pruning for STACK_DYNPTR stack slots
2023-01-20 Alexei StarovoitovMerge branch 'kallsyms: Optimize the search for module...
2023-01-20 Jiri Olsabpf: Change modules resolving for kprobe multi link
2023-01-20 Jiri Olsaselftests/bpf: Add serial_test_kprobe_multi_bench_attac...
2023-01-20 Zhen Leilivepatch: Improve the search performance of module_kal...
2023-01-18 Tiezhu Yangselftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m
2023-01-18 Jiri Olsabpf/selftests: Add verifier tests for loading sleepable...
2023-01-18 Jiri Olsabpf: Do not allow to load sleepable BPF_TRACE_RAW_TP...
2023-01-17 Martin Rodriguez... btf, scripts: Exclude Rust CUs with pahole
2023-01-15 Alexei StarovoitovMerge branch 'samples/bpf: modernize BPF functionality...
2023-01-15 Daniel T. Leesamples/bpf: change _kern suffix to .bpf with BPF test...
2023-01-15 Daniel T. Leesamples/bpf: use vmlinux.h instead of implicit headers...
2023-01-15 Daniel T. Leesamples/bpf: replace BPF programs header with net_shared.h
2023-01-15 Daniel T. Leesamples/bpf: split common macros to net_shared.h
2023-01-15 Daniel T. Leesamples/bpf: replace legacy map with the BTF-defined map
2023-01-15 Daniel T. Leesamples/bpf: replace broken overhead microbenchmark...
2023-01-15 Daniel T. Leesamples/bpf: fix broken cgroup socket testing
2023-01-15 Daniel T. Leesamples/bpf: fix broken lightweight tunnel testing
2023-01-15 Daniel T. Leesamples/bpf: refactor BPF functionality testing scripts
2023-01-15 Daniel T. Leesamples/bpf: ensure ipv6 is enabled before running...
2023-01-15 Martin KaFai LauMerge branch 'bpf: Add ipip6 and ip6ip decap support...
2023-01-15 Ziyang Xuanselftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnel
2023-01-15 Ziyang Xuanbpf: Add ipip6 and ip6ip decap support for bpf_skb_adju...
2023-01-13 Roberto Valenzuelaselftests/bpf: Fix missing space error
2023-01-13 Menglong Donglibbpf: Replace '.' with '_' in legacy kprobe event...
2023-01-13 Holger Hoffstättebpftool: Always disable stack protection for BPF objects
2023-01-12 Alexei StarovoitovMerge branch 'selftests/xsk: speed-ups, fixes, and...
2023-01-12 Magnus Karlssonselftests/xsk: automatically switch XDP programs
2023-01-12 Magnus Karlssonselftests/xsk: automatically restore packet stream
2023-01-12 Magnus Karlssonselftests/xsk: merge dual and single thread dispatchers
2023-01-12 Magnus Karlssonselftests/xsk: add test when some packets are XDP_DROPed
2023-01-12 Magnus Karlssonselftests/xsk: get rid of built-in XDP program
2023-01-12 Magnus Karlssonselftests/xsk: remove unnecessary code in control path
2023-01-12 Magnus Karlssonselftests/xsk: load and attach XDP program only once...
2023-01-12 Magnus Karlssonselftests/xsk: remove namespaces
next