summaryrefslogtreecommitdiff
path: root/net/bpf
AgeCommit message (Expand)AuthorFilesLines
2024-04-25bpf: check bpf_dummy_struct_ops program params for test runsEduard Zingerman1-1/+50
2024-04-25bpf: mark bpf_dummy_struct_ops.test_1 parameter as nullableEduard Zingerman1-2/+2
2024-03-29bpf: add bpf_modify_return_test_tp() kfunc triggering tracepointAndrii Nakryiko1-0/+8
2024-03-19bpf: Check return from set_memory_rox()Christophe Leroy1-1/+3
2024-03-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-9/+5
2024-03-12bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko1-1/+1
2024-03-08net: move skbuff_cache(s) to net_hotdataEric Dumazet1-1/+3
2024-03-05bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee1-8/+4
2024-02-01bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-4/+4
2024-01-24bpf, net: switch to dynamic registrationKui-Feng Lee1-2/+9
2024-01-24bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee1-1/+10
2023-12-16bpf: Fix dtor CFIPeter Zijlstra1-2/+13
2023-12-16x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra1-1/+30
2023-12-07bpf: Add helpers for trampoline image managementSong Liu1-4/+3
2023-11-27bpf: Fix a few selftest failures due to llvm18 changeYonghong Song1-1/+1
2023-11-02bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky1-4/+3
2023-08-30bpf: Prevent inlining of bpf_fentry_test7()Yonghong Song1-0/+1
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski1-0/+1
2023-07-14selftests/bpf: add testcase for TRACING with 6+ argumentsMenglong Dong1-1/+13
2023-06-30selftests/bpf: Add test to exercise typedef walkingStanislav Fomichev1-0/+4
2023-05-17bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa1-201/+0
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-2/+1
2023-04-21bpf: add test_run support for netfilter program typeFlorian Westphal1-0/+158
2023-04-16bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet1-12/+0
2023-04-14Daniel Borkmann says:Jakub Kicinski2-13/+35
2023-04-11selftests/bpf: Add test to access u32 ptr argument in tracing programFeng Zhou1-1/+7
2023-04-05bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov1-7/+5
2023-04-05bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov1-1/+1
2023-03-26bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet1-0/+6
2023-03-26bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet1-3/+0
2023-03-17bpf, test_run: fix crashes due to XDP frame overwriting/corruptionAlexander Lobakin1-1/+11
2023-03-16bpf/selftests: Test fentry attachment to shadowed functionsViktor Malik1-0/+5
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+13
2023-03-06bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin1-6/+13
2023-03-03bpf: Introduce kptr_rcu.Alexei Starovoitov1-1/+2
2023-02-17Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"Martin KaFai Lau1-23/+6
2023-02-17bpf: Disable bh in bpf_test_run for xdp and tc progMartin KaFai Lau1-0/+2
2023-02-16bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin1-6/+23
2023-02-11Daniel Borkmann says:Jakub Kicinski1-26/+44
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski1-1/+1
2023-02-02selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet1-0/+6
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet1-26/+29
2023-01-28selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich1-0/+9
2023-01-25bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet1-0/+18
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev1-0/+3
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra1-2/+1
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+11
2022-12-10skbuff: Introduce slab_build_skb()Kees Cook1-1/+1