Age | Commit message (Expand) | Author | Files | Lines |
2025-02-27 | bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type() | Shigeru Yoshida | 1 | -4/+1 |
2024-10-31 | bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycled | Toke Høiland-Jørgensen | 1 | -0/+1 |
2024-09-05 | bpf: use type_may_be_null() helper for nullable-param check | Shung-Hsi Yu | 1 | -1/+1 |
2024-07-09 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Paolo Abeni | 1 | -1/+27 |
2024-07-03 | page_pool: convert to use netmem | Mina Almasry | 1 | -2/+3 |
2024-06-25 | net: Reference bpf_redirect_info via task_struct on PREEMPT_RT. | Sebastian Andrzej Siewior | 1 | -1/+10 |
2024-06-13 | bpf: Add CHECKSUM_COMPLETE to bpf test progs | Vadim Fedorenko | 1 | -1/+27 |
2024-06-11 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -2/+2 |
2024-06-05 | bpf: Set run context for rawtp test_run callback | Jiri Olsa | 1 | -0/+6 |
2024-05-31 | bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops. | Kui-Feng Lee | 1 | -2/+2 |
2024-04-25 | bpf: check bpf_dummy_struct_ops program params for test runs | Eduard Zingerman | 1 | -1/+50 |
2024-04-25 | bpf: mark bpf_dummy_struct_ops.test_1 parameter as nullable | Eduard Zingerman | 1 | -2/+2 |
2024-03-29 | bpf: add bpf_modify_return_test_tp() kfunc triggering tracepoint | Andrii Nakryiko | 1 | -0/+8 |
2024-03-19 | bpf: Check return from set_memory_rox() | Christophe Leroy | 1 | -1/+3 |
2024-03-12 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -9/+5 |
2024-03-12 | bpf: move sleepable flag from bpf_prog_aux to bpf_prog | Andrii Nakryiko | 1 | -1/+1 |
2024-03-08 | net: move skbuff_cache(s) to net_hotdata | Eric Dumazet | 1 | -1/+3 |
2024-03-05 | bpf: struct_ops supports more than one page for trampolines. | Kui-Feng Lee | 1 | -8/+4 |
2024-02-01 | bpf: treewide: Annotate BPF kfuncs in BTF | Daniel Xu | 1 | -4/+4 |
2024-01-24 | bpf, net: switch to dynamic registration | Kui-Feng Lee | 1 | -2/+9 |
2024-01-24 | bpf, net: introduce bpf_struct_ops_desc. | Kui-Feng Lee | 1 | -1/+10 |
2023-12-16 | bpf: Fix dtor CFI | Peter Zijlstra | 1 | -2/+13 |
2023-12-16 | x86/cfi,bpf: Fix bpf_struct_ops CFI | Peter Zijlstra | 1 | -1/+30 |
2023-12-07 | bpf: Add helpers for trampoline image management | Song Liu | 1 | -4/+3 |
2023-11-27 | bpf: Fix a few selftest failures due to llvm18 change | Yonghong Song | 1 | -1/+1 |
2023-11-02 | bpf: Add __bpf_kfunc_{start,end}_defs macros | Dave Marchevsky | 1 | -4/+3 |
2023-08-30 | bpf: Prevent inlining of bpf_fentry_test7() | Yonghong Song | 1 | -0/+1 |
2023-08-07 | page_pool: split types and declarations from page_pool.h | Yunsheng Lin | 1 | -1/+1 |
2023-08-03 | net: move struct netdev_rx_queue out of netdevice.h | Jakub Kicinski | 1 | -0/+1 |
2023-07-14 | selftests/bpf: add testcase for TRACING with 6+ arguments | Menglong Dong | 1 | -1/+13 |
2023-06-30 | selftests/bpf: Add test to exercise typedef walking | Stanislav Fomichev | 1 | -0/+4 |
2023-05-17 | bpf: Move kernel test kfuncs to bpf_testmod | Jiri Olsa | 1 | -201/+0 |
2023-05-13 | net: introduce and use skb_frag_fill_page_desc() | Yunsheng Lin | 1 | -2/+1 |
2023-04-21 | bpf: add test_run support for netfilter program type | Florian Westphal | 1 | -0/+158 |
2023-04-16 | bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc | David Vernet | 1 | -12/+0 |
2023-04-14 | Daniel Borkmann says: | Jakub Kicinski | 2 | -13/+35 |
2023-04-11 | selftests/bpf: Add test to access u32 ptr argument in tracing program | Feng Zhou | 1 | -1/+7 |
2023-04-05 | bpf: Remove unused arguments from btf_struct_access(). | Alexei Starovoitov | 1 | -7/+5 |
2023-04-05 | bpf: Invoke btf_struct_access() callback only for writes. | Alexei Starovoitov | 1 | -1/+1 |
2023-03-26 | bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS | David Vernet | 1 | -0/+6 |
2023-03-26 | bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs | David Vernet | 1 | -3/+0 |
2023-03-17 | bpf, test_run: fix crashes due to XDP frame overwriting/corruption | Alexander Lobakin | 1 | -1/+11 |
2023-03-16 | bpf/selftests: Test fentry attachment to shadowed functions | Viktor Malik | 1 | -0/+5 |
2023-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+13 |
2023-03-06 | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES | Alexander Lobakin | 1 | -6/+13 |
2023-03-03 | bpf: Introduce kptr_rcu. | Alexei Starovoitov | 1 | -1/+2 |
2023-02-17 | Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES" | Martin KaFai Lau | 1 | -23/+6 |
2023-02-17 | bpf: Disable bh in bpf_test_run for xdp and tc prog | Martin KaFai Lau | 1 | -0/+2 |
2023-02-16 | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES | Alexander Lobakin | 1 | -6/+23 |
2023-02-11 | Daniel Borkmann says: | Jakub Kicinski | 1 | -26/+44 |