summaryrefslogtreecommitdiffstats
path: root/net/bpf
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-01-24bpf: add fsession supportMenglong Dong-0/+1
2026-01-12bpf: Fix reference count leak in bpf_prog_test_run_xdp()Tetsuo Handa-3/+4
2026-01-06bpf, test_run: Subtract size of xdp_frame from allowed metadata sizeToke Høiland-Jørgensen-5/+13
2025-10-20bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann-0/+5
2025-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2Alexei Starovoitov-18/+7
2025-10-17bpf: Do not disable preemption in bpf_test_run().Sahil Chandna-17/+6
2025-10-14bpf: test_run: Fix ctx leak in bpf_prog_test_run_xdp error pathShardul Bankar-1/+1
2025-10-10bpf: Craft non-linear skbs in BPF_PROG_TEST_RUNPaul Chaignon-21/+82
2025-10-10bpf: Reorder bpf_prog_test_run_skb initializationPaul Chaignon-13/+13
2025-10-10bpf: Refactor cleanup of bpf_prog_test_run_skbPaul Chaignon-12/+14
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau-14/+23
2025-09-23bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUNAmery Hung-3/+12
2025-09-23bpf: Make variables in bpf_prog_test_run_xdp less confusingAmery Hung-13/+13
2025-08-07bpf: Standardize function declaration styleLi Jun-11/+11
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen-1/+2
2025-06-12bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song-1/+1
2025-04-23selftests/bpf: Add test to access const void pointer argument in tracing programKaFai Wan-1/+7
2025-01-29bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()Shigeru Yoshida-4/+1
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-0/+1
2024-12-12xdp: get rid of xdp_frame::mem.idAlexander Lobakin-2/+2
2024-12-02bpf: fix cgroup_skb prog test run direct packet accessMahe Tardy-0/+1
2024-10-31bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycledToke Høiland-Jørgensen-0/+1
2024-09-05bpf: use type_may_be_null() helper for nullable-param checkShung-Hsi Yu-1/+1
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-1/+27
2024-07-02page_pool: convert to use netmemMina Almasry-2/+3
2024-06-24net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior-1/+10
2024-06-13bpf: Add CHECKSUM_COMPLETE to bpf test progsVadim Fedorenko-1/+27
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-2/+2
2024-06-05bpf: Set run context for rawtp test_run callbackJiri Olsa-0/+6
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee-2/+2
2024-04-25bpf: check bpf_dummy_struct_ops program params for test runsEduard Zingerman-1/+50
2024-04-25bpf: mark bpf_dummy_struct_ops.test_1 parameter as nullableEduard Zingerman-2/+2
2024-03-28bpf: add bpf_modify_return_test_tp() kfunc triggering tracepointAndrii Nakryiko-0/+8
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy-1/+3
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-9/+5
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko-1/+1
2024-03-07net: move skbuff_cache(s) to net_hotdataEric Dumazet-1/+3
2024-03-04bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee-8/+4
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu-4/+4
2024-01-23bpf, net: switch to dynamic registrationKui-Feng Lee-2/+9
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee-1/+10
2023-12-15bpf: Fix dtor CFIPeter Zijlstra-2/+13
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra-1/+30
2023-12-06bpf: Add helpers for trampoline image managementSong Liu-4/+3
2023-11-27bpf: Fix a few selftest failures due to llvm18 changeYonghong Song-1/+1
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky-4/+3
2023-08-30bpf: Prevent inlining of bpf_fentry_test7()Yonghong Song-0/+1
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin-1/+1