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