summaryrefslogtreecommitdiffstats
path: root/net/bpf
AgeCommit message (Expand)AuthorLines
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
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski-0/+1
2023-07-13selftests/bpf: add testcase for TRACING with 6+ argumentsMenglong Dong-1/+13
2023-06-30selftests/bpf: Add test to exercise typedef walkingStanislav Fomichev-0/+4
2023-05-16bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa-201/+0
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin-2/+1
2023-04-21bpf: add test_run support for netfilter program typeFlorian Westphal-0/+158
2023-04-16bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet-12/+0
2023-04-13Daniel Borkmann says:Jakub Kicinski-13/+35
2023-04-11selftests/bpf: Add test to access u32 ptr argument in tracing programFeng Zhou-1/+7
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov-7/+5
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov-1/+1
2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet-0/+6
2023-03-25bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet-3/+0
2023-03-16bpf, test_run: fix crashes due to XDP frame overwriting/corruptionAlexander Lobakin-1/+11
2023-03-15bpf/selftests: Test fentry attachment to shadowed functionsViktor Malik-0/+5
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+13
2023-03-06bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin-6/+13
2023-03-03bpf: Introduce kptr_rcu.Alexei Starovoitov-1/+2
2023-02-17Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"Martin KaFai Lau-23/+6
2023-02-17bpf: Disable bh in bpf_test_run for xdp and tc progMartin KaFai Lau-0/+2
2023-02-15bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin-6/+23
2023-02-10Daniel Borkmann says:Jakub Kicinski-26/+44
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski-1/+1
2023-02-02selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet-0/+6
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet-26/+29
2023-01-28selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich-0/+9
2023-01-25bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet-0/+18
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev-0/+3
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+1
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra-2/+1
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-3/+11
2022-12-09skbuff: Introduce slab_build_skb()Kees Cook-1/+1
2022-12-07Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov-3/+11
2022-12-07bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires-3/+11
2022-11-28Daniel Borkmann says:Jakub Kicinski-10/+7
2022-11-21bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev-3/+0
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi-7/+7
2022-11-04bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()Baisong Zhong-0/+1
2022-09-07selftests/bpf: Add tests for kfunc returning a memory pointerBenjamin Tissoires-0/+36
2022-09-07selftests/bpf: add test for accessing ctx from syscall program typeBenjamin Tissoires-0/+1
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-0/+5
2022-08-10selftests/bpf: add destructive kfunc testArtem Savkov-0/+5
2022-08-09bpf: Allow calling bpf_prog_test kfuncs in tracing programsKumar Kartikeya Dwivedi-0/+1
2022-07-21bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi-0/+5
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi-48/+22
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao-0/+3