summaryrefslogtreecommitdiff
path: root/net/bpf
AgeCommit message (Expand)Author
2026-05-23bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skbSun Jian
2026-05-23bpf: test_run: Fix the null pointer dereference issue in bpf_lwt_xmit_push_encapFeng Yang
2026-05-23bpf: Add CHECKSUM_COMPLETE to bpf test progsVadim Fedorenko
2026-01-30bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann
2026-01-17bpf: test_run: Fix ctx leak in bpf_prog_test_run_xdp error pathShardul Bankar
2026-01-17bpf: Fix reference count leak in bpf_prog_test_run_xdp()Tetsuo Handa
2026-01-17bpf, test_run: Subtract size of xdp_frame from allowed metadata sizeToke Høiland-Jørgensen
2026-01-17bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUNAmery Hung
2026-01-17bpf: Make variables in bpf_prog_test_run_xdp less confusingAmery Hung
2026-01-17bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song
2025-02-27bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()Shigeru Yoshida
2024-11-08bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycledToke Høiland-Jørgensen
2024-06-21bpf: Set run context for rawtp test_run callbackJiri Olsa
2024-02-05bpf: Fix a few selftest failures due to llvm18 changeYonghong Song
2023-08-30bpf: Prevent inlining of bpf_fentry_test7()Yonghong Song
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski
2023-07-13selftests/bpf: add testcase for TRACING with 6+ argumentsMenglong Dong
2023-06-30selftests/bpf: Add test to exercise typedef walkingStanislav Fomichev
2023-05-16bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2023-04-21bpf: add test_run support for netfilter program typeFlorian Westphal
2023-04-16bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-11selftests/bpf: Add test to access u32 ptr argument in tracing programFeng Zhou
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov
2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet
2023-03-25bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet
2023-03-16bpf, test_run: fix crashes due to XDP frame overwriting/corruptionAlexander Lobakin
2023-03-15bpf/selftests: Test fentry attachment to shadowed functionsViktor Malik
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-06bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin
2023-03-03bpf: Introduce kptr_rcu.Alexei Starovoitov
2023-02-17Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"Martin KaFai Lau
2023-02-17bpf: Disable bh in bpf_test_run for xdp and tc progMartin KaFai Lau
2023-02-15bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski
2023-02-02selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet
2023-01-28selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich
2023-01-25bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-12-09skbuff: Introduce slab_build_skb()Kees Cook
2022-12-07Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov
2022-12-07bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires