aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-08selftests/bpf: eliminate warning of get_cgroup_id_from_path()Jason Xing
2024-04-06Merge branch 'libbpf-api-to-partially-consume-items-from-ringbuffer'Andrii Nakryiko
2024-04-06libbpf: Add ring__consume_n / ring_buffer__consume_nAndrea Righi
2024-04-06libbpf: ringbuf: Allow to consume up to a certain amount of itemsAndrea Righi
2024-04-06libbpf: Start v1.5 development cycleAndrea Righi
2024-04-05Merge branch 'bpf-allow-invoking-kfuncs-from-bpf_prog_type_syscall-progs'Andrii Nakryiko
2024-04-05selftests/bpf: Verify calling core kfuncs from BPF_PROG_TYPE_SYCALLDavid Vernet
2024-04-05bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progsDavid Vernet
2024-04-05bpf, docs: Editorial nits in instruction-set.rstDave Thaler
2024-04-05selftests/bpf: Make sure libbpf doesn't enforce the signature of a func pointer.Kui-Feng Lee
2024-04-05Merge branch 'bpf-allow-bpf_for_each_map_elem-helper-with-different-input-maps'Alexei Starovoitov
2024-04-05selftests/bpf: add test for bpf_for_each_map_elem() with different mapsPhilo Lu
2024-04-05bpf: allow invoking bpf_for_each_map_elem with different mapsPhilo Lu
2024-04-05bpf: store both map ptr and state in bpf_insn_aux_dataPhilo Lu
2024-04-05bpf: fix perf_snapshot_branch_stack link failureArnd Bergmann
2024-04-04selftests/bpf: add fp-leaking precise subprog result testsAndrii Nakryiko
2024-04-04bpf: prevent r10 register from being marked as preciseAndrii Nakryiko
2024-04-04bpf: Pack struct bpf_fib_lookupAnton Protopopov
2024-04-04bpftool: Mount bpffs on provided dir instead of parent dirSahil Siddiq
2024-04-04Merge branch 'inline-bpf_get_branch_snapshot-bpf-helper'Alexei Starovoitov
2024-04-04bpf: inline bpf_get_branch_snapshot() helperAndrii Nakryiko
2024-04-04bpf: make bpf_get_branch_snapshot() architecture-agnosticAndrii Nakryiko
2024-04-04bpf, riscv: Implement bpf_addr_space_cast instructionPuranjay Mohan
2024-04-04bpf, riscv: Implement PROBE_MEM32 pseudo instructionsPuranjay Mohan
2024-04-04bpf: Optimize emit_mov_imm64().Alexei Starovoitov
2024-04-03bpf: handle CONFIG_SMP=n configuration in x86 BPF JITAndrii Nakryiko
2024-04-03Merge branch 'add-internal-only-bpf-per-cpu-instruction'Alexei Starovoitov
2024-04-03bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH mapAndrii Nakryiko
2024-04-03bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY mapsAndrii Nakryiko
2024-04-03bpf: inline bpf_get_smp_processor_id() helperAndrii Nakryiko
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko
2024-04-03bpf: Replace deprecated strncpy with strscpyJustin Stitt
2024-04-03selftests/xsk: Add new test case for AF_XDP under max ring sizesTushar Vyavahare
2024-04-03selftests/xsk: Test AF_XDP functionality under minimal ring configurationsTushar Vyavahare
2024-04-03selftests/xsk: Introduce set_ring_size function with a retry mechanism for ha...Tushar Vyavahare
2024-04-03selftests/bpf: Implement set_hw_ring_size function to configure interface rin...Tushar Vyavahare
2024-04-03selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma...Tushar Vyavahare
2024-04-03selftests/xsk: Make batch size variableTushar Vyavahare
2024-04-03tools: Add ethtool.h header to tooling infraTushar Vyavahare
2024-04-02Merge branch 'bpf-arm64-add-support-for-bpf-arena'Alexei Starovoitov
2024-04-02bpf: Add arm64 JIT support for bpf_addr_space_cast instruction.Puranjay Mohan
2024-04-02bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions.Puranjay Mohan
2024-04-02selftests/bpf: Add pid limit for mptcpify progGeliang Tang
2024-04-02libbpf: Use local bpf_helpers.h includeTobias Böhm
2024-04-02bpf: Improve program stats run-time calculationJose Fernandez
2024-04-02selftests/bpf: Skip test when perf_event_open returns EOPNOTSUPPPu Lehui
2024-04-02bpftool: Use __typeof__() instead of typeof() in BPF skeletonAndrii Nakryiko
2024-04-02selftests/bpf: Using llvm may_goto inline asm for cond_break macroYonghong Song
2024-04-02bpf: Add a verbose message if map limit is reachedAnton Protopopov
2024-04-02bpf: Fix typo in uapi doc commentsDavid Lechner