]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
12 days ago  David Windsorbpf: Reject sleepable BPF_LSM_CGROUP programs at load...
13 days ago  Alexei StarovoitovMerge branch 'bpf-verifier-fix-ptr_to_flow_keys-constan...
13 days ago  Nuoqi Guiselftests/bpf: add tests for PTR_TO_FLOW_KEYS offset...
13 days ago  Nuoqi Guibpf: Fold reg->var_off into PTR_TO_FLOW_KEYS bounds...
13 days ago  Daniel Borkmannselftests/bpf: Inspect the signature verdict exposed...
13 days ago  KP Singhbpf: Expose signature verdict via bpf_prog_aux
13 days ago  Alexei StarovoitovMerge branch 'selftests-bpf-libarena-add-initial-data...
13 days ago  Emil Tsalapatisselftests/bpf: libarena: parallel test harness and...
13 days ago  Emil Tsalapatisselftests/bpf: libarena: Add spmc queue data structure
13 days ago  Emil Tsalapatisselftests/bpf: libarena: Add rbtree data structure
2026-06-05  Sean Youngselftests/bpf: Fix test_lirc test
2026-06-05  Alexei StarovoitovMerge branch 'add-validation-for-bpf_set_retval-helper'
2026-06-05  Xu Kuohaiselftests/bpf: Add tests for bpf_set_retval validation
2026-06-05  Xu Kuohaibpf: Add validation for bpf_set_retval argument
2026-06-05  Xu Kuohaiselftests/bpf: Restrict bpf_set_retval argument in...
2026-06-05  Alexei StarovoitovMerge branch 'bpf-fix-sysctl-new-value-handling-in...
2026-06-05  Dawei Fengbpf: Restore sysctl new-value from 1 to 0
2026-06-05  Dawei Fengbpf: use kvfree() for replaced sysctl write buffer
2026-06-05  Dawei Fengbpf: NUL-terminate replaced sysctl value
2026-06-05  Alexei StarovoitovMerge branch 'bpf-update-transport_header-when-encapsul...
2026-06-05  Leon Hwangselftests/bpf: Add tests to verify the fix of encapsula...
2026-06-05  Leon Hwangbpf: Update transport_header when encapsulating UDP...
2026-06-05  Alexei StarovoitovMerge branch 'risc-v-jit-support-for-bpf_get_current_ta...
2026-06-05  Varun R Mallyabpf, riscv: inline bpf_get_current_task() and bpf_get_c...
2026-06-05  Varun R Mallyaselftests/bpf: use host CPU features in JIT disassembler
2026-06-05  Alexei StarovoitovMerge branch 'bpf-check-tail-zero-of-bpf_map_info-and...
2026-06-05  Leon Hwangselftests/bpf: Add tests to verify checking padding...
2026-06-05  Leon Hwangbpf: Check tail zero of bpf_prog_info
2026-06-05  Leon Hwangbpf: Check tail zero of bpf_map_info
2026-06-05  Alexei StarovoitovMerge branch 'selftests-bpf-tolerate-partial-builds...
2026-06-05  Ricardo B.... selftests/bpf: Tolerate missing files during install
2026-06-05  Ricardo B.... selftests/bpf: Provide weak definitions for cross-test...
2026-06-05  Ricardo B.... selftests/bpf: Tolerate benchmark build failures
2026-06-05  Ricardo B.... selftests/bpf: Allow test_progs to link with a partial...
2026-06-05  Ricardo B.... selftests/bpf: Skip tests whose objects were not built
2026-06-05  Ricardo B.... selftests/bpf: Tolerate test file compilation failures
2026-06-05  Ricardo B.... selftests/bpf: Make skeleton headers order-only prerequ...
2026-06-05  Ricardo B.... selftests/bpf: Avoid rebuilds when running emit_tests
2026-06-05  Ricardo B.... selftests/bpf: Tolerate BPF and skeleton generation...
2026-06-05  Ricardo B.... selftests/bpf: Fix test_kmods KDIR to honor O= and...
2026-06-05  Ricardo B.... selftests/bpf: Add BPF_STRICT_BUILD toggle
2026-06-05  Kaitao Chengbpf: Clear rb node linkage when freeing bpf_rb_root
2026-06-05  Alexei StarovoitovMerge branch 'object-relationship-tracking-refactor...
2026-06-05  Amery Hungselftests/bpf: Use bpf_dynptr_slice() to read file...
2026-06-05  Amery Hungbpf: Remove WARN_ON_ONCE in check_ids()
2026-06-05  Amery Hungbpf: Compare parent_id in refsafe() for REF_TYPE_PTR
2026-06-05  Amery Hungbpf: Check acquire_reference() error for "__ref" struct...
2026-06-05  Amery Hungbpf: Fix dead error check on acquire_reference() in...
2026-06-05  Ian Rogersbpftool: Restrict feature tests during bootstrap compil...
2026-06-05  Mykyta Yatsenkoselftests/bpf: Fix flaky file_reader test
2026-06-05  Tejun Heobpf: Replace scratch PTE atomically when allocating...
2026-06-05  Zhao Zhangbpf: Reject fragmented frames in devmap
2026-06-05  Song Chenbpf: Reject registration of duplicated kfunc
2026-06-05  Emil TsalapatisMAINTAINERS: BPF: Add self as reviewer and run parse_ma...
2026-06-05  Alexei StarovoitovMerge branch 'bpf-introduce-resizable-hash-map'
2026-06-05  Mykyta Yatsenkoselftests/bpf: Add resizable hashmap to benchmarks
2026-06-05  Mykyta Yatsenkobpftool: Add rhash map documentation
2026-06-05  Mykyta Yatsenkoselftests/bpf: Add BPF iterator tests for resizable...
2026-06-05  Mykyta Yatsenkoselftests/bpf: Add basic tests for resizable hash map
2026-06-05  Mykyta Yatsenkolibbpf: Support resizable hashtable
2026-06-05  Mykyta Yatsenkobpf: Optimize word-sized keys for resizable hashtable
2026-06-05  Mykyta Yatsenkobpf: Allow special fields in resizable hashtab
2026-06-05  Mykyta Yatsenkobpf: Implement iteration ops for resizable hashtab
2026-06-05  Mykyta Yatsenkobpf: Implement resizable hashmap basic functions
2026-06-05  Herbert Xurhashtable: Use irq work for shrinking
2026-06-05  Mykyta Yatsenkorhashtable: Add selftest for rhashtable_next_key()
2026-06-05  Mykyta Yatsenkorhashtable: Add rhashtable_next_key() API
2026-06-04  Alexis Lothoré... selftests/bpf: ignore call depth accounting for retblee...
2026-06-04  Alexei Starovoitovbpf: Take mmap_lock in zap_pages()
2026-06-04  Matt Bobrowskibpf: clean up btf_scan_decl_tags()
2026-06-04  Daniel Borkmannselftests/bpf: Test signed loader error paths
2026-06-04  Daniel Borkmannselftests/bpf: Cover exclusive map create-time validation
2026-06-03  Woojin Jibpftool: Use libbpf error code for flow dissector query
2026-06-02  Amery Hungbpf: Silence unused-but-set-variable warning in bpf_for...
2026-06-02  Alexei StarovoitovMerge branch 'more-gen_loader-fixes-2'
2026-06-02  Daniel Borkmannselftests/bpf: Test that exclusive maps are rejected...
2026-06-02  Daniel Borkmannselftests/bpf: Keep verifier_map_ptr exercising ops...
2026-06-02  Daniel Borkmannlibbpf: Guard add_data() against size overflow
2026-06-02  Daniel Borkmannbpf: Reject exclusive maps for bpf_map_elem iterators
2026-06-02  Deepanshu Kartikeybpf: fix UAF by restoring RCU-delayed inode freeing...
2026-06-02  Alexei StarovoitovMerge branch 'minimize-annotations-for-arena-programs'
2026-06-02  Emil Tsalapatisselftests/bpf: Add tests for the new type-tag based...
2026-06-02  Emil Tsalapatisselftests/bpf: libarena: Directly return arena pointers...
2026-06-02  Emil Tsalapatisselftests/bpf: Remove __arg_arena from the codebase
2026-06-02  Emil Tsalapatisbpf: Allow subprogs to return arena pointers
2026-06-02  Emil Tsalapatisverifier: parse BTF type tags for function arguments
2026-06-02  Emil Tsalapatisselftests/bpf: libarena: Add "arena" BTF type tag to...
2026-06-02  Alexei StarovoitovMerge branch 'more-gen_loader-fixes'
2026-06-02  Daniel Borkmannselftests/bpf: Test that exclusive maps are rejected...
2026-06-02  KP Singhselftests/bpf: Adjust verifier_map_ptr for the map...
2026-06-02  Daniel Borkmannlibbpf: Skip max_entries override on signed loaders
2026-06-02  Daniel Borkmannlibbpf: Skip initial_value override on signed loaders
2026-06-02  KP Singhlibbpf: Reject non-exclusive metadata maps in the signe...
2026-06-02  Daniel Borkmannbpf: Drop redundant hash_buf from map_get_hash operation
2026-06-02  Daniel Borkmannbpf: Reject exclusive maps as inner maps in map-in-map
2026-06-02  Alexei StarovoitovMerge branch 'refactor-verifier-object-relationship...
2026-06-02  Amery Hungselftests/bpf: Test using dynptr after freeing the...
2026-06-02  Amery Hungselftests/bpf: Test using file dynptr after the referen...
2026-06-02  Amery Hungselftests/bpf: Test using slice after invalidating...
2026-06-02  Amery Hungselftests/bpf: Test creating dynptr from dynptr data...
next