summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-18bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko
2023-12-18Merge branch 'bpf-add-check-for-negative-uprobe-multi-offset'Andrii Nakryiko
2023-12-18selftests/bpf: Add more uprobe multi fail testsJiri Olsa
2023-12-18bpf: Fail uprobe multi link with negative offsetJiri Olsa
2023-12-18selftests/bpf: Test the release of map btfHou Tao
2023-12-18s390/bpf: Fix indirect trampoline generationAlexei Starovoitov
2023-12-15selftests/bpf: Temporarily disable dummy_struct_ops test on s390Alexei Starovoitov
2023-12-15Merge branch 'x86-cfi-bpf-fix-cfi-vs-ebpf'Alexei Starovoitov
2023-12-15x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov
2023-12-15bpf: Fix dtor CFIPeter Zijlstra
2023-12-15cfi: Add CFI_NOSEAL()Peter Zijlstra
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix bpf_callback_t CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra
2023-12-15cfi: Flip headersPeter Zijlstra
2023-12-15selftests/bpf: Add test for abnormal cnt during multi-kprobe attachmentHou Tao
2023-12-15selftests/bpf: Don't use libbpf_get_error() in kprobe_multi_testHou Tao
2023-12-15selftests/bpf: Add test for abnormal cnt during multi-uprobe attachmentHou Tao
2023-12-15bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao
2023-12-15bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao
2023-12-14bpf: xdp: Register generic_kfunc_set with XDP programsDaniel Xu
2023-12-14Merge branch 'bpf-fs-mount-options-parsing-follow-ups'Alexei Starovoitov
2023-12-14selftests/bpf: utilize string values for delegate_xxx mount optionsAndrii Nakryiko
2023-12-14bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko
2023-12-14Merge branch 'add-bpf_xdp_get_xfrm_state-kfunc'Alexei Starovoitov
2023-12-14bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()Daniel Xu
2023-12-14bpf: selftests: Move xfrm tunnel test to test_progsDaniel Xu
2023-12-14bpf: selftests: test_tunnel: Use vmlinux.h declarationsDaniel Xu
2023-12-14bpf: selftests: test_tunnel: Setup fresh topology for each subtestDaniel Xu
2023-12-14bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu
2023-12-14selftests/bpf: Remove flaky test_btf_id testYonghong Song
2023-12-14bpf: Fix a race condition between btf_put() and map_free()Yonghong Song
2023-12-14net, xdp: Correct grammarRandy Dunlap
2023-12-14selftests/xsk: Fix for SEND_RECEIVE_UNALIGNED testTushar Vyavahare
2023-12-13Merge branch 'bpf-use-gfp_kernel-in-bpf_event_entry_gen'Alexei Starovoitov
2023-12-13bpf: Use GFP_KERNEL in bpf_event_entry_gen()Hou Tao
2023-12-13bpf: Reduce the scope of rcu_read_lock when updating fd mapHou Tao
2023-12-13bpf: Update the comments in maybe_wait_bpf_programs()Hou Tao
2023-12-13bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks listMatt Bobrowski
2023-12-13Merge branch 'xdp-metadata-via-kfuncs-for-ice-vlan-hint'Alexei Starovoitov
2023-12-13selftests/bpf: Check VLAN tag and proto in xdp_metadataLarysa Zaremba
2023-12-13selftests/bpf: Add AF_INET packet generation to xdp_metadataLarysa Zaremba
2023-12-13selftests/bpf: Add flags and VLAN hint to xdp_hw_metadataLarysa Zaremba
2023-12-13selftests/bpf: Allow VLAN packets in xdp_hw_metadataLarysa Zaremba
2023-12-13mlx5: implement VLAN tag XDP hintLarysa Zaremba
2023-12-13net: make vlan_get_tag() return -ENODATA instead of -EINVALLarysa Zaremba
2023-12-13veth: Implement VLAN tag XDP hintLarysa Zaremba
2023-12-13ice: use VLAN proto from ring packet context in skb pathLarysa Zaremba
2023-12-13ice: Implement VLAN tag hintLarysa Zaremba
2023-12-13xdp: Add VLAN tag hintLarysa Zaremba