summaryrefslogtreecommitdiff
path: root/net/bpf
AgeCommit message (Expand)AuthorFilesLines
2025-10-20bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann1-0/+5
2025-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2Alexei Starovoitov1-18/+7
2025-10-17bpf: Do not disable preemption in bpf_test_run().Sahil Chandna1-17/+6
2025-10-14bpf: test_run: Fix ctx leak in bpf_prog_test_run_xdp error pathShardul Bankar1-1/+1
2025-10-10bpf: Craft non-linear skbs in BPF_PROG_TEST_RUNPaul Chaignon1-21/+82
2025-10-10bpf: Reorder bpf_prog_test_run_skb initializationPaul Chaignon1-13/+13
2025-10-10bpf: Refactor cleanup of bpf_prog_test_run_skbPaul Chaignon1-12/+14
2025-09-24Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau1-14/+23
2025-09-23bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUNAmery Hung1-3/+12
2025-09-23bpf: Make variables in bpf_prog_test_run_xdp less confusingAmery Hung1-13/+13
2025-08-08bpf: Standardize function declaration styleLi Jun1-11/+11
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen1-1/+2
2025-06-13bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song1-1/+1
2025-04-23selftests/bpf: Add test to access const void pointer argument in tracing programKaFai Wan1-1/+7
2025-01-29bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()Shigeru Yoshida1-4/+1
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-0/+1
2024-12-13xdp: get rid of xdp_frame::mem.idAlexander Lobakin1-2/+2
2024-12-02bpf: fix cgroup_skb prog test run direct packet accessMahe Tardy1-0/+1
2024-10-31bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycledToke Høiland-Jørgensen1-0/+1
2024-09-05bpf: use type_may_be_null() helper for nullable-param checkShung-Hsi Yu1-1/+1
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-1/+27
2024-07-03page_pool: convert to use netmemMina Almasry1-2/+3
2024-06-25net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior1-1/+10
2024-06-13bpf: Add CHECKSUM_COMPLETE to bpf test progsVadim Fedorenko1-1/+27
2024-06-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+2
2024-06-05bpf: Set run context for rawtp test_run callbackJiri Olsa1-0/+6
2024-05-31bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee1-2/+2
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