platform/kernel/linux-starfive.git
2023-03-24 Martin KaFai Laubpf: Check IS_ERR for the bpf_map_get() return value
2023-03-23 Martin KaFai LauMerge branch 'Transit between BPF TCP congestion controls.'
2023-03-23 Kui-Feng Leeselftests/bpf: Test switching TCP Congestion Control...
2023-03-23 Kui-Feng Leelibbpf: Use .struct_ops.link section to indicate a...
2023-03-23 Kui-Feng Leelibbpf: Update a bpf_link with another struct_ops.
2023-03-23 Kui-Feng Leebpf: Update the struct_ops of a bpf_link.
2023-03-23 Kui-Feng Leelibbpf: Create a bpf_link in bpf_map__attach_struct_ops().
2023-03-23 Kui-Feng Leebpf: Create links for BPF struct_ops maps.
2023-03-23 Kui-Feng Leenet: Update an existing TCP congestion control algorithm.
2023-03-23 Kui-Feng Leebpf: Retire the struct_ops map kvalue->refcnt.
2023-03-23 Andrii Nakryikobpf: remember meta->iter info only for initialized...
2023-03-22 Xu Kuohaiselftests/bpf: Check when bounds are not in the 32...
2023-03-22 Daniel Borkmannbpf: Fix __reg_bound_offset 64->32 var_off subreg propa...
2023-03-22 Alexei StarovoitovMerge branch 'error checking where helpers call bpf_map...
2023-03-22 JP Kobrynbpf: return long from bpf_map_ops funcs
2023-03-22 JP Kobrynbpf/selftests: coverage for bpf_map_ops errors
2023-03-22 Andrii NakryikoMerge branch 'bpf: Support ksym detection in light...
2023-03-22 Alexei Starovoitovselftests/bpf: Add light skeleton test for kfunc detection.
2023-03-22 Alexei Starovoitovlibbpf: Support kfunc detection in light skeleton.
2023-03-22 Alexei Starovoitovbpf: Teach the verifier to recognize rdonly_mem as...
2023-03-22 Alexei Starovoitovlibbpf: Rename RELO_EXTERN_VAR/FUNC.
2023-03-22 Tushar Vyavahareselftests/xsk: add xdp populate metadata test
2023-03-21 Martin KaFai LauMerge branch 'net: skbuff: skb bitfield compaction...
2023-03-21 Jakub Kicinskinet: skbuff: move the fields BPF cares about directly...
2023-03-21 Jakub Kicinskinet: skbuff: reorder bytes 2 and 3 of the bitfield
2023-03-21 Jakub Kicinskinet: skbuff: rename __pkt_vlan_present_offset to __mono...
2023-03-20 Liu Panlibbpf: Explicitly call write to append content to...
2023-03-20 Alexei Starovoitovselftest/bpf: Add a test case for ld_imm64 copy logic.
2023-03-20 Alexei Starovoitovlibbpf: Fix ld_imm64 copy logic for ksym in light skeleton.
2023-03-18 Sreevani Sreejithbpf, docs: Libbpf overview documentation
2023-03-17 Manu Bretelleselftests/bpf: Add --json-summary option to test_progs
2023-03-17 Andrii NakryikoMerge branch 'bpf: Add detection of kfuncs.'
2023-03-17 Alexei Starovoitovselftests/bpf: Add test for bpf_ksym_exists().
2023-03-17 Alexei Starovoitovlibbpf: Introduce bpf_ksym_exists() macro.
2023-03-17 Alexei Starovoitovlibbpf: Fix relocation of kfunc ksym in ld_imm64 insn.
2023-03-17 Alexei Starovoitovbpf: Allow ld_imm64 instruction to point to kfunc.
2023-03-17 Bagas Sanjayabpf, docs: Use internal linking for link to netdev...
2023-03-17 Viktor Malikkallsyms, bpf: Move find_kallsyms_symbol_value out...
2023-03-17 Alexei StarovoitovMerge branch 'double-fix bpf_test_run + XDP_PASS recycling'
2023-03-17 Alexander Lobakinselftests/bpf: fix "metadata marker" getting overwritte...
2023-03-17 Alexander Lobakinbpf, test_run: fix crashes due to XDP frame overwriting...
2023-03-16 Luis Gerhorstbpf: Remove misleading spec_v1 check on var-offset...
2023-03-16 Alexei StarovoitovMerge branch 'Make struct bpf_cpumask RCU safe'
2023-03-16 David Vernetbpf,docs: Remove bpf_cpumask_kptr_get() from documentation
2023-03-16 David Vernetbpf: Remove bpf_cpumask_kptr_get() kfunc
2023-03-16 David Vernetbpf/selftests: Test using global cpumask kptr with RCU
2023-03-16 David Vernetbpf: Mark struct bpf_cpumask as rcu protected
2023-03-16 David Vernetbpf: Free struct bpf_cpumask in call_rcu handler
2023-03-16 Daniel Müllerlibbpf: Ignore warnings about "inefficient alignment"
2023-03-16 Martin KaFai Lauselftests/bpf: Fix a fd leak in an error path in networ...
2023-03-16 Martin KaFai Lauselftests/bpf: Use ASSERT_EQ instead ASSERT_OK for...
2023-03-16 Alexei StarovoitovMerge branch 'Fix attaching fentry/fexit/fmod_ret/lsm...
2023-03-16 Viktor Malikbpf/selftests: Test fentry attachment to shadowed functions
2023-03-16 Viktor Malikbpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
2023-03-14 Tejun Heocgroup: Make current_cgns_cgroup_dfl() safe to call...
2023-03-14 Alexei Starovoitovselftests/bpf: Fix trace_virtqueue_add_sgs test issue...
2023-03-14 Alexei StarovoitovMerge branch 'xdp: recycle Page Pool backed skbs built...
2023-03-14 Alexander Lobakinxdp: remove unused {__,}xdp_release_frame()
2023-03-14 Alexander Lobakinxdp: recycle Page Pool backed skbs built from XDP frames
2023-03-14 Alexander Lobakinnet: page_pool, skbuff: make skb_mark_for_recycle(...
2023-03-14 Alexander Lobakinselftests/bpf: robustify test_xdp_do_redirect with...
2023-03-14 Martin KaFai LauMerge branch 'bpf: Allow helpers access ptr_to_btf_id.'
2023-03-14 Alexei Starovoitovselftests/bpf: Add various tests to check helper access...
2023-03-14 Alexei Starovoitovbpf: Allow helpers access trusted PTR_TO_BTF_ID.
2023-03-14 Alexei Starovoitovbpf: Fix bpf_strncmp proto.
2023-03-14 Dave Thalerbpf, docs: Add signed comparison example
2023-03-14 Ross Zwislerselftests/bpf: use canonical ftrace path
2023-03-14 Ross Zwislerbpf: use canonical ftrace path
2023-03-13 Dave Marchevskybpf: Disable migration when freeing stashed local kptr...
2023-03-13 David Vernettasks: Extract rcu_users out of union
2023-03-13 Andrii Nakryikobpf: fix precision propagation verbose logging
2023-03-11 Alexei StarovoitovMerge branch 'Support stashing local kptrs with bpf_kpt...
2023-03-11 Dave Marchevskyselftests/bpf: Add local kptr stashing test
2023-03-11 Dave Marchevskybpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
2023-03-11 Dave Marchevskybpf: Support __kptr to local kptrs
2023-03-10 Dave Thalerbpf, docs: Explain helper functions
2023-03-10 Dave Marchevskybpf: Change btf_record_find enum parameter to field_mask
2023-03-10 Dave Marchevskybpf: btf: Remove unused btf_field_info_type enum
2023-03-10 Dave Marchevskybpf: verifier: Rename kernel_type_name helper to btf_ty...
2023-03-10 Martin KaFai Lauselftests/bpf: Add local-storage-create benchmark
2023-03-10 Martin KaFai Lauselftests/bpf: Check freeing sk->sk_local_storage with...
2023-03-10 Martin KaFai Lauselftests/bpf: Replace CHECK with ASSERT in test_local_...
2023-03-10 Martin KaFai Laubpf: Add bpf_local_storage_free()
2023-03-10 Martin KaFai Laubpf: Add bpf_local_storage_rcu callback
2023-03-10 Martin KaFai Laubpf: Add bpf_selem_free()
2023-03-10 Martin KaFai Laubpf: Add bpf_selem_free_rcu callback
2023-03-10 Martin KaFai Laubpf: Remove bpf_selem_free_fields*_rcu
2023-03-10 Martin KaFai Laubpf: Repurpose use_trace_rcu to reuse_now in bpf_local_...
2023-03-10 Martin KaFai Laubpf: Remember smap in bpf_local_storage
2023-03-10 Martin KaFai Laubpf: Remove the preceding __ from __bpf_selem_unlink_st...
2023-03-10 Martin KaFai Laubpf: Remove __bpf_local_storage_map_alloc
2023-03-10 Martin KaFai Laubpf: Refactor codes into bpf_local_storage_destroy
2023-03-10 Martin KaFai Laubpf: Move a few bpf_local_storage functions to static...
2023-03-10 David Vernetbpf/selftests: Fix send_signal tracepoint tests
2023-03-10 Andrii Nakryikobpf: take into account liveness when propagating precision
2023-03-10 Andrii Nakryikobpf: ensure state checkpointing at iter_next() call...
2023-03-10 Alexei StarovoitovMerge branch 'selftests/bpf: make BPF_CFLAGS stricter...
2023-03-10 Andrii Nakryikoselftests/bpf: make BPF compiler flags stricter
2023-03-10 Andrii Nakryikoselftests/bpf: fix lots of silly mistakes pointed out...
2023-03-10 Andrii Nakryikoselftests/bpf: add __sink() macro to fake variable...
next