summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2025-05-06bpf: Allow refcounted bpf_rb_node used in bpf_rbtree_{remove,left,right}Martin KaFai Lau
2025-05-06bpf: Add bpf_rbtree_{root,left,right} kfuncMartin KaFai Lau
2025-05-06bpf: Simplify reg0 marking for the rbtree kfuncs that return a bpf_rb_node po...Martin KaFai Lau
2025-05-06bpf: Check KF_bpf_rbtree_add_impl for the "case KF_ARG_PTR_TO_RB_NODE"Martin KaFai Lau
2025-05-05bpf: Replace offsetof() with struct_size()Thorsten Blum
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-01bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into mapsLorenzo Bianconi
2025-05-01bpf: Replace offsetof() with struct_size()Thorsten Blum
2025-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4Alexei Starovoitov
2025-04-25bpf: Add namespace to BPF internal symbolsAlexei Starovoitov
2025-04-25bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener
2025-04-23bpf: Allow access to const void pointer arguments in tracing programsKaFai Wan
2025-04-23bpf: Use proper type to calculate bpf_raw_tp_null_args.mask indexShung-Hsi Yu
2025-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-17bpf: Prepare to reuse get_ctx_arg_idxAmery Hung
2025-04-11bpf: Convert ringbuf map to rqspinlockKumar Kartikeya Dwivedi
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao
2025-04-10bpf: Convert queue_stack map to rqspinlockKumar Kartikeya Dwivedi
2025-04-10bpf: Use architecture provided res_smp_cond_load_acquireKumar Kartikeya Dwivedi
2025-04-09bpf: Don't allocate per-cpu extra_elems for fd htabHou Tao
2025-04-09bpf: Add is_fd_htab() helperHou Tao
2025-04-09bpf: Support atomic update for htab of mapsHou Tao
2025-04-09bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_placeHou Tao
2025-04-09bpf: Factor out htab_elem_value helper()Hou Tao
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-30Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-22bpf: Fix out-of-bounds read in check_atomic_load/store()Kohei Enju
2025-03-20bpf: Add struct_ops context information to struct bpf_prog_auxJuntong Deng
2025-03-19bpf: Maintain FIFO property for rqspinlock unlockKumar Kartikeya Dwivedi
2025-03-19bpf: Implement verifier support for rqspinlockKumar Kartikeya Dwivedi
2025-03-19bpf: Introduce rqspinlock kfuncsKumar Kartikeya Dwivedi
2025-03-19bpf: Convert lpm_trie.c to rqspinlockKumar Kartikeya Dwivedi
2025-03-19bpf: Convert percpu_freelist.c to rqspinlockKumar Kartikeya Dwivedi
2025-03-19bpf: Convert hashtab.c to rqspinlockKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Add entry to Makefile, MAINTAINERSKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Add basic support for CONFIG_PARAVIRTKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Add a test-and-set fallbackKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Add deadlock detection and recoveryKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Protect waiters in trylock fallback from stallsKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Protect waiters in queue from stallsKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Protect pending bit owners from stallsKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Hardcode cond_acquire loops for arm64Kumar Kartikeya Dwivedi
2025-03-19rqspinlock: Add support for timeoutsKumar Kartikeya Dwivedi